#5FC30E

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

Shades of Kelly Green #5FC30E

Tints of Kelly Green #5FC30E

Color information

#5FC30E (or 0x5FC30E) is unknown color: approx Kelly Green. HEX triplet: 5F, C3 and 0E. RGB value is (95,195,14). Sum of RGB (Red+Green+Blue) = 95+195+14=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC30E is #A03CF1. Grayscale: #919191. Windows color (decimal): -10501362 or 967519. OLE color: 967519.

HSL color Cylindrical-coordinate representation of color #5FC30E: hue angle of 93.15º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FC30E is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB9519514-
CMYK0.5100.930.24
HSL93.15º86.6%40.98%-
HSV(B)93.15º92.82%76.47%-
XYZ24.3141.497.14-
YUV144.4754.3792.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 195 (76.56% from 255) = 64.14%
BLUE value IS 14 (5.86% from 255) = 4.61%
R=31.25%
G=64.14%
B=4.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95195140.5100.930.2493.1586.640.98
Hex5FC3E3305D185d5729
Octal137303166301353013512751
Binary1011111110000111110110011010111011100010111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,195,14); }

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

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

 a { background-color: rgb(95,195,14); }

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

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

 span { border-color: rgb(95,195,14); }

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