Shades of Bright Green #68DC06
Tints of Bright Green #68DC06
RGB
CMYK
RGB Variations
Color information
#68DC06 (or 0x68DC06) is known color: Bright Green. HEX triplet: 68, DC and 06. RGB value is (104,220,6). Sum of RGB (Red+Green+Blue) = 104+220+6=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DC06 is #9723F9. Grayscale: #A1A1A1. Windows color (decimal): -9905146 or 449640. OLE color: 449640.
HSL color Cylindrical-coordinate representation of color #68DC06: hue angle of 92.52º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68DC06 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 6 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.14 |
| HSL | 92.52º | 0.95% | 0.44% | - |
| HSV(B) | 92.52º | 0.97% | 0.86% | - |
| XYZ | 31.33 | 54.14 | 8.97 | - |
| YUV | 160.92 | 40.57 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 6 | 0.53 | 0 | 0.97 | 0.14 | 92.52 | 0.95 | 0.44 |
| Hex | 68 | DC | 6 | 35 | 0 | 61 | E | 5D | 5F | 2C |
| Octal | 150 | 334 | 6 | 65 | 0 | 141 | 16 | 135 | 137 | 54 |
| Binary | 1101000 | 11011100 | 110 | 110101 | 0 | 1100001 | 1110 | 1011101 | 1011111 | 101100 |
Color Harmonies of #68DC06
Complementary color
Monochromatic Colors of #68DC06
Black with #68DC06
Text Example
Text Example
White with #68DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC06; }
p { color: rgb(104,220,6); }
H1.HeaderClassName
{
color: #68DC06;
}
.AnyTagClassName
{
color: #68DC06;
}
</style>
background-color css
<style>
a { background-color: #68DC06; }
a { background-color: rgb(104,220,6); }
div.DivClassName
{
background-color: #68DC06;
}
.BgClassName
{
background-color: #68DC06;
}
</style>
border-color css
<style>
span { border-color: #68DC06; }
span { border-color: rgb(104,220,6); }
td.TdClassName
{
border-color: #68DC06;
}
.TagClassName
{
border-color: #68DC06;
}
</style>