Shades of Kelly Green #68CA0C
Tints of Kelly Green #68CA0C
RGB
CMYK
RGB Variations
Color information
#68CA0C (or 0x68CA0C) is known color: Kelly Green. HEX triplet: 68, CA and 0C. RGB value is (104,202,12). Sum of RGB (Red+Green+Blue) = 104+202+12=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CA0C is #9735F3. Grayscale: #979797. Windows color (decimal): -9909748 or 838248. OLE color: 838248.
HSL color Cylindrical-coordinate representation of color #68CA0C: hue angle of 90.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68CA0C is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 12 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.21 |
| HSL | 90.95º | 0.89% | 0.42% | - |
| HSV(B) | 90.95º | 0.94% | 0.79% | - |
| XYZ | 26.9 | 45.21 | 7.66 | - |
| YUV | 151.04 | 49.53 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 12 | 0.49 | 0 | 0.94 | 0.21 | 90.95 | 0.89 | 0.42 |
| Hex | 68 | CA | C | 31 | 0 | 5E | 15 | 5B | 59 | 2A |
| Octal | 150 | 312 | 14 | 61 | 0 | 136 | 25 | 133 | 131 | 52 |
| Binary | 1101000 | 11001010 | 1100 | 110001 | 0 | 1011110 | 10101 | 1011011 | 1011001 | 101010 |
Color Harmonies of #68CA0C
Complementary color
Monochromatic Colors of #68CA0C
Black with #68CA0C
Text Example
Text Example
White with #68CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA0C; }
p { color: rgb(104,202,12); }
H1.HeaderClassName
{
color: #68CA0C;
}
.AnyTagClassName
{
color: #68CA0C;
}
</style>
background-color css
<style>
a { background-color: #68CA0C; }
a { background-color: rgb(104,202,12); }
div.DivClassName
{
background-color: #68CA0C;
}
.BgClassName
{
background-color: #68CA0C;
}
</style>
border-color css
<style>
span { border-color: #68CA0C; }
span { border-color: rgb(104,202,12); }
td.TdClassName
{
border-color: #68CA0C;
}
.TagClassName
{
border-color: #68CA0C;
}
</style>