Shades of Kelly Green #68D712
Tints of Kelly Green #68D712
RGB
CMYK
RGB Variations
Color information
#68D712 (or 0x68D712) is known color: Kelly Green. HEX triplet: 68, D7 and 12. RGB value is (104,215,18). Sum of RGB (Red+Green+Blue) = 104+215+18=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 215 (84.38% from 255 or 63.80% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 215 - color contains mainly: green. Hex color #68D712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D712 is #9728ED. Grayscale: #A0A0A0. Windows color (decimal): -9906414 or 1234792. OLE color: 1234792.
HSL color Cylindrical-coordinate representation of color #68D712: hue angle of 93.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68D712 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 18 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.16 |
| HSL | 93.81º | 0.85% | 0.46% | - |
| HSV(B) | 93.81º | 0.92% | 0.84% | - |
| XYZ | 30.12 | 51.59 | 8.94 | - |
| YUV | 159.35 | 48.23 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 18 | 0.52 | 0 | 0.92 | 0.16 | 93.81 | 0.85 | 0.46 |
| Hex | 68 | D7 | 12 | 34 | 0 | 5C | 10 | 5E | 55 | 2E |
| Octal | 150 | 327 | 22 | 64 | 0 | 134 | 20 | 136 | 125 | 56 |
| Binary | 1101000 | 11010111 | 10010 | 110100 | 0 | 1011100 | 10000 | 1011110 | 1010101 | 101110 |
Color Harmonies of #68D712
Complementary color
Monochromatic Colors of #68D712
Black with #68D712
Text Example
Text Example
White with #68D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D712; }
p { color: rgb(104,215,18); }
H1.HeaderClassName
{
color: #68D712;
}
.AnyTagClassName
{
color: #68D712;
}
</style>
background-color css
<style>
a { background-color: #68D712; }
a { background-color: rgb(104,215,18); }
div.DivClassName
{
background-color: #68D712;
}
.BgClassName
{
background-color: #68D712;
}
</style>
border-color css
<style>
span { border-color: #68D712; }
span { border-color: rgb(104,215,18); }
td.TdClassName
{
border-color: #68D712;
}
.TagClassName
{
border-color: #68D712;
}
</style>