COLOR #93CF16

HEX: #93CF16
RGB: (147,207,22)

Color info

#93CF16 contains mainly green color. Web safe color of #93CF16 is #99CC00 (or #9C0).

RGB color model

#93CF16 color RGB value is (147,207,22).

  • red value is 147;
  • green value is 207;
  • blue value is 22.
RGB:
(147,207,22)
(58%,81%,9%)

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 22 of 255 = 9%

147
207
22

R + G + B ~ 49%. #93CF16 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 207 + 22 = 376 (100%)
R 147 of 376 ~ 39.1%
G 207 of 376 ~ 55.05%
B 22 of 376 ~ 5.85%

%39.1
%55.05

CMYK color model

#93CF16 color CMYK value is (29,0,89,19).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 89.37%
  • key color value is 18.82%
CMYK:
(29,0,89,19)
C29M0Y89K19 
(29%,0%,89%,19%)
(0.29/0.00/0.89/0.19)	

CMYK percentages

%28.99
%0
%89.37
%18.82

Codes

Color #93CF16 in popluar color models

93CF16
RGB14720722
HSL79°80.79%44.90%
HSB/HSV79°89.37%81.18%
CMYK28.99%0.00%89.37%
18.82%

Color #93CF16 in popluar number systems.

HEX93CF16
Decimal14720722
Binary100100111100111110110
Octal22331726

Shades and tints

Shades of #93CF16

#93CF16
(147,207,22)
#86BD14
(134,189,20)
#79AB12
(121,171,18)
#6C9910
(108,153,16)
#5F870E
(95,135,14)
#52750C
(82,117,12)
#45630A
(69,99,10)
#385108
(56,81,8)
#2B3F06
(43,63,6)
#1E2D04
(30,45,4)
#111B02
(17,27,2)
#000000
(0,0,0)

Tints of #93CF16

#93CF16
(147,207,22)
#9CD32B
(156,211,43)
#A5D740
(165,215,64)
#AEDB55
(174,219,85)
#B7DF6A
(183,223,106)
#C0E37F
(192,227,127)
#C9E794
(201,231,148)
#D2EBA9
(210,235,169)
#DBEFBE
(219,239,190)
#E4F3D3
(228,243,211)
#EDF7E8
(237,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CF16 color. Also use rgb(147,207,22) instead hex code.

Text Font Color

.myTextColor { color: #93CF16; }

<p style="color:#93CF16">This sample text font color is #93CF16.</p>

This text font color is #93CF16.


Background Color

.myBgColor { background-color: #93CF16; }

<div style="background-color:#93CF16">Inner text</div>

This div background color is #93CF16.


Border color

.myBorderColor { border: 1px solid #93CF16; }

<div style="border:3px solid #93CF16">Div</div>

This div border color is #93CF16.


Opacity

.myOpacity80 { color: #93CF16; opacity: 0.8; }

<p style="color:#93CF16;opacity:0.8;">80%</p>

Text with #93CF16 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #93CF16;}

<p style="text-shadow: 3px 3px 1px #93CF16">Text here.</p>

This text has shadow with #93CF16 color.

.textShadow {text-shadow: 3px 3px 1px #93CF16, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #93CF16, 5px 5px 20px red">Text here.</p>

This text has shadow with #93CF16 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#93CF16, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#93CF16, Direction=45, Strength=4)">Text</p>

This text has shadow with #93CF16 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #93CF16;
  -webkit-box-shadow:	1px 1px 3px 2px #93CF16;
  box-shadow:		1px 1px 3px 2px #93CF16;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93CF16;
-webkit-box-shadow: 1px 1px 3px 2px #93CF16;
box-shadow:1px 1px 3px 2px #93CF16;">
Div content here</div>
This div box has shadow with color #93CF16.

Preview

Color preview on black background

This text has color #93CF16 on black background.


Color preview on white background

This text has color #93CF16 on white background.



Black color preview on #93CF16 background

This text has black color on #93CF16 background.


White color preview on #93CF16 background

This text has white color on #93CF16 background.