Shades of Bright Green #68DE16
Tints of Bright Green #68DE16
RGB
CMYK
RGB Variations
Color information
#68DE16 (or 0x68DE16) is known color: Bright Green. HEX triplet: 68, DE and 16. RGB value is (104,222,22). Sum of RGB (Red+Green+Blue) = 104+222+22=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 222 (87.11% from 255 or 63.79% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DE16 is #9721E9. Grayscale: #A4A4A4. Windows color (decimal): -9904618 or 1498728. OLE color: 1498728.
HSL color Cylindrical-coordinate representation of color #68DE16: hue angle of 95.4º 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 #68DE16 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 22 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.13 |
| HSL | 95.4º | 0.82% | 0.48% | - |
| HSV(B) | 95.4º | 0.9% | 0.87% | - |
| XYZ | 31.98 | 55.24 | 9.74 | - |
| YUV | 163.92 | 47.91 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 22 | 0.53 | 0 | 0.90 | 0.13 | 95.4 | 0.82 | 0.48 |
| Hex | 68 | DE | 16 | 35 | 0 | 5A | D | 5F | 52 | 30 |
| Octal | 150 | 336 | 26 | 65 | 0 | 132 | 15 | 137 | 122 | 60 |
| Binary | 1101000 | 11011110 | 10110 | 110101 | 0 | 1011010 | 1101 | 1011111 | 1010010 | 110000 |
Color Harmonies of #68DE16
Complementary color
Monochromatic Colors of #68DE16
Black with #68DE16
Text Example
Text Example
White with #68DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE16; }
p { color: rgb(104,222,22); }
H1.HeaderClassName
{
color: #68DE16;
}
.AnyTagClassName
{
color: #68DE16;
}
</style>
background-color css
<style>
a { background-color: #68DE16; }
a { background-color: rgb(104,222,22); }
div.DivClassName
{
background-color: #68DE16;
}
.BgClassName
{
background-color: #68DE16;
}
</style>
border-color css
<style>
span { border-color: #68DE16; }
span { border-color: rgb(104,222,22); }
td.TdClassName
{
border-color: #68DE16;
}
.TagClassName
{
border-color: #68DE16;
}
</style>