Shades of Kelly Green #5DBF12
Tints of Kelly Green #5DBF12
RGB
CMYK
RGB Variations
Color information
#5DBF12 (or 0x5DBF12) is known color: Kelly Green. HEX triplet: 5D, BF and 12. RGB value is (93,191,18). Sum of RGB (Red+Green+Blue) = 93+191+18=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF12 is #A240ED. Grayscale: #8E8E8E. Windows color (decimal): -10633454 or 1228637. OLE color: 1228637.
HSL color Cylindrical-coordinate representation of color #5DBF12: hue angle of 93.99º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5DBF12 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 18 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.25 |
| HSL | 93.99º | 0.83% | 0.41% | - |
| HSV(B) | 93.99º | 0.91% | 0.75% | - |
| XYZ | 23.25 | 39.63 | 7 | - |
| YUV | 141.98 | 58.03 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 18 | 0.51 | 0 | 0.91 | 0.25 | 93.99 | 0.83 | 0.41 |
| Hex | 5D | BF | 12 | 33 | 0 | 5B | 19 | 5E | 53 | 29 |
| Octal | 135 | 277 | 22 | 63 | 0 | 133 | 31 | 136 | 123 | 51 |
| Binary | 1011101 | 10111111 | 10010 | 110011 | 0 | 1011011 | 11001 | 1011110 | 1010011 | 101001 |
Color Harmonies of #5DBF12
Complementary color
Monochromatic Colors of #5DBF12
Black with #5DBF12
Text Example
Text Example
White with #5DBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF12; }
p { color: rgb(93,191,18); }
H1.HeaderClassName
{
color: #5DBF12;
}
.AnyTagClassName
{
color: #5DBF12;
}
</style>
background-color css
<style>
a { background-color: #5DBF12; }
a { background-color: rgb(93,191,18); }
div.DivClassName
{
background-color: #5DBF12;
}
.BgClassName
{
background-color: #5DBF12;
}
</style>
border-color css
<style>
span { border-color: #5DBF12; }
span { border-color: rgb(93,191,18); }
td.TdClassName
{
border-color: #5DBF12;
}
.TagClassName
{
border-color: #5DBF12;
}
</style>