Shades of Bright Green #68DB14
Tints of Bright Green #68DB14
RGB
CMYK
RGB Variations
Color information
#68DB14 (or 0x68DB14) is known color: Bright Green. HEX triplet: 68, DB and 14. RGB value is (104,219,20). Sum of RGB (Red+Green+Blue) = 104+219+20=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 219 (85.94% from 255 or 63.85% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DB14 is #9724EB. Grayscale: #A2A2A2. Windows color (decimal): -9905388 or 1366888. OLE color: 1366888.
HSL color Cylindrical-coordinate representation of color #68DB14: hue angle of 94.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68DB14 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.14 |
| HSL | 94.67º | 0.83% | 0.47% | - |
| HSV(B) | 94.67º | 0.91% | 0.86% | - |
| XYZ | 31.17 | 53.66 | 9.38 | - |
| YUV | 161.93 | 47.9 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 20 | 0.53 | 0 | 0.91 | 0.14 | 94.67 | 0.83 | 0.47 |
| Hex | 68 | DB | 14 | 35 | 0 | 5B | E | 5F | 53 | 2F |
| Octal | 150 | 333 | 24 | 65 | 0 | 133 | 16 | 137 | 123 | 57 |
| Binary | 1101000 | 11011011 | 10100 | 110101 | 0 | 1011011 | 1110 | 1011111 | 1010011 | 101111 |
Color Harmonies of #68DB14
Complementary color
Monochromatic Colors of #68DB14
Black with #68DB14
Text Example
Text Example
White with #68DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB14; }
p { color: rgb(104,219,20); }
H1.HeaderClassName
{
color: #68DB14;
}
.AnyTagClassName
{
color: #68DB14;
}
</style>
background-color css
<style>
a { background-color: #68DB14; }
a { background-color: rgb(104,219,20); }
div.DivClassName
{
background-color: #68DB14;
}
.BgClassName
{
background-color: #68DB14;
}
</style>
border-color css
<style>
span { border-color: #68DB14; }
span { border-color: rgb(104,219,20); }
td.TdClassName
{
border-color: #68DB14;
}
.TagClassName
{
border-color: #68DB14;
}
</style>