#5EC52A

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

Shades of Kelly Green #5EC52A

Tints of Kelly Green #5EC52A

Color information

#5EC52A (or 0x5EC52A) is unknown color: approx Kelly Green. HEX triplet: 5E, C5 and 2A. RGB value is (94,197,42). Sum of RGB (Red+Green+Blue) = 94+197+42=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC52A is #A13AD5. Grayscale: #959595. Windows color (decimal): -10566358 or 2803038. OLE color: 2803038.

HSL color Cylindrical-coordinate representation of color #5EC52A: hue angle of 99.87º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EC52A is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB9419742-
CMYK0.5200.790.23
HSL99.87º64.85%46.86%-
HSV(B)99.87º78.68%77.25%-
XYZ2542.489.07-
YUV148.5367.8889.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 197 (77.34% from 255) = 59.16%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=28.23%
G=59.16%
B=12.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal94197420.5200.790.2399.8764.8546.86
Hex5EC52A3404F1764412f
Octal136305526401172714410157
Binary101111011000101101010110100010011111011111001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,197,42); }

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

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

 a { background-color: rgb(94,197,42); }

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

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

 span { border-color: rgb(94,197,42); }

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