Html Css Color HEX #5FCB1F Kelly Green

📋 copy color: '#5FCB1F'

red 95 ◦ green 203 ◦ blue 31

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

Shades of Kelly Green #5FCB1F

Tints of Kelly Green #5FCB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 28.88%
G = 61.7%
B = 9.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#5FCB1F (or 0x5FCB1F) is known color: Kelly Green. HEX triplet: 5F, CB and 1F. RGB value is (95,203,31). Sum of RGB (Red+Green+Blue) = 95+203+31=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB1F is #A034E0. Grayscale: #979797. Windows color (decimal): -10499297 or 2083679. OLE color: 2083679.

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

Color convert

RGB 95 203 31 -
CMYK 0.53 0 0.85 0.20
HSL 97.67º 0.74% 0.46% -
HSV(B) 97.67º 0.85% 0.8% -
XYZ 26.32 45.24 8.64 -
YUV 151.1 60.22 87.99 -
System Red Green Blue C M Y K H S L
Decimal 95 203 31 0.53 0 0.85 0.20 97.67 0.74 0.46
Hex 5F CB 1F 35 0 55 14 62 4A 2E
Octal 137 313 37 65 0 125 24 142 112 56
Binary 1011111 11001011 11111 110101 0 1010101 10100 1100010 1001010 101110

Color Harmonies of #5FCB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCB1F

Black with #5FCB1F

Text Example


Text Example

White with #5FCB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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