Html Css Color HEX #5FC70F Kelly Green

📋 copy color: '#5FC70F'

red 95 ◦ green 199 ◦ blue 15

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

Shades of Kelly Green #5FC70F

Tints of Kelly Green #5FC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.4%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 30.74%
G = 64.4%
B = 4.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#5FC70F (or 0x5FC70F) is known color: Kelly Green. HEX triplet: 5F, C7 and 0F. RGB value is (95,199,15). Sum of RGB (Red+Green+Blue) = 95+199+15=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC70F is #A038F0. Grayscale: #939393. Windows color (decimal): -10500337 or 1034079. OLE color: 1034079.

HSL color Cylindrical-coordinate representation of color #5FC70F: hue angle of 93.91º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FC70F is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 199 15 -
CMYK 0.52 0 0.92 0.22
HSL 93.91º 0.86% 0.42% -
HSV(B) 93.91º 0.92% 0.78% -
XYZ 25.23 43.31 7.48 -
YUV 146.93 53.54 90.96 -
System Red Green Blue C M Y K H S L
Decimal 95 199 15 0.52 0 0.92 0.22 93.91 0.86 0.42
Hex 5F C7 F 34 0 5C 16 5E 56 2A
Octal 137 307 17 64 0 134 26 136 126 52
Binary 1011111 11000111 1111 110100 0 1011100 10110 1011110 1010110 101010

Color Harmonies of #5FC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC70F

Black with #5FC70F

Text Example


Text Example

White with #5FC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,199,15); }

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

background-color css

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

 a { background-color: rgb(95,199,15); }

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

border-color css

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

 span { border-color: rgb(95,199,15); }

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