Shades of Kelly Green #68CA20
Tints of Kelly Green #68CA20
RGB
CMYK
RGB Variations
Color information
#68CA20 (or 0x68CA20) is known color: Kelly Green. HEX triplet: 68, CA and 20. RGB value is (104,202,32). Sum of RGB (Red+Green+Blue) = 104+202+32=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CA20 is #9735DF. Grayscale: #999999. Windows color (decimal): -9909728 or 2148968. OLE color: 2148968.
HSL color Cylindrical-coordinate representation of color #68CA20: hue angle of 94.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68CA20 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 32 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.21 |
| HSL | 94.59º | 0.73% | 0.46% | - |
| HSV(B) | 94.59º | 0.84% | 0.79% | - |
| XYZ | 27.09 | 45.29 | 8.68 | - |
| YUV | 153.32 | 59.53 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 32 | 0.49 | 0 | 0.84 | 0.21 | 94.59 | 0.73 | 0.46 |
| Hex | 68 | CA | 20 | 31 | 0 | 54 | 15 | 5F | 49 | 2E |
| Octal | 150 | 312 | 40 | 61 | 0 | 124 | 25 | 137 | 111 | 56 |
| Binary | 1101000 | 11001010 | 100000 | 110001 | 0 | 1010100 | 10101 | 1011111 | 1001001 | 101110 |
Color Harmonies of #68CA20
Complementary color
Monochromatic Colors of #68CA20
Black with #68CA20
Text Example
Text Example
White with #68CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA20; }
p { color: rgb(104,202,32); }
H1.HeaderClassName
{
color: #68CA20;
}
.AnyTagClassName
{
color: #68CA20;
}
</style>
background-color css
<style>
a { background-color: #68CA20; }
a { background-color: rgb(104,202,32); }
div.DivClassName
{
background-color: #68CA20;
}
.BgClassName
{
background-color: #68CA20;
}
</style>
border-color css
<style>
span { border-color: #68CA20; }
span { border-color: rgb(104,202,32); }
td.TdClassName
{
border-color: #68CA20;
}
.TagClassName
{
border-color: #68CA20;
}
</style>