Shades of Kelly Green #5AD30B
Tints of Kelly Green #5AD30B
RGB
CMYK
RGB Variations
Color information
#5AD30B (or 0x5AD30B) is known color: Kelly Green. HEX triplet: 5A, D3 and 0B. RGB value is (90,211,11). Sum of RGB (Red+Green+Blue) = 90+211+11=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 211 (82.81% from 255 or 67.63% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD30B is #A52CF4. Grayscale: #989898. Windows color (decimal): -10824949 or 775002. OLE color: 775002.
HSL color Cylindrical-coordinate representation of color #5AD30B: hue angle of 96.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5AD30B is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 11 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.17 |
| HSL | 96.3º | 0.9% | 0.44% | - |
| HSV(B) | 96.3º | 0.95% | 0.83% | - |
| XYZ | 27.57 | 48.79 | 8.28 | - |
| YUV | 152.02 | 48.41 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 11 | 0.57 | 0 | 0.95 | 0.17 | 96.3 | 0.9 | 0.44 |
| Hex | 5A | D3 | B | 39 | 0 | 5F | 11 | 60 | 5A | 2C |
| Octal | 132 | 323 | 13 | 71 | 0 | 137 | 21 | 140 | 132 | 54 |
| Binary | 1011010 | 11010011 | 1011 | 111001 | 0 | 1011111 | 10001 | 1100000 | 1011010 | 101100 |
Color Harmonies of #5AD30B
Complementary color
Monochromatic Colors of #5AD30B
Black with #5AD30B
Text Example
Text Example
White with #5AD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD30B; }
p { color: rgb(90,211,11); }
H1.HeaderClassName
{
color: #5AD30B;
}
.AnyTagClassName
{
color: #5AD30B;
}
</style>
background-color css
<style>
a { background-color: #5AD30B; }
a { background-color: rgb(90,211,11); }
div.DivClassName
{
background-color: #5AD30B;
}
.BgClassName
{
background-color: #5AD30B;
}
</style>
border-color css
<style>
span { border-color: #5AD30B; }
span { border-color: rgb(90,211,11); }
td.TdClassName
{
border-color: #5AD30B;
}
.TagClassName
{
border-color: #5AD30B;
}
</style>