Shades of Kelly Green #68CD02
Tints of Kelly Green #68CD02
RGB
CMYK
RGB Variations
Color information
#68CD02 (or 0x68CD02) is known color: Kelly Green. HEX triplet: 68, CD and 02. RGB value is (104,205,2). Sum of RGB (Red+Green+Blue) = 104+205+2=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 205 (80.47% from 255 or 65.92% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CD02 is #9732FD. Grayscale: #989898. Windows color (decimal): -9908990 or 183656. OLE color: 183656.
HSL color Cylindrical-coordinate representation of color #68CD02: hue angle of 89.85º degrees, saturation: 0.98, 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 #68CD02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.20 |
| HSL | 89.85º | 0.98% | 0.41% | - |
| HSV(B) | 89.85º | 0.99% | 0.8% | - |
| XYZ | 27.55 | 46.61 | 7.6 | - |
| YUV | 151.66 | 43.54 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 2 | 0.49 | 0 | 0.99 | 0.20 | 89.85 | 0.98 | 0.41 |
| Hex | 68 | CD | 2 | 31 | 0 | 63 | 14 | 5A | 62 | 29 |
| Octal | 150 | 315 | 2 | 61 | 0 | 143 | 24 | 132 | 142 | 51 |
| Binary | 1101000 | 11001101 | 10 | 110001 | 0 | 1100011 | 10100 | 1011010 | 1100010 | 101001 |
Color Harmonies of #68CD02
Complementary color
Monochromatic Colors of #68CD02
Black with #68CD02
Text Example
Text Example
White with #68CD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD02; }
p { color: rgb(104,205,2); }
H1.HeaderClassName
{
color: #68CD02;
}
.AnyTagClassName
{
color: #68CD02;
}
</style>
background-color css
<style>
a { background-color: #68CD02; }
a { background-color: rgb(104,205,2); }
div.DivClassName
{
background-color: #68CD02;
}
.BgClassName
{
background-color: #68CD02;
}
</style>
border-color css
<style>
span { border-color: #68CD02; }
span { border-color: rgb(104,205,2); }
td.TdClassName
{
border-color: #68CD02;
}
.TagClassName
{
border-color: #68CD02;
}
</style>