Shades of Kelly Green #68CA16
Tints of Kelly Green #68CA16
RGB
CMYK
RGB Variations
Color information
#68CA16 (or 0x68CA16) is known color: Kelly Green. HEX triplet: 68, CA and 16. RGB value is (104,202,22). Sum of RGB (Red+Green+Blue) = 104+202+22=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CA16 is #9735E9. Grayscale: #989898. Windows color (decimal): -9909738 or 1493608. OLE color: 1493608.
HSL color Cylindrical-coordinate representation of color #68CA16: hue angle of 92.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68CA16 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 22 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.21 |
| HSL | 92.67º | 0.8% | 0.44% | - |
| HSV(B) | 92.67º | 0.89% | 0.79% | - |
| XYZ | 26.97 | 45.24 | 8.07 | - |
| YUV | 152.18 | 54.53 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 22 | 0.49 | 0 | 0.89 | 0.21 | 92.67 | 0.8 | 0.44 |
| Hex | 68 | CA | 16 | 31 | 0 | 59 | 15 | 5D | 50 | 2C |
| Octal | 150 | 312 | 26 | 61 | 0 | 131 | 25 | 135 | 120 | 54 |
| Binary | 1101000 | 11001010 | 10110 | 110001 | 0 | 1011001 | 10101 | 1011101 | 1010000 | 101100 |
Color Harmonies of #68CA16
Complementary color
Monochromatic Colors of #68CA16
Black with #68CA16
Text Example
Text Example
White with #68CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA16; }
p { color: rgb(104,202,22); }
H1.HeaderClassName
{
color: #68CA16;
}
.AnyTagClassName
{
color: #68CA16;
}
</style>
background-color css
<style>
a { background-color: #68CA16; }
a { background-color: rgb(104,202,22); }
div.DivClassName
{
background-color: #68CA16;
}
.BgClassName
{
background-color: #68CA16;
}
</style>
border-color css
<style>
span { border-color: #68CA16; }
span { border-color: rgb(104,202,22); }
td.TdClassName
{
border-color: #68CA16;
}
.TagClassName
{
border-color: #68CA16;
}
</style>