#5EDC2D

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

Shades of Kelly Green #5EDC2D

Tints of Kelly Green #5EDC2D

Color information

#5EDC2D (or 0x5EDC2D) is unknown color: approx Kelly Green. HEX triplet: 5E, DC and 2D. RGB value is (94,220,45). Sum of RGB (Red+Green+Blue) = 94+220+45=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDC2D is #A123D2. Grayscale: #A2A2A2. Windows color (decimal): -10560467 or 3005534. OLE color: 3005534.

HSL color Cylindrical-coordinate representation of color #5EDC2D: hue angle of 103.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5EDC2D is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB9422045-
CMYK0.5700.800.14
HSL103.2º71.43%51.96%-
HSV(B)103.2º79.55%86.27%-
XYZ30.6853.7611.24-
YUV162.3861.7679.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 220 (86.33% from 255) = 61.28%
BLUE value IS 45 (17.97% from 255) = 12.53%
R=26.18%
G=61.28%
B=12.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal94220450.5700.800.14103.271.4351.96
Hex5EDC2D39050E674734
Octal136334557101201614710764
Binary10111101101110010110111100101010000111011001111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,220,45); }

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

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

 a { background-color: rgb(94,220,45); }

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

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

 span { border-color: rgb(94,220,45); }

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