Shades of Kelly Green #68CA14
Tints of Kelly Green #68CA14
RGB
CMYK
RGB Variations
Color information
#68CA14 (or 0x68CA14) is known color: Kelly Green. HEX triplet: 68, CA and 14. RGB value is (104,202,20). Sum of RGB (Red+Green+Blue) = 104+202+20=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CA14 is #9735EB. Grayscale: #989898. Windows color (decimal): -9909740 or 1362536. OLE color: 1362536.
HSL color Cylindrical-coordinate representation of color #68CA14: hue angle of 92.31º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68CA14 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 20 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.21 |
| HSL | 92.31º | 0.82% | 0.44% | - |
| HSV(B) | 92.31º | 0.9% | 0.79% | - |
| XYZ | 26.96 | 45.23 | 7.97 | - |
| YUV | 151.95 | 53.53 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 20 | 0.49 | 0 | 0.90 | 0.21 | 92.31 | 0.82 | 0.44 |
| Hex | 68 | CA | 14 | 31 | 0 | 5A | 15 | 5C | 52 | 2C |
| Octal | 150 | 312 | 24 | 61 | 0 | 132 | 25 | 134 | 122 | 54 |
| Binary | 1101000 | 11001010 | 10100 | 110001 | 0 | 1011010 | 10101 | 1011100 | 1010010 | 101100 |
Color Harmonies of #68CA14
Complementary color
Monochromatic Colors of #68CA14
Black with #68CA14
Text Example
Text Example
White with #68CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA14; }
p { color: rgb(104,202,20); }
H1.HeaderClassName
{
color: #68CA14;
}
.AnyTagClassName
{
color: #68CA14;
}
</style>
background-color css
<style>
a { background-color: #68CA14; }
a { background-color: rgb(104,202,20); }
div.DivClassName
{
background-color: #68CA14;
}
.BgClassName
{
background-color: #68CA14;
}
</style>
border-color css
<style>
span { border-color: #68CA14; }
span { border-color: rgb(104,202,20); }
td.TdClassName
{
border-color: #68CA14;
}
.TagClassName
{
border-color: #68CA14;
}
</style>