Shades of Kelly Green #68CC08
Tints of Kelly Green #68CC08
RGB
CMYK
RGB Variations
Color information
#68CC08 (or 0x68CC08) is known color: Kelly Green. HEX triplet: 68, CC and 08. RGB value is (104,204,8). Sum of RGB (Red+Green+Blue) = 104+204+8=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CC08 is #9733F7. Grayscale: #989898. Windows color (decimal): -9909240 or 576616. OLE color: 576616.
HSL color Cylindrical-coordinate representation of color #68CC08: hue angle of 90.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68CC08 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 8 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.2 |
| HSL | 90.61º | 0.92% | 0.42% | - |
| HSV(B) | 90.61º | 0.96% | 0.8% | - |
| XYZ | 27.35 | 46.15 | 7.7 | - |
| YUV | 151.76 | 46.87 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 8 | 0.49 | 0 | 0.96 | 0.2 | 90.61 | 0.92 | 0.42 |
| Hex | 68 | CC | 8 | 31 | 0 | 60 | 14 | 5B | 5C | 2A |
| Octal | 150 | 314 | 10 | 61 | 0 | 140 | 24 | 133 | 134 | 52 |
| Binary | 1101000 | 11001100 | 1000 | 110001 | 0 | 1100000 | 10100 | 1011011 | 1011100 | 101010 |
Color Harmonies of #68CC08
Complementary color
Monochromatic Colors of #68CC08
Black with #68CC08
Text Example
Text Example
White with #68CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC08; }
p { color: rgb(104,204,8); }
H1.HeaderClassName
{
color: #68CC08;
}
.AnyTagClassName
{
color: #68CC08;
}
</style>
background-color css
<style>
a { background-color: #68CC08; }
a { background-color: rgb(104,204,8); }
div.DivClassName
{
background-color: #68CC08;
}
.BgClassName
{
background-color: #68CC08;
}
</style>
border-color css
<style>
span { border-color: #68CC08; }
span { border-color: rgb(104,204,8); }
td.TdClassName
{
border-color: #68CC08;
}
.TagClassName
{
border-color: #68CC08;
}
</style>