#5EDE1F

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

Shades of Kelly Green #5EDE1F

Tints of Kelly Green #5EDE1F

Color information

#5EDE1F (or 0x5EDE1F) is unknown color: approx Kelly Green. HEX triplet: 5E, DE and 1F. RGB value is (94,222,31). Sum of RGB (Red+Green+Blue) = 94+222+31=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDE1F is #A121E0. Grayscale: #A2A2A2. Windows color (decimal): -10559969 or 2088542. OLE color: 2088542.

HSL color Cylindrical-coordinate representation of color #5EDE1F: hue angle of 100.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5EDE1F is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB9422231-
CMYK0.5800.860.13
HSL100.21º75.49%49.61%-
HSV(B)100.21º86.04%87.06%-
XYZ30.9854.7210.23-
YUV161.9554.0979.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 222 (87.11% from 255) = 63.98%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=27.09%
G=63.98%
B=8.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal94222310.5800.860.13100.2175.4949.61
Hex5EDE1F3A056D644b32
Octal136336377201261514411362
Binary1011110110111101111111101001010110110111001001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,222,31); }

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

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

 a { background-color: rgb(94,222,31); }

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

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

 span { border-color: rgb(94,222,31); }

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