Shades of Kelly Green #68CC03
Tints of Kelly Green #68CC03
RGB
CMYK
RGB Variations
Color information
#68CC03 (or 0x68CC03) is known color: Kelly Green. HEX triplet: 68, CC and 03. RGB value is (104,204,3). Sum of RGB (Red+Green+Blue) = 104+204+3=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CC03 is #9733FC. Grayscale: #979797. Windows color (decimal): -9909245 or 248936. OLE color: 248936.
HSL color Cylindrical-coordinate representation of color #68CC03: hue angle of 89.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68CC03 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 3 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.2 |
| HSL | 89.85º | 0.97% | 0.41% | - |
| HSV(B) | 89.85º | 0.99% | 0.8% | - |
| XYZ | 27.32 | 46.14 | 7.55 | - |
| YUV | 151.19 | 44.37 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 3 | 0.49 | 0 | 0.99 | 0.2 | 89.85 | 0.97 | 0.41 |
| Hex | 68 | CC | 3 | 31 | 0 | 63 | 14 | 5A | 61 | 29 |
| Octal | 150 | 314 | 3 | 61 | 0 | 143 | 24 | 132 | 141 | 51 |
| Binary | 1101000 | 11001100 | 11 | 110001 | 0 | 1100011 | 10100 | 1011010 | 1100001 | 101001 |
Color Harmonies of #68CC03
Complementary color
Monochromatic Colors of #68CC03
Black with #68CC03
Text Example
Text Example
White with #68CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC03; }
p { color: rgb(104,204,3); }
H1.HeaderClassName
{
color: #68CC03;
}
.AnyTagClassName
{
color: #68CC03;
}
</style>
background-color css
<style>
a { background-color: #68CC03; }
a { background-color: rgb(104,204,3); }
div.DivClassName
{
background-color: #68CC03;
}
.BgClassName
{
background-color: #68CC03;
}
</style>
border-color css
<style>
span { border-color: #68CC03; }
span { border-color: rgb(104,204,3); }
td.TdClassName
{
border-color: #68CC03;
}
.TagClassName
{
border-color: #68CC03;
}
</style>