Shades of Bright Green #68DA10
Tints of Bright Green #68DA10
RGB
CMYK
RGB Variations
Color information
#68DA10 (or 0x68DA10) is known color: Bright Green. HEX triplet: 68, DA and 10. RGB value is (104,218,16). Sum of RGB (Red+Green+Blue) = 104+218+16=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DA10 is #9725EF. Grayscale: #A1A1A1. Windows color (decimal): -9905648 or 1104488. OLE color: 1104488.
HSL color Cylindrical-coordinate representation of color #68DA10: hue angle of 93.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68DA10 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 16 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.15 |
| HSL | 93.86º | 0.86% | 0.46% | - |
| HSV(B) | 93.86º | 0.93% | 0.85% | - |
| XYZ | 30.87 | 53.12 | 9.12 | - |
| YUV | 160.89 | 46.23 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 16 | 0.52 | 0 | 0.93 | 0.15 | 93.86 | 0.86 | 0.46 |
| Hex | 68 | DA | 10 | 34 | 0 | 5D | F | 5E | 56 | 2E |
| Octal | 150 | 332 | 20 | 64 | 0 | 135 | 17 | 136 | 126 | 56 |
| Binary | 1101000 | 11011010 | 10000 | 110100 | 0 | 1011101 | 1111 | 1011110 | 1010110 | 101110 |
Color Harmonies of #68DA10
Complementary color
Monochromatic Colors of #68DA10
Black with #68DA10
Text Example
Text Example
White with #68DA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA10; }
p { color: rgb(104,218,16); }
H1.HeaderClassName
{
color: #68DA10;
}
.AnyTagClassName
{
color: #68DA10;
}
</style>
background-color css
<style>
a { background-color: #68DA10; }
a { background-color: rgb(104,218,16); }
div.DivClassName
{
background-color: #68DA10;
}
.BgClassName
{
background-color: #68DA10;
}
</style>
border-color css
<style>
span { border-color: #68DA10; }
span { border-color: rgb(104,218,16); }
td.TdClassName
{
border-color: #68DA10;
}
.TagClassName
{
border-color: #68DA10;
}
</style>