Shades of Kelly Green #68CA03
Tints of Kelly Green #68CA03
RGB
CMYK
RGB Variations
Color information
#68CA03 (or 0x68CA03) is known color: Kelly Green. HEX triplet: 68, CA and 03. RGB value is (104,202,3). Sum of RGB (Red+Green+Blue) = 104+202+3=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CA03 is #9735FC. Grayscale: #969696. Windows color (decimal): -9909757 or 248424. OLE color: 248424.
HSL color Cylindrical-coordinate representation of color #68CA03: hue angle of 89.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68CA03 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 3 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.21 |
| HSL | 89.55º | 0.97% | 0.4% | - |
| HSV(B) | 89.55º | 0.99% | 0.79% | - |
| XYZ | 26.85 | 45.19 | 7.39 | - |
| YUV | 150.01 | 45.03 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 3 | 0.49 | 0 | 0.99 | 0.21 | 89.55 | 0.97 | 0.4 |
| Hex | 68 | CA | 3 | 31 | 0 | 63 | 15 | 5A | 61 | 28 |
| Octal | 150 | 312 | 3 | 61 | 0 | 143 | 25 | 132 | 141 | 50 |
| Binary | 1101000 | 11001010 | 11 | 110001 | 0 | 1100011 | 10101 | 1011010 | 1100001 | 101000 |
Color Harmonies of #68CA03
Complementary color
Monochromatic Colors of #68CA03
Black with #68CA03
Text Example
Text Example
White with #68CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA03; }
p { color: rgb(104,202,3); }
H1.HeaderClassName
{
color: #68CA03;
}
.AnyTagClassName
{
color: #68CA03;
}
</style>
background-color css
<style>
a { background-color: #68CA03; }
a { background-color: rgb(104,202,3); }
div.DivClassName
{
background-color: #68CA03;
}
.BgClassName
{
background-color: #68CA03;
}
</style>
border-color css
<style>
span { border-color: #68CA03; }
span { border-color: rgb(104,202,3); }
td.TdClassName
{
border-color: #68CA03;
}
.TagClassName
{
border-color: #68CA03;
}
</style>