Shades of Kelly Green #5ADC0B
Tints of Kelly Green #5ADC0B
RGB
CMYK
RGB Variations
Color information
#5ADC0B (or 0x5ADC0B) is known color: Kelly Green. HEX triplet: 5A, DC and 0B. RGB value is (90,220,11). Sum of RGB (Red+Green+Blue) = 90+220+11=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADC0B is #A523F4. Grayscale: #9E9E9E. Windows color (decimal): -10822645 or 777306. OLE color: 777306.
HSL color Cylindrical-coordinate representation of color #5ADC0B: hue angle of 97.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5ADC0B is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 11 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.14 |
| HSL | 97.32º | 0.9% | 0.45% | - |
| HSV(B) | 97.32º | 0.95% | 0.86% | - |
| XYZ | 29.87 | 53.38 | 9.05 | - |
| YUV | 157.3 | 45.43 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 11 | 0.59 | 0 | 0.95 | 0.14 | 97.32 | 0.9 | 0.45 |
| Hex | 5A | DC | B | 3B | 0 | 5F | E | 61 | 5A | 2D |
| Octal | 132 | 334 | 13 | 73 | 0 | 137 | 16 | 141 | 132 | 55 |
| Binary | 1011010 | 11011100 | 1011 | 111011 | 0 | 1011111 | 1110 | 1100001 | 1011010 | 101101 |
Color Harmonies of #5ADC0B
Complementary color
Monochromatic Colors of #5ADC0B
Black with #5ADC0B
Text Example
Text Example
White with #5ADC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC0B; }
p { color: rgb(90,220,11); }
H1.HeaderClassName
{
color: #5ADC0B;
}
.AnyTagClassName
{
color: #5ADC0B;
}
</style>
background-color css
<style>
a { background-color: #5ADC0B; }
a { background-color: rgb(90,220,11); }
div.DivClassName
{
background-color: #5ADC0B;
}
.BgClassName
{
background-color: #5ADC0B;
}
</style>
border-color css
<style>
span { border-color: #5ADC0B; }
span { border-color: rgb(90,220,11); }
td.TdClassName
{
border-color: #5ADC0B;
}
.TagClassName
{
border-color: #5ADC0B;
}
</style>