Shades of Kelly Green #5DBD07
Tints of Kelly Green #5DBD07
RGB
CMYK
RGB Variations
Color information
#5DBD07 (or 0x5DBD07) is known color: Kelly Green. HEX triplet: 5D, BD and 07. RGB value is (93,189,7). Sum of RGB (Red+Green+Blue) = 93+189+7=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBD07 is #A242F8. Grayscale: #8C8C8C. Windows color (decimal): -10633977 or 507229. OLE color: 507229.
HSL color Cylindrical-coordinate representation of color #5DBD07: hue angle of 91.65º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DBD07 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 7 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.26 |
| HSL | 91.65º | 0.93% | 0.38% | - |
| HSV(B) | 91.65º | 0.96% | 0.74% | - |
| XYZ | 22.75 | 38.74 | 6.48 | - |
| YUV | 139.55 | 53.2 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 7 | 0.51 | 0 | 0.96 | 0.26 | 91.65 | 0.93 | 0.38 |
| Hex | 5D | BD | 7 | 33 | 0 | 60 | 1A | 5C | 5D | 26 |
| Octal | 135 | 275 | 7 | 63 | 0 | 140 | 32 | 134 | 135 | 46 |
| Binary | 1011101 | 10111101 | 111 | 110011 | 0 | 1100000 | 11010 | 1011100 | 1011101 | 100110 |
Color Harmonies of #5DBD07
Complementary color
Monochromatic Colors of #5DBD07
Black with #5DBD07
Text Example
Text Example
White with #5DBD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD07; }
p { color: rgb(93,189,7); }
H1.HeaderClassName
{
color: #5DBD07;
}
.AnyTagClassName
{
color: #5DBD07;
}
</style>
background-color css
<style>
a { background-color: #5DBD07; }
a { background-color: rgb(93,189,7); }
div.DivClassName
{
background-color: #5DBD07;
}
.BgClassName
{
background-color: #5DBD07;
}
</style>
border-color css
<style>
span { border-color: #5DBD07; }
span { border-color: rgb(93,189,7); }
td.TdClassName
{
border-color: #5DBD07;
}
.TagClassName
{
border-color: #5DBD07;
}
</style>