Shades of Kelly Green #5AD212
Tints of Kelly Green #5AD212
RGB
CMYK
RGB Variations
Color information
#5AD212 (or 0x5AD212) is known color: Kelly Green. HEX triplet: 5A, D2 and 12. RGB value is (90,210,18). Sum of RGB (Red+Green+Blue) = 90+210+18=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD212 is #A52DED. Grayscale: #989898. Windows color (decimal): -10825198 or 1233498. OLE color: 1233498.
HSL color Cylindrical-coordinate representation of color #5AD212: hue angle of 97.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AD212 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 18 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.18 |
| HSL | 97.5º | 0.84% | 0.45% | - |
| HSV(B) | 97.5º | 0.91% | 0.82% | - |
| XYZ | 27.37 | 48.31 | 8.45 | - |
| YUV | 152.23 | 52.24 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 18 | 0.57 | 0 | 0.91 | 0.18 | 97.5 | 0.84 | 0.45 |
| Hex | 5A | D2 | 12 | 39 | 0 | 5B | 12 | 62 | 54 | 2D |
| Octal | 132 | 322 | 22 | 71 | 0 | 133 | 22 | 142 | 124 | 55 |
| Binary | 1011010 | 11010010 | 10010 | 111001 | 0 | 1011011 | 10010 | 1100010 | 1010100 | 101101 |
Color Harmonies of #5AD212
Complementary color
Monochromatic Colors of #5AD212
Black with #5AD212
Text Example
Text Example
White with #5AD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD212; }
p { color: rgb(90,210,18); }
H1.HeaderClassName
{
color: #5AD212;
}
.AnyTagClassName
{
color: #5AD212;
}
</style>
background-color css
<style>
a { background-color: #5AD212; }
a { background-color: rgb(90,210,18); }
div.DivClassName
{
background-color: #5AD212;
}
.BgClassName
{
background-color: #5AD212;
}
</style>
border-color css
<style>
span { border-color: #5AD212; }
span { border-color: rgb(90,210,18); }
td.TdClassName
{
border-color: #5AD212;
}
.TagClassName
{
border-color: #5AD212;
}
</style>