Shades of Kelly Green #5DB301
Tints of Kelly Green #5DB301
RGB
CMYK
RGB Variations
Color information
#5DB301 (or 0x5DB301) is known color: Kelly Green. HEX triplet: 5D, B3 and 01. RGB value is (93,179,1). Sum of RGB (Red+Green+Blue) = 93+179+1=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB301 is #A24CFE. Grayscale: #858585. Windows color (decimal): -10636543 or 111453. OLE color: 111453.
HSL color Cylindrical-coordinate representation of color #5DB301: hue angle of 88.99º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DB301 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.30 |
| HSL | 88.99º | 0.99% | 0.35% | - |
| HSV(B) | 88.99º | 0.99% | 0.7% | - |
| XYZ | 20.64 | 34.57 | 5.61 | - |
| YUV | 132.99 | 53.51 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 1 | 0.48 | 0 | 0.99 | 0.30 | 88.99 | 0.99 | 0.35 |
| Hex | 5D | B3 | 1 | 30 | 0 | 63 | 1E | 59 | 63 | 23 |
| Octal | 135 | 263 | 1 | 60 | 0 | 143 | 36 | 131 | 143 | 43 |
| Binary | 1011101 | 10110011 | 1 | 110000 | 0 | 1100011 | 11110 | 1011001 | 1100011 | 100011 |
Color Harmonies of #5DB301
Complementary color
Monochromatic Colors of #5DB301
Black with #5DB301
Text Example
Text Example
White with #5DB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB301; }
p { color: rgb(93,179,1); }
H1.HeaderClassName
{
color: #5DB301;
}
.AnyTagClassName
{
color: #5DB301;
}
</style>
background-color css
<style>
a { background-color: #5DB301; }
a { background-color: rgb(93,179,1); }
div.DivClassName
{
background-color: #5DB301;
}
.BgClassName
{
background-color: #5DB301;
}
</style>
border-color css
<style>
span { border-color: #5DB301; }
span { border-color: rgb(93,179,1); }
td.TdClassName
{
border-color: #5DB301;
}
.TagClassName
{
border-color: #5DB301;
}
</style>