Shades of Kelly Green #68CD14
Tints of Kelly Green #68CD14
RGB
CMYK
RGB Variations
Color information
#68CD14 (or 0x68CD14) is known color: Kelly Green. HEX triplet: 68, CD and 14. RGB value is (104,205,20). Sum of RGB (Red+Green+Blue) = 104+205+20=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CD14 is #9732EB. Grayscale: #9A9A9A. Windows color (decimal): -9908972 or 1363304. OLE color: 1363304.
HSL color Cylindrical-coordinate representation of color #68CD14: hue angle of 92.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68CD14 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 20 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.20 |
| HSL | 92.76º | 0.82% | 0.44% | - |
| HSV(B) | 92.76º | 0.9% | 0.8% | - |
| XYZ | 27.67 | 46.66 | 8.21 | - |
| YUV | 153.71 | 52.54 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 20 | 0.49 | 0 | 0.90 | 0.20 | 92.76 | 0.82 | 0.44 |
| Hex | 68 | CD | 14 | 31 | 0 | 5A | 14 | 5D | 52 | 2C |
| Octal | 150 | 315 | 24 | 61 | 0 | 132 | 24 | 135 | 122 | 54 |
| Binary | 1101000 | 11001101 | 10100 | 110001 | 0 | 1011010 | 10100 | 1011101 | 1010010 | 101100 |
Color Harmonies of #68CD14
Complementary color
Monochromatic Colors of #68CD14
Black with #68CD14
Text Example
Text Example
White with #68CD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD14; }
p { color: rgb(104,205,20); }
H1.HeaderClassName
{
color: #68CD14;
}
.AnyTagClassName
{
color: #68CD14;
}
</style>
background-color css
<style>
a { background-color: #68CD14; }
a { background-color: rgb(104,205,20); }
div.DivClassName
{
background-color: #68CD14;
}
.BgClassName
{
background-color: #68CD14;
}
</style>
border-color css
<style>
span { border-color: #68CD14; }
span { border-color: rgb(104,205,20); }
td.TdClassName
{
border-color: #68CD14;
}
.TagClassName
{
border-color: #68CD14;
}
</style>