Shades of Kelly Green #5AD02B
Tints of Kelly Green #5AD02B
RGB
CMYK
RGB Variations
Color information
#5AD02B (or 0x5AD02B) is known color: Kelly Green. HEX triplet: 5A, D0 and 2B. RGB value is (90,208,43). Sum of RGB (Red+Green+Blue) = 90+208+43=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD02B is #A52FD4. Grayscale: #9A9A9A. Windows color (decimal): -10825685 or 2871386. OLE color: 2871386.
HSL color Cylindrical-coordinate representation of color #5AD02B: hue angle of 102.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AD02B is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 43 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.18 |
| HSL | 102.91º | 0.66% | 0.49% | - |
| HSV(B) | 102.91º | 0.79% | 0.82% | - |
| XYZ | 27.21 | 47.46 | 10.01 | - |
| YUV | 153.91 | 65.41 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 43 | 0.57 | 0 | 0.79 | 0.18 | 102.91 | 0.66 | 0.49 |
| Hex | 5A | D0 | 2B | 39 | 0 | 4F | 12 | 67 | 42 | 31 |
| Octal | 132 | 320 | 53 | 71 | 0 | 117 | 22 | 147 | 102 | 61 |
| Binary | 1011010 | 11010000 | 101011 | 111001 | 0 | 1001111 | 10010 | 1100111 | 1000010 | 110001 |
Color Harmonies of #5AD02B
Complementary color
Monochromatic Colors of #5AD02B
Black with #5AD02B
Text Example
Text Example
White with #5AD02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD02B; }
p { color: rgb(90,208,43); }
H1.HeaderClassName
{
color: #5AD02B;
}
.AnyTagClassName
{
color: #5AD02B;
}
</style>
background-color css
<style>
a { background-color: #5AD02B; }
a { background-color: rgb(90,208,43); }
div.DivClassName
{
background-color: #5AD02B;
}
.BgClassName
{
background-color: #5AD02B;
}
</style>
border-color css
<style>
span { border-color: #5AD02B; }
span { border-color: rgb(90,208,43); }
td.TdClassName
{
border-color: #5AD02B;
}
.TagClassName
{
border-color: #5AD02B;
}
</style>