Shades of Kelly Green #5DCF04
Tints of Kelly Green #5DCF04
RGB
CMYK
RGB Variations
Color information
#5DCF04 (or 0x5DCF04) is known color: Kelly Green. HEX triplet: 5D, CF and 04. RGB value is (93,207,4). Sum of RGB (Red+Green+Blue) = 93+207+4=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 207 (81.25% from 255 or 68.09% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCF04 is #A230FB. Grayscale: #969696. Windows color (decimal): -10629372 or 315229. OLE color: 315229.
HSL color Cylindrical-coordinate representation of color #5DCF04: hue angle of 93.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DCF04 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 4 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.19 |
| HSL | 93.69º | 0.96% | 0.41% | - |
| HSV(B) | 93.69º | 0.98% | 0.81% | - |
| XYZ | 26.85 | 46.96 | 7.76 | - |
| YUV | 149.77 | 45.73 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 4 | 0.55 | 0 | 0.98 | 0.19 | 93.69 | 0.96 | 0.41 |
| Hex | 5D | CF | 4 | 37 | 0 | 62 | 13 | 5E | 60 | 29 |
| Octal | 135 | 317 | 4 | 67 | 0 | 142 | 23 | 136 | 140 | 51 |
| Binary | 1011101 | 11001111 | 100 | 110111 | 0 | 1100010 | 10011 | 1011110 | 1100000 | 101001 |
Color Harmonies of #5DCF04
Complementary color
Monochromatic Colors of #5DCF04
Black with #5DCF04
Text Example
Text Example
White with #5DCF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF04; }
p { color: rgb(93,207,4); }
H1.HeaderClassName
{
color: #5DCF04;
}
.AnyTagClassName
{
color: #5DCF04;
}
</style>
background-color css
<style>
a { background-color: #5DCF04; }
a { background-color: rgb(93,207,4); }
div.DivClassName
{
background-color: #5DCF04;
}
.BgClassName
{
background-color: #5DCF04;
}
</style>
border-color css
<style>
span { border-color: #5DCF04; }
span { border-color: rgb(93,207,4); }
td.TdClassName
{
border-color: #5DCF04;
}
.TagClassName
{
border-color: #5DCF04;
}
</style>