#5EBC14

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

Shades of Kelly Green #5EBC14

Tints of Kelly Green #5EBC14

Color information

#5EBC14 (or 0x5EBC14) is unknown color: approx Kelly Green. HEX triplet: 5E, BC and 14. RGB value is (94,188,20). Sum of RGB (Red+Green+Blue) = 94+188+20=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBC14 is #A143EB. Grayscale: #8D8D8D. Windows color (decimal): -10568684 or 1358942. OLE color: 1358942.

HSL color Cylindrical-coordinate representation of color #5EBC14: hue angle of 93.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5EBC14 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB9418820-
CMYK0.5000.890.26
HSL93.57º80.77%40.78%-
HSV(B)93.57º89.36%73.73%-
XYZ22.7338.46.88-
YUV140.7459.8694.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.13%
GREEN value IS 188 (73.83% from 255) = 62.25%
BLUE value IS 20 (8.20% from 255) = 6.62%
R=31.13%
G=62.25%
B=6.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94188200.5000.890.2693.5780.7740.78
Hex5EBC14320591A5e5129
Octal136274246201313213612151
Binary10111101011110010100110010010110011101010111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,188,20); }

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

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

 a { background-color: rgb(94,188,20); }

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

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

 span { border-color: rgb(94,188,20); }

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