Shades of Kelly Green #5DB01F
Tints of Kelly Green #5DB01F
RGB
CMYK
RGB Variations
Color information
#5DB01F (or 0x5DB01F) is known color: Kelly Green. HEX triplet: 5D, B0 and 1F. RGB value is (93,176,31). Sum of RGB (Red+Green+Blue) = 93+176+31=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 176 (69.14% from 255 or 58.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB01F is #A24FE0. Grayscale: #878787. Windows color (decimal): -10637281 or 2076765. OLE color: 2076765.
HSL color Cylindrical-coordinate representation of color #5DB01F: hue angle of 94.34º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DB01F is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 31 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.31 |
| HSL | 94.34º | 0.7% | 0.41% | - |
| HSV(B) | 94.34º | 0.82% | 0.69% | - |
| XYZ | 20.29 | 33.48 | 6.69 | - |
| YUV | 134.65 | 69.5 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 31 | 0.47 | 0 | 0.82 | 0.31 | 94.34 | 0.7 | 0.41 |
| Hex | 5D | B0 | 1F | 2F | 0 | 52 | 1F | 5E | 46 | 29 |
| Octal | 135 | 260 | 37 | 57 | 0 | 122 | 37 | 136 | 106 | 51 |
| Binary | 1011101 | 10110000 | 11111 | 101111 | 0 | 1010010 | 11111 | 1011110 | 1000110 | 101001 |
Color Harmonies of #5DB01F
Complementary color
Monochromatic Colors of #5DB01F
Black with #5DB01F
Text Example
Text Example
White with #5DB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB01F; }
p { color: rgb(93,176,31); }
H1.HeaderClassName
{
color: #5DB01F;
}
.AnyTagClassName
{
color: #5DB01F;
}
</style>
background-color css
<style>
a { background-color: #5DB01F; }
a { background-color: rgb(93,176,31); }
div.DivClassName
{
background-color: #5DB01F;
}
.BgClassName
{
background-color: #5DB01F;
}
</style>
border-color css
<style>
span { border-color: #5DB01F; }
span { border-color: rgb(93,176,31); }
td.TdClassName
{
border-color: #5DB01F;
}
.TagClassName
{
border-color: #5DB01F;
}
</style>