Shades of Kelly Green #5DC007
Tints of Kelly Green #5DC007
RGB
CMYK
RGB Variations
Color information
#5DC007 (or 0x5DC007) is known color: Kelly Green. HEX triplet: 5D, C0 and 07. RGB value is (93,192,7). Sum of RGB (Red+Green+Blue) = 93+192+7=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC007 is #A23FF8. Grayscale: #8D8D8D. Windows color (decimal): -10633209 or 507997. OLE color: 507997.
HSL color Cylindrical-coordinate representation of color #5DC007: hue angle of 92.11º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DC007 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 7 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.25 |
| HSL | 92.11º | 0.93% | 0.39% | - |
| HSV(B) | 92.11º | 0.96% | 0.75% | - |
| XYZ | 23.4 | 40.04 | 6.7 | - |
| YUV | 141.31 | 52.2 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 7 | 0.52 | 0 | 0.96 | 0.25 | 92.11 | 0.93 | 0.39 |
| Hex | 5D | C0 | 7 | 34 | 0 | 60 | 19 | 5C | 5D | 27 |
| Octal | 135 | 300 | 7 | 64 | 0 | 140 | 31 | 134 | 135 | 47 |
| Binary | 1011101 | 11000000 | 111 | 110100 | 0 | 1100000 | 11001 | 1011100 | 1011101 | 100111 |
Color Harmonies of #5DC007
Complementary color
Monochromatic Colors of #5DC007
Black with #5DC007
Text Example
Text Example
White with #5DC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC007; }
p { color: rgb(93,192,7); }
H1.HeaderClassName
{
color: #5DC007;
}
.AnyTagClassName
{
color: #5DC007;
}
</style>
background-color css
<style>
a { background-color: #5DC007; }
a { background-color: rgb(93,192,7); }
div.DivClassName
{
background-color: #5DC007;
}
.BgClassName
{
background-color: #5DC007;
}
</style>
border-color css
<style>
span { border-color: #5DC007; }
span { border-color: rgb(93,192,7); }
td.TdClassName
{
border-color: #5DC007;
}
.TagClassName
{
border-color: #5DC007;
}
</style>