Shades of Kelly Green #5AD01D
Tints of Kelly Green #5AD01D
RGB
CMYK
RGB Variations
Color information
#5AD01D (or 0x5AD01D) is known color: Kelly Green. HEX triplet: 5A, D0 and 1D. RGB value is (90,208,29). Sum of RGB (Red+Green+Blue) = 90+208+29=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD01D is #A52FE2. Grayscale: #989898. Windows color (decimal): -10825699 or 1953882. OLE color: 1953882.
HSL color Cylindrical-coordinate representation of color #5AD01D: hue angle of 99.55º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AD01D is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 29 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.18 |
| HSL | 99.55º | 0.76% | 0.46% | - |
| HSV(B) | 99.55º | 0.86% | 0.82% | - |
| XYZ | 26.99 | 47.37 | 8.88 | - |
| YUV | 152.31 | 58.41 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 29 | 0.57 | 0 | 0.86 | 0.18 | 99.55 | 0.76 | 0.46 |
| Hex | 5A | D0 | 1D | 39 | 0 | 56 | 12 | 64 | 4C | 2E |
| Octal | 132 | 320 | 35 | 71 | 0 | 126 | 22 | 144 | 114 | 56 |
| Binary | 1011010 | 11010000 | 11101 | 111001 | 0 | 1010110 | 10010 | 1100100 | 1001100 | 101110 |
Color Harmonies of #5AD01D
Complementary color
Monochromatic Colors of #5AD01D
Black with #5AD01D
Text Example
Text Example
White with #5AD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD01D; }
p { color: rgb(90,208,29); }
H1.HeaderClassName
{
color: #5AD01D;
}
.AnyTagClassName
{
color: #5AD01D;
}
</style>
background-color css
<style>
a { background-color: #5AD01D; }
a { background-color: rgb(90,208,29); }
div.DivClassName
{
background-color: #5AD01D;
}
.BgClassName
{
background-color: #5AD01D;
}
</style>
border-color css
<style>
span { border-color: #5AD01D; }
span { border-color: rgb(90,208,29); }
td.TdClassName
{
border-color: #5AD01D;
}
.TagClassName
{
border-color: #5AD01D;
}
</style>