Shades of Kelly Green #5DB00A
Tints of Kelly Green #5DB00A
RGB
CMYK
RGB Variations
Color information
#5DB00A (or 0x5DB00A) is known color: Kelly Green. HEX triplet: 5D, B0 and 0A. RGB value is (93,176,10). Sum of RGB (Red+Green+Blue) = 93+176+10=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DB00A is #A24FF5. Grayscale: #848484. Windows color (decimal): -10637302 or 700509. OLE color: 700509.
HSL color Cylindrical-coordinate representation of color #5DB00A: hue angle of 90º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DB00A is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 10 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.31 |
| HSL | 90º | 0.89% | 0.36% | - |
| HSV(B) | 90º | 0.94% | 0.69% | - |
| XYZ | 20.09 | 33.4 | 5.67 | - |
| YUV | 132.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 10 | 0.47 | 0 | 0.94 | 0.31 | 90 | 0.89 | 0.36 |
| Hex | 5D | B0 | A | 2F | 0 | 5E | 1F | 5A | 59 | 24 |
| Octal | 135 | 260 | 12 | 57 | 0 | 136 | 37 | 132 | 131 | 44 |
| Binary | 1011101 | 10110000 | 1010 | 101111 | 0 | 1011110 | 11111 | 1011010 | 1011001 | 100100 |
Color Harmonies of #5DB00A
Complementary color
Monochromatic Colors of #5DB00A
Black with #5DB00A
Text Example
Text Example
White with #5DB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB00A; }
p { color: rgb(93,176,10); }
H1.HeaderClassName
{
color: #5DB00A;
}
.AnyTagClassName
{
color: #5DB00A;
}
</style>
background-color css
<style>
a { background-color: #5DB00A; }
a { background-color: rgb(93,176,10); }
div.DivClassName
{
background-color: #5DB00A;
}
.BgClassName
{
background-color: #5DB00A;
}
</style>
border-color css
<style>
span { border-color: #5DB00A; }
span { border-color: rgb(93,176,10); }
td.TdClassName
{
border-color: #5DB00A;
}
.TagClassName
{
border-color: #5DB00A;
}
</style>