Shades of Kelly Green #5ED207
Tints of Kelly Green #5ED207
RGB
CMYK
RGB Variations
Color information
#5ED207 (or 0x5ED207) is known color: Kelly Green. HEX triplet: 5E, D2 and 07. RGB value is (94,210,7). Sum of RGB (Red+Green+Blue) = 94+210+7=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED207 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED207 is #A12DF8. Grayscale: #989898. Windows color (decimal): -10563065 or 512606. OLE color: 512606.
HSL color Cylindrical-coordinate representation of color #5ED207: hue angle of 94.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5ED207 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 7 | - |
| CMYK | 0.55 | 0 | 0.97 | 0.18 |
| HSL | 94.29º | 0.94% | 0.43% | - |
| HSV(B) | 94.29º | 0.97% | 0.82% | - |
| XYZ | 27.7 | 48.49 | 8.1 | - |
| YUV | 152.17 | 46.07 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 7 | 0.55 | 0 | 0.97 | 0.18 | 94.29 | 0.94 | 0.43 |
| Hex | 5E | D2 | 7 | 37 | 0 | 61 | 12 | 5E | 5E | 2B |
| Octal | 136 | 322 | 7 | 67 | 0 | 141 | 22 | 136 | 136 | 53 |
| Binary | 1011110 | 11010010 | 111 | 110111 | 0 | 1100001 | 10010 | 1011110 | 1011110 | 101011 |
Color Harmonies of #5ED207
Complementary color
Monochromatic Colors of #5ED207
Black with #5ED207
Text Example
Text Example
White with #5ED207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED207; }
p { color: rgb(94,210,7); }
H1.HeaderClassName
{
color: #5ED207;
}
.AnyTagClassName
{
color: #5ED207;
}
</style>
background-color css
<style>
a { background-color: #5ED207; }
a { background-color: rgb(94,210,7); }
div.DivClassName
{
background-color: #5ED207;
}
.BgClassName
{
background-color: #5ED207;
}
</style>
border-color css
<style>
span { border-color: #5ED207; }
span { border-color: rgb(94,210,7); }
td.TdClassName
{
border-color: #5ED207;
}
.TagClassName
{
border-color: #5ED207;
}
</style>