Shades of Kelly Green #5DB70F
Tints of Kelly Green #5DB70F
RGB
CMYK
RGB Variations
Color information
#5DB70F (or 0x5DB70F) is known color: Kelly Green. HEX triplet: 5D, B7 and 0F. RGB value is (93,183,15). Sum of RGB (Red+Green+Blue) = 93+183+15=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB70F is #A248F0. Grayscale: #898989. Windows color (decimal): -10635505 or 1029981. OLE color: 1029981.
HSL color Cylindrical-coordinate representation of color #5DB70F: hue angle of 92.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DB70F is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 15 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.28 |
| HSL | 92.14º | 0.85% | 0.39% | - |
| HSV(B) | 92.14º | 0.92% | 0.72% | - |
| XYZ | 21.53 | 36.23 | 6.31 | - |
| YUV | 136.94 | 59.18 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 15 | 0.49 | 0 | 0.92 | 0.28 | 92.14 | 0.85 | 0.39 |
| Hex | 5D | B7 | F | 31 | 0 | 5C | 1C | 5C | 55 | 27 |
| Octal | 135 | 267 | 17 | 61 | 0 | 134 | 34 | 134 | 125 | 47 |
| Binary | 1011101 | 10110111 | 1111 | 110001 | 0 | 1011100 | 11100 | 1011100 | 1010101 | 100111 |
Color Harmonies of #5DB70F
Complementary color
Monochromatic Colors of #5DB70F
Black with #5DB70F
Text Example
Text Example
White with #5DB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB70F; }
p { color: rgb(93,183,15); }
H1.HeaderClassName
{
color: #5DB70F;
}
.AnyTagClassName
{
color: #5DB70F;
}
</style>
background-color css
<style>
a { background-color: #5DB70F; }
a { background-color: rgb(93,183,15); }
div.DivClassName
{
background-color: #5DB70F;
}
.BgClassName
{
background-color: #5DB70F;
}
</style>
border-color css
<style>
span { border-color: #5DB70F; }
span { border-color: rgb(93,183,15); }
td.TdClassName
{
border-color: #5DB70F;
}
.TagClassName
{
border-color: #5DB70F;
}
</style>