#5FC50F

Color #5FC50F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5FC50F

Tints of Kelly Green #5FC50F

Color information

#5FC50F (or 0x5FC50F) is unknown color: approx Kelly Green. HEX triplet: 5F, C5 and 0F. RGB value is (95,197,15). Sum of RGB (Red+Green+Blue) = 95+197+15=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC50F is #A03AF0. Grayscale: #929292. Windows color (decimal): -10500849 or 1033567. OLE color: 1033567.

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

Color convert

RGB9519715-
CMYK0.5200.920.23
HSL93.63º85.85%41.57%-
HSV(B)93.63º92.39%77.25%-
XYZ24.7742.47.33-
YUV145.7554.2191.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 197 (77.34% from 255) = 64.17%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=30.94%
G=64.17%
B=4.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal95197150.5200.920.2393.6385.8541.57
Hex5FC5F3405C175e562a
Octal137305176401342713612652
Binary1011111110001011111110100010111001011110111101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FC50F;
 }
 .AnyTagClassName
 {
   color: #5FC50F;
 }
</style>
background-color css

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

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

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

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

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

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