Shades of Bright Green #68DD16
Tints of Bright Green #68DD16
RGB
CMYK
RGB Variations
Color information
#68DD16 (or 0x68DD16) is known color: Bright Green. HEX triplet: 68, DD and 16. RGB value is (104,221,22). Sum of RGB (Red+Green+Blue) = 104+221+22=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DD16 is #9722E9. Grayscale: #A4A4A4. Windows color (decimal): -9904874 or 1498472. OLE color: 1498472.
HSL color Cylindrical-coordinate representation of color #68DD16: hue angle of 95.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68DD16 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 22 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.13 |
| HSL | 95.28º | 0.82% | 0.48% | - |
| HSV(B) | 95.28º | 0.9% | 0.87% | - |
| XYZ | 31.71 | 54.71 | 9.65 | - |
| YUV | 163.33 | 48.24 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 22 | 0.53 | 0 | 0.90 | 0.13 | 95.28 | 0.82 | 0.48 |
| Hex | 68 | DD | 16 | 35 | 0 | 5A | D | 5F | 52 | 30 |
| Octal | 150 | 335 | 26 | 65 | 0 | 132 | 15 | 137 | 122 | 60 |
| Binary | 1101000 | 11011101 | 10110 | 110101 | 0 | 1011010 | 1101 | 1011111 | 1010010 | 110000 |
Color Harmonies of #68DD16
Complementary color
Monochromatic Colors of #68DD16
Black with #68DD16
Text Example
Text Example
White with #68DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD16; }
p { color: rgb(104,221,22); }
H1.HeaderClassName
{
color: #68DD16;
}
.AnyTagClassName
{
color: #68DD16;
}
</style>
background-color css
<style>
a { background-color: #68DD16; }
a { background-color: rgb(104,221,22); }
div.DivClassName
{
background-color: #68DD16;
}
.BgClassName
{
background-color: #68DD16;
}
</style>
border-color css
<style>
span { border-color: #68DD16; }
span { border-color: rgb(104,221,22); }
td.TdClassName
{
border-color: #68DD16;
}
.TagClassName
{
border-color: #68DD16;
}
</style>