#5EDB0E

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

Shades of Kelly Green #5EDB0E

Tints of Kelly Green #5EDB0E

Color information

#5EDB0E (or 0x5EDB0E) is unknown color: approx Kelly Green. HEX triplet: 5E, DB and 0E. RGB value is (94,219,14). Sum of RGB (Red+Green+Blue) = 94+219+14=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDB0E is #A124F1. Grayscale: #9E9E9E. Windows color (decimal): -10560754 or 973662. OLE color: 973662.

HSL color Cylindrical-coordinate representation of color #5EDB0E: hue angle of 96.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EDB0E is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB9421914-
CMYK0.5700.940.14
HSL96.59º87.98%45.69%-
HSV(B)96.59º93.61%85.88%-
XYZ30.0353.079.08-
YUV158.2646.5982.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 219 (85.94% from 255) = 66.97%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=28.75%
G=66.97%
B=4.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal94219140.5700.940.1496.5987.9845.69
Hex5EDBE3905EE61582e
Octal136333167101361614113056
Binary101111011011011111011100101011110111011000011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,219,14); }

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

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

 a { background-color: rgb(94,219,14); }

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

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

 span { border-color: rgb(94,219,14); }

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