Shades of Kelly Green #5DCF05
Tints of Kelly Green #5DCF05
RGB
CMYK
RGB Variations
Color information
#5DCF05 (or 0x5DCF05) is known color: Kelly Green. HEX triplet: 5D, CF and 05. RGB value is (93,207,5). Sum of RGB (Red+Green+Blue) = 93+207+5=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCF05 is #A230FA. Grayscale: #969696. Windows color (decimal): -10629371 or 380765. OLE color: 380765.
HSL color Cylindrical-coordinate representation of color #5DCF05: hue angle of 93.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DCF05 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 5 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.19 |
| HSL | 93.86º | 0.95% | 0.42% | - |
| HSV(B) | 93.86º | 0.98% | 0.81% | - |
| XYZ | 26.85 | 46.96 | 7.79 | - |
| YUV | 149.89 | 46.23 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 5 | 0.55 | 0 | 0.98 | 0.19 | 93.86 | 0.95 | 0.42 |
| Hex | 5D | CF | 5 | 37 | 0 | 62 | 13 | 5E | 5F | 2A |
| Octal | 135 | 317 | 5 | 67 | 0 | 142 | 23 | 136 | 137 | 52 |
| Binary | 1011101 | 11001111 | 101 | 110111 | 0 | 1100010 | 10011 | 1011110 | 1011111 | 101010 |
Color Harmonies of #5DCF05
Complementary color
Monochromatic Colors of #5DCF05
Black with #5DCF05
Text Example
Text Example
White with #5DCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF05; }
p { color: rgb(93,207,5); }
H1.HeaderClassName
{
color: #5DCF05;
}
.AnyTagClassName
{
color: #5DCF05;
}
</style>
background-color css
<style>
a { background-color: #5DCF05; }
a { background-color: rgb(93,207,5); }
div.DivClassName
{
background-color: #5DCF05;
}
.BgClassName
{
background-color: #5DCF05;
}
</style>
border-color css
<style>
span { border-color: #5DCF05; }
span { border-color: rgb(93,207,5); }
td.TdClassName
{
border-color: #5DCF05;
}
.TagClassName
{
border-color: #5DCF05;
}
</style>