Shades of Kelly Green #5DC60F
Tints of Kelly Green #5DC60F
RGB
CMYK
RGB Variations
Color information
#5DC60F (or 0x5DC60F) is known color: Kelly Green. HEX triplet: 5D, C6 and 0F. RGB value is (93,198,15). Sum of RGB (Red+Green+Blue) = 93+198+15=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 198 (77.73% from 255 or 64.71% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC60F is #A239F0. Grayscale: #929292. Windows color (decimal): -10631665 or 1033821. OLE color: 1033821.
HSL color Cylindrical-coordinate representation of color #5DC60F: hue angle of 94.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DC60F is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 15 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.22 |
| HSL | 94.43º | 0.86% | 0.42% | - |
| HSV(B) | 94.43º | 0.92% | 0.78% | - |
| XYZ | 24.79 | 42.75 | 7.4 | - |
| YUV | 145.74 | 54.21 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 15 | 0.53 | 0 | 0.92 | 0.22 | 94.43 | 0.86 | 0.42 |
| Hex | 5D | C6 | F | 35 | 0 | 5C | 16 | 5E | 56 | 2A |
| Octal | 135 | 306 | 17 | 65 | 0 | 134 | 26 | 136 | 126 | 52 |
| Binary | 1011101 | 11000110 | 1111 | 110101 | 0 | 1011100 | 10110 | 1011110 | 1010110 | 101010 |
Color Harmonies of #5DC60F
Complementary color
Monochromatic Colors of #5DC60F
Black with #5DC60F
Text Example
Text Example
White with #5DC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC60F; }
p { color: rgb(93,198,15); }
H1.HeaderClassName
{
color: #5DC60F;
}
.AnyTagClassName
{
color: #5DC60F;
}
</style>
background-color css
<style>
a { background-color: #5DC60F; }
a { background-color: rgb(93,198,15); }
div.DivClassName
{
background-color: #5DC60F;
}
.BgClassName
{
background-color: #5DC60F;
}
</style>
border-color css
<style>
span { border-color: #5DC60F; }
span { border-color: rgb(93,198,15); }
td.TdClassName
{
border-color: #5DC60F;
}
.TagClassName
{
border-color: #5DC60F;
}
</style>