Shades of Kelly Green #68C70A
Tints of Kelly Green #68C70A
RGB
CMYK
RGB Variations
Color information
#68C70A (or 0x68C70A) is known color: Kelly Green. HEX triplet: 68, C7 and 0A. RGB value is (104,199,10). Sum of RGB (Red+Green+Blue) = 104+199+10=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #68C70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C70A is #9738F5. Grayscale: #959595. Windows color (decimal): -9910518 or 706408. OLE color: 706408.
HSL color Cylindrical-coordinate representation of color #68C70A: hue angle of 90.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68C70A is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 10 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.22 |
| HSL | 90.16º | 0.9% | 0.41% | - |
| HSV(B) | 90.16º | 0.95% | 0.78% | - |
| XYZ | 26.19 | 43.81 | 7.36 | - |
| YUV | 149.05 | 49.53 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 10 | 0.48 | 0 | 0.95 | 0.22 | 90.16 | 0.9 | 0.41 |
| Hex | 68 | C7 | A | 30 | 0 | 5F | 16 | 5A | 5A | 29 |
| Octal | 150 | 307 | 12 | 60 | 0 | 137 | 26 | 132 | 132 | 51 |
| Binary | 1101000 | 11000111 | 1010 | 110000 | 0 | 1011111 | 10110 | 1011010 | 1011010 | 101001 |
Color Harmonies of #68C70A
Complementary color
Monochromatic Colors of #68C70A
Black with #68C70A
Text Example
Text Example
White with #68C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C70A; }
p { color: rgb(104,199,10); }
H1.HeaderClassName
{
color: #68C70A;
}
.AnyTagClassName
{
color: #68C70A;
}
</style>
background-color css
<style>
a { background-color: #68C70A; }
a { background-color: rgb(104,199,10); }
div.DivClassName
{
background-color: #68C70A;
}
.BgClassName
{
background-color: #68C70A;
}
</style>
border-color css
<style>
span { border-color: #68C70A; }
span { border-color: rgb(104,199,10); }
td.TdClassName
{
border-color: #68C70A;
}
.TagClassName
{
border-color: #68C70A;
}
</style>