Shades of Bright Green #68DE10
Tints of Bright Green #68DE10
RGB
CMYK
RGB Variations
Color information
#68DE10 (or 0x68DE10) is known color: Bright Green. HEX triplet: 68, DE and 10. RGB value is (104,222,16). Sum of RGB (Red+Green+Blue) = 104+222+16=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DE10 is #9721EF. Grayscale: #A3A3A3. Windows color (decimal): -9904624 or 1105512. OLE color: 1105512.
HSL color Cylindrical-coordinate representation of color #68DE10: hue angle of 94.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68DE10 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 16 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.13 |
| HSL | 94.37º | 0.87% | 0.47% | - |
| HSV(B) | 94.37º | 0.93% | 0.87% | - |
| XYZ | 31.92 | 55.22 | 9.47 | - |
| YUV | 163.23 | 44.91 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 16 | 0.53 | 0 | 0.93 | 0.13 | 94.37 | 0.87 | 0.47 |
| Hex | 68 | DE | 10 | 35 | 0 | 5D | D | 5E | 57 | 2F |
| Octal | 150 | 336 | 20 | 65 | 0 | 135 | 15 | 136 | 127 | 57 |
| Binary | 1101000 | 11011110 | 10000 | 110101 | 0 | 1011101 | 1101 | 1011110 | 1010111 | 101111 |
Color Harmonies of #68DE10
Complementary color
Monochromatic Colors of #68DE10
Black with #68DE10
Text Example
Text Example
White with #68DE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE10; }
p { color: rgb(104,222,16); }
H1.HeaderClassName
{
color: #68DE10;
}
.AnyTagClassName
{
color: #68DE10;
}
</style>
background-color css
<style>
a { background-color: #68DE10; }
a { background-color: rgb(104,222,16); }
div.DivClassName
{
background-color: #68DE10;
}
.BgClassName
{
background-color: #68DE10;
}
</style>
border-color css
<style>
span { border-color: #68DE10; }
span { border-color: rgb(104,222,16); }
td.TdClassName
{
border-color: #68DE10;
}
.TagClassName
{
border-color: #68DE10;
}
</style>