Html Css Color HEX #5FCB20 Kelly Green

📋 copy color: '#5FCB20'

red 95 ◦ green 203 ◦ blue 32

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

Shades of Kelly Green #5FCB20

Tints of Kelly Green #5FCB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.52%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 28.79%
G = 61.52%
B = 9.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#5FCB20 (or 0x5FCB20) is known color: Kelly Green. HEX triplet: 5F, CB and 20. RGB value is (95,203,32). Sum of RGB (Red+Green+Blue) = 95+203+32=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB20 is #A034DF. Grayscale: #979797. Windows color (decimal): -10499296 or 2149215. OLE color: 2149215.

HSL color Cylindrical-coordinate representation of color #5FCB20: hue angle of 97.89º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FCB20 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 203 32 -
CMYK 0.53 0 0.84 0.20
HSL 97.89º 0.73% 0.46% -
HSV(B) 97.89º 0.84% 0.8% -
XYZ 26.34 45.25 8.71 -
YUV 151.21 60.72 87.9 -
System Red Green Blue C M Y K H S L
Decimal 95 203 32 0.53 0 0.84 0.20 97.89 0.73 0.46
Hex 5F CB 20 35 0 54 14 62 49 2E
Octal 137 313 40 65 0 124 24 142 111 56
Binary 1011111 11001011 100000 110101 0 1010100 10100 1100010 1001001 101110

Color Harmonies of #5FCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCB20

Black with #5FCB20

Text Example


Text Example

White with #5FCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,203,32); }

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

background-color css

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

 a { background-color: rgb(95,203,32); }

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

border-color css

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

 span { border-color: rgb(95,203,32); }

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