Shades of Kelly Green #68D918
Tints of Kelly Green #68D918
RGB
CMYK
RGB Variations
Color information
#68D918 (or 0x68D918) is known color: Kelly Green. HEX triplet: 68, D9 and 18. RGB value is (104,217,24). Sum of RGB (Red+Green+Blue) = 104+217+24=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #68D918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D918 is #9726E7. Grayscale: #A1A1A1. Windows color (decimal): -9905896 or 1628520. OLE color: 1628520.
HSL color Cylindrical-coordinate representation of color #68D918: hue angle of 95.13º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68D918 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 24 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.15 |
| HSL | 95.13º | 0.8% | 0.47% | - |
| HSV(B) | 95.13º | 0.89% | 0.85% | - |
| XYZ | 30.69 | 52.63 | 9.41 | - |
| YUV | 161.21 | 50.56 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 24 | 0.52 | 0 | 0.89 | 0.15 | 95.13 | 0.8 | 0.47 |
| Hex | 68 | D9 | 18 | 34 | 0 | 59 | F | 5F | 50 | 2F |
| Octal | 150 | 331 | 30 | 64 | 0 | 131 | 17 | 137 | 120 | 57 |
| Binary | 1101000 | 11011001 | 11000 | 110100 | 0 | 1011001 | 1111 | 1011111 | 1010000 | 101111 |
Color Harmonies of #68D918
Complementary color
Monochromatic Colors of #68D918
Black with #68D918
Text Example
Text Example
White with #68D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D918; }
p { color: rgb(104,217,24); }
H1.HeaderClassName
{
color: #68D918;
}
.AnyTagClassName
{
color: #68D918;
}
</style>
background-color css
<style>
a { background-color: #68D918; }
a { background-color: rgb(104,217,24); }
div.DivClassName
{
background-color: #68D918;
}
.BgClassName
{
background-color: #68D918;
}
</style>
border-color css
<style>
span { border-color: #68D918; }
span { border-color: rgb(104,217,24); }
td.TdClassName
{
border-color: #68D918;
}
.TagClassName
{
border-color: #68D918;
}
</style>