Html Css Color HEX #5FCA1F Kelly Green

📋 copy color: '#5FCA1F'

red 95 ◦ green 202 ◦ blue 31

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

Shades of Kelly Green #5FCA1F

Tints of Kelly Green #5FCA1F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.59%

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

R = 28.96%
G = 61.59%
B = 9.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#5FCA1F (or 0x5FCA1F) is known color: Kelly Green. HEX triplet: 5F, CA and 1F. RGB value is (95,202,31). Sum of RGB (Red+Green+Blue) = 95+202+31=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA1F is #A035E0. Grayscale: #979797. Windows color (decimal): -10499553 or 2083423. OLE color: 2083423.

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

Color convert

RGB 95 202 31 -
CMYK 0.53 0 0.85 0.21
HSL 97.54º 0.73% 0.46% -
HSV(B) 97.54º 0.85% 0.79% -
XYZ 26.09 44.77 8.56 -
YUV 150.51 60.55 88.4 -
System Red Green Blue C M Y K H S L
Decimal 95 202 31 0.53 0 0.85 0.21 97.54 0.73 0.46
Hex 5F CA 1F 35 0 55 15 62 49 2E
Octal 137 312 37 65 0 125 25 142 111 56
Binary 1011111 11001010 11111 110101 0 1010101 10101 1100010 1001001 101110

Color Harmonies of #5FCA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA1F

Black with #5FCA1F

Text Example


Text Example

White with #5FCA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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