Html Css Color HEX #5FDC16 Kelly Green

📋 copy color: '#5FDC16'

red 95 ◦ green 220 ◦ blue 22

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

Shades of Kelly Green #5FDC16

Tints of Kelly Green #5FDC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.28%

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

R = 28.19%
G = 65.28%
B = 6.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#5FDC16 (or 0x5FDC16) is known color: Kelly Green. HEX triplet: 5F, DC and 16. RGB value is (95,220,22). Sum of RGB (Red+Green+Blue) = 95+220+22=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDC16 is #A023E9. Grayscale: #A0A0A0. Windows color (decimal): -10494954 or 1498207. OLE color: 1498207.

HSL color Cylindrical-coordinate representation of color #5FDC16: hue angle of 97.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FDC16 is Cyan = 0.57, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 22 -
CMYK 0.57 0 0.9 0.14
HSL 97.88º 0.82% 0.47% -
HSV(B) 97.88º 0.9% 0.86% -
XYZ 30.46 53.68 9.51 -
YUV 160.05 50.09 81.6 -
System Red Green Blue C M Y K H S L
Decimal 95 220 22 0.57 0 0.9 0.14 97.88 0.82 0.47
Hex 5F DC 16 39 0 5A E 62 52 2F
Octal 137 334 26 71 0 132 16 142 122 57
Binary 1011111 11011100 10110 111001 0 1011010 1110 1100010 1010010 101111

Color Harmonies of #5FDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC16

Black with #5FDC16

Text Example


Text Example

White with #5FDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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