Shades of Bright Green #68DD0C
Tints of Bright Green #68DD0C
RGB
CMYK
RGB Variations
Color information
#68DD0C (or 0x68DD0C) is known color: Bright Green. HEX triplet: 68, DD and 0C. RGB value is (104,221,12). Sum of RGB (Red+Green+Blue) = 104+221+12=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DD0C is #9722F3. Grayscale: #A2A2A2. Windows color (decimal): -9904884 or 843112. OLE color: 843112.
HSL color Cylindrical-coordinate representation of color #68DD0C: hue angle of 93.59º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68DD0C is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 12 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.13 |
| HSL | 93.59º | 0.9% | 0.46% | - |
| HSV(B) | 93.59º | 0.95% | 0.87% | - |
| XYZ | 31.63 | 54.68 | 9.24 | - |
| YUV | 162.19 | 43.24 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 12 | 0.53 | 0 | 0.95 | 0.13 | 93.59 | 0.9 | 0.46 |
| Hex | 68 | DD | C | 35 | 0 | 5F | D | 5E | 5A | 2E |
| Octal | 150 | 335 | 14 | 65 | 0 | 137 | 15 | 136 | 132 | 56 |
| Binary | 1101000 | 11011101 | 1100 | 110101 | 0 | 1011111 | 1101 | 1011110 | 1011010 | 101110 |
Color Harmonies of #68DD0C
Complementary color
Monochromatic Colors of #68DD0C
Black with #68DD0C
Text Example
Text Example
White with #68DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD0C; }
p { color: rgb(104,221,12); }
H1.HeaderClassName
{
color: #68DD0C;
}
.AnyTagClassName
{
color: #68DD0C;
}
</style>
background-color css
<style>
a { background-color: #68DD0C; }
a { background-color: rgb(104,221,12); }
div.DivClassName
{
background-color: #68DD0C;
}
.BgClassName
{
background-color: #68DD0C;
}
</style>
border-color css
<style>
span { border-color: #68DD0C; }
span { border-color: rgb(104,221,12); }
td.TdClassName
{
border-color: #68DD0C;
}
.TagClassName
{
border-color: #68DD0C;
}
</style>