Html Css Color HEX #5FCA2F Kelly Green

📋 copy color: '#5FCA2F'

red 95 ◦ green 202 ◦ blue 47

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

Shades of Kelly Green #5FCA2F

Tints of Kelly Green #5FCA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 27.62%
G = 58.72%
B = 13.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#5FCA2F (or 0x5FCA2F) is known color: Kelly Green. HEX triplet: 5F, CA and 2F. RGB value is (95,202,47). Sum of RGB (Red+Green+Blue) = 95+202+47=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA2F is #A035D0. Grayscale: #989898. Windows color (decimal): -10499537 or 3131999. OLE color: 3131999.

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

Color convert

RGB 95 202 47 -
CMYK 0.53 0 0.77 0.21
HSL 101.42º 0.62% 0.49% -
HSV(B) 101.42º 0.77% 0.79% -
XYZ 26.35 44.88 9.96 -
YUV 152.34 68.55 87.1 -
System Red Green Blue C M Y K H S L
Decimal 95 202 47 0.53 0 0.77 0.21 101.42 0.62 0.49
Hex 5F CA 2F 35 0 4D 15 65 3E 31
Octal 137 312 57 65 0 115 25 145 76 61
Binary 1011111 11001010 101111 110101 0 1001101 10101 1100101 111110 110001

Color Harmonies of #5FCA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA2F

Black with #5FCA2F

Text Example


Text Example

White with #5FCA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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