Shades of Kelly Green #68CD0A
Tints of Kelly Green #68CD0A
RGB
CMYK
RGB Variations
Color information
#68CD0A (or 0x68CD0A) is known color: Kelly Green. HEX triplet: 68, CD and 0A. RGB value is (104,205,10). Sum of RGB (Red+Green+Blue) = 104+205+10=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CD0A is #9732F5. Grayscale: #999999. Windows color (decimal): -9908982 or 707944. OLE color: 707944.
HSL color Cylindrical-coordinate representation of color #68CD0A: hue angle of 91.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68CD0A is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 10 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.20 |
| HSL | 91.08º | 0.91% | 0.42% | - |
| HSV(B) | 91.08º | 0.95% | 0.8% | - |
| XYZ | 27.6 | 46.63 | 7.83 | - |
| YUV | 152.57 | 47.54 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 10 | 0.49 | 0 | 0.95 | 0.20 | 91.08 | 0.91 | 0.42 |
| Hex | 68 | CD | A | 31 | 0 | 5F | 14 | 5B | 5B | 2A |
| Octal | 150 | 315 | 12 | 61 | 0 | 137 | 24 | 133 | 133 | 52 |
| Binary | 1101000 | 11001101 | 1010 | 110001 | 0 | 1011111 | 10100 | 1011011 | 1011011 | 101010 |
Color Harmonies of #68CD0A
Complementary color
Monochromatic Colors of #68CD0A
Black with #68CD0A
Text Example
Text Example
White with #68CD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD0A; }
p { color: rgb(104,205,10); }
H1.HeaderClassName
{
color: #68CD0A;
}
.AnyTagClassName
{
color: #68CD0A;
}
</style>
background-color css
<style>
a { background-color: #68CD0A; }
a { background-color: rgb(104,205,10); }
div.DivClassName
{
background-color: #68CD0A;
}
.BgClassName
{
background-color: #68CD0A;
}
</style>
border-color css
<style>
span { border-color: #68CD0A; }
span { border-color: rgb(104,205,10); }
td.TdClassName
{
border-color: #68CD0A;
}
.TagClassName
{
border-color: #68CD0A;
}
</style>