Html Css Color HEX #5FCC16 Kelly Green

📋 copy color: '#5FCC16'

red 95 ◦ green 204 ◦ blue 22

#5FCC16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #5FCC16

Tints of Kelly Green #5FCC16

RGB

 RED value IS 95 (37.5% from 255) = 29.6%

 GREEN value IS 204 (80.08% from 255) = 63.55%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 29.6%
G = 63.55%
B = 6.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5FCC16 (or 0x5FCC16) is known color: Kelly Green. HEX triplet: 5F, CC and 16. RGB value is (95,204,22). Sum of RGB (Red+Green+Blue) = 95+204+22=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCC16 is #A033E9. Grayscale: #979797. Windows color (decimal): -10499050 or 1494111. OLE color: 1494111.

HSL color Cylindrical-coordinate representation of color #5FCC16: hue angle of 95.93º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FCC16 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 204 22 -
CMYK 0.53 0 0.89 0.2
HSL 95.93º 0.81% 0.44% -
HSV(B) 95.93º 0.89% 0.8% -
XYZ 26.46 45.68 8.18 -
YUV 150.66 55.39 88.3 -
System Red Green Blue C M Y K H S L
Decimal 95 204 22 0.53 0 0.89 0.2 95.93 0.81 0.44
Hex 5F CC 16 35 0 59 14 60 51 2C
Octal 137 314 26 65 0 131 24 140 121 54
Binary 1011111 11001100 10110 110101 0 1011001 10100 1100000 1010001 101100

Color Harmonies of #5FCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCC16

Black with #5FCC16

Text Example


Text Example

White with #5FCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FCC16; }

 p { color: rgb(95,204,22); }

 H1.HeaderClassName
 {
   color: #5FCC16;
 }
 .AnyTagClassName
 {
   color: #5FCC16;
 }
</style>

background-color css

<style>
 a { background-color: #5FCC16; }

 a { background-color: rgb(95,204,22); }

 div.DivClassName
 {
   background-color: #5FCC16;
 }
 .BgClassName
 {
   background-color: #5FCC16;
 }
</style>

border-color css

<style>
 span { border-color: #5FCC16; }

 span { border-color: rgb(95,204,22); }

 td.TdClassName
 {
   border-color: #5FCC16;
 }
 .TagClassName
 {
   border-color: #5FCC16;
 }
</style>