#5ED001

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

Shades of Kelly Green #5ED001

Tints of Kelly Green #5ED001

Color information

#5ED001 (or 0x5ED001) is unknown color: approx Kelly Green. HEX triplet: 5E, D0 and 01. RGB value is (94,208,1). Sum of RGB (Red+Green+Blue) = 94+208+1=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED001 is #A12FFE. Grayscale: #979797. Windows color (decimal): -10563583 or 118878. OLE color: 118878.

HSL color Cylindrical-coordinate representation of color #5ED001: hue angle of 93.04º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5ED001 is Cyan = 0.55, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB942081-
CMYK0.5501.000.18
HSL93.04º99.04%40.98%-
HSV(B)93.04º99.52%81.57%-
XYZ27.1847.497.76-
YUV150.3243.7387.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 208 (81.64% from 255) = 68.65%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=31.02%
G=68.65%
B=0.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9420810.5501.000.1893.0499.0440.98
Hex5ED0137064125d6329
Octal13632016701442213514351
Binary1011110110100001110111011001001001010111011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,208,1); }

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

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

 a { background-color: rgb(94,208,1); }

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

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

 span { border-color: rgb(94,208,1); }

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