Shades of Kelly Green #68CC06
Tints of Kelly Green #68CC06
RGB
CMYK
RGB Variations
Color information
#68CC06 (or 0x68CC06) is known color: Kelly Green. HEX triplet: 68, CC and 06. RGB value is (104,204,6). Sum of RGB (Red+Green+Blue) = 104+204+6=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CC06 is #9733F9. Grayscale: #989898. Windows color (decimal): -9909242 or 445544. OLE color: 445544.
HSL color Cylindrical-coordinate representation of color #68CC06: hue angle of 90.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68CC06 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 6 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.2 |
| HSL | 90.3º | 0.94% | 0.41% | - |
| HSV(B) | 90.3º | 0.97% | 0.8% | - |
| XYZ | 27.33 | 46.14 | 7.64 | - |
| YUV | 151.53 | 45.87 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 6 | 0.49 | 0 | 0.97 | 0.2 | 90.3 | 0.94 | 0.41 |
| Hex | 68 | CC | 6 | 31 | 0 | 61 | 14 | 5A | 5E | 29 |
| Octal | 150 | 314 | 6 | 61 | 0 | 141 | 24 | 132 | 136 | 51 |
| Binary | 1101000 | 11001100 | 110 | 110001 | 0 | 1100001 | 10100 | 1011010 | 1011110 | 101001 |
Color Harmonies of #68CC06
Complementary color
Monochromatic Colors of #68CC06
Black with #68CC06
Text Example
Text Example
White with #68CC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC06; }
p { color: rgb(104,204,6); }
H1.HeaderClassName
{
color: #68CC06;
}
.AnyTagClassName
{
color: #68CC06;
}
</style>
background-color css
<style>
a { background-color: #68CC06; }
a { background-color: rgb(104,204,6); }
div.DivClassName
{
background-color: #68CC06;
}
.BgClassName
{
background-color: #68CC06;
}
</style>
border-color css
<style>
span { border-color: #68CC06; }
span { border-color: rgb(104,204,6); }
td.TdClassName
{
border-color: #68CC06;
}
.TagClassName
{
border-color: #68CC06;
}
</style>