#5ed30f

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

Shades of Kelly Green #5ED30F

Tints of Kelly Green #5ED30F

Color information

#5ED30F (or 0x5ED30F) is unknown color: approx Kelly Green. HEX triplet: 5E, D3 and 0F. RGB value is (94,211,15). Sum of RGB (Red+Green+Blue) = 94+211+15=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 211 (82.81% from 255 or 65.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED30F is #A12CF0. Grayscale: #9A9A9A. Windows color (decimal): -10562801 or 1037150. OLE color: 1037150.

HSL color Cylindrical-coordinate representation of color #5ED30F: hue angle of 95.82º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5ED30F is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB9421115-
CMYK0.5500.930.17
HSL95.82º86.73%44.31%-
HSV(B)95.82º92.89%82.75%-
XYZ28498.43-
YUV153.6749.7485.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 211 (82.81% from 255) = 65.94%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=29.38%
G=65.94%
B=4.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal94211150.5500.930.1795.8286.7344.31
Hex5ED3F3705D1160572c
Octal136323176701352114012754
Binary1011110110100111111110111010111011000111000001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ed30f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,211,15); }

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

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

 a { background-color: rgb(94,211,15); }

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

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

 span { border-color: rgb(94,211,15); }

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