Shades of Kelly Green #5AD02D
Tints of Kelly Green #5AD02D
RGB
CMYK
RGB Variations
Color information
#5AD02D (or 0x5AD02D) is known color: Kelly Green. HEX triplet: 5A, D0 and 2D. RGB value is (90,208,45). Sum of RGB (Red+Green+Blue) = 90+208+45=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD02D is #A52FD2. Grayscale: #9A9A9A. Windows color (decimal): -10825683 or 3002458. OLE color: 3002458.
HSL color Cylindrical-coordinate representation of color #5AD02D: hue angle of 103.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5AD02D is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 45 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.18 |
| HSL | 103.44º | 0.64% | 0.5% | - |
| HSV(B) | 103.44º | 0.78% | 0.82% | - |
| XYZ | 27.25 | 47.47 | 10.21 | - |
| YUV | 154.14 | 66.41 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 45 | 0.57 | 0 | 0.78 | 0.18 | 103.44 | 0.64 | 0.5 |
| Hex | 5A | D0 | 2D | 39 | 0 | 4E | 12 | 67 | 40 | 32 |
| Octal | 132 | 320 | 55 | 71 | 0 | 116 | 22 | 147 | 100 | 62 |
| Binary | 1011010 | 11010000 | 101101 | 111001 | 0 | 1001110 | 10010 | 1100111 | 1000000 | 110010 |
Color Harmonies of #5AD02D
Complementary color
Monochromatic Colors of #5AD02D
Black with #5AD02D
Text Example
Text Example
White with #5AD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD02D; }
p { color: rgb(90,208,45); }
H1.HeaderClassName
{
color: #5AD02D;
}
.AnyTagClassName
{
color: #5AD02D;
}
</style>
background-color css
<style>
a { background-color: #5AD02D; }
a { background-color: rgb(90,208,45); }
div.DivClassName
{
background-color: #5AD02D;
}
.BgClassName
{
background-color: #5AD02D;
}
</style>
border-color css
<style>
span { border-color: #5AD02D; }
span { border-color: rgb(90,208,45); }
td.TdClassName
{
border-color: #5AD02D;
}
.TagClassName
{
border-color: #5AD02D;
}
</style>