Shades of Bright Green #68D80C
Tints of Bright Green #68D80C
RGB
CMYK
RGB Variations
Color information
#68D80C (or 0x68D80C) is known color: Bright Green. HEX triplet: 68, D8 and 0C. RGB value is (104,216,12). Sum of RGB (Red+Green+Blue) = 104+216+12=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #68D80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D80C is #9727F3. Grayscale: #9F9F9F. Windows color (decimal): -9906164 or 841832. OLE color: 841832.
HSL color Cylindrical-coordinate representation of color #68D80C: hue angle of 92.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68D80C is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 12 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.15 |
| HSL | 92.94º | 0.89% | 0.45% | - |
| HSV(B) | 92.94º | 0.94% | 0.85% | - |
| XYZ | 30.33 | 52.08 | 8.8 | - |
| YUV | 159.26 | 44.89 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 12 | 0.52 | 0 | 0.94 | 0.15 | 92.94 | 0.89 | 0.45 |
| Hex | 68 | D8 | C | 34 | 0 | 5E | F | 5D | 59 | 2D |
| Octal | 150 | 330 | 14 | 64 | 0 | 136 | 17 | 135 | 131 | 55 |
| Binary | 1101000 | 11011000 | 1100 | 110100 | 0 | 1011110 | 1111 | 1011101 | 1011001 | 101101 |
Color Harmonies of #68D80C
Complementary color
Monochromatic Colors of #68D80C
Black with #68D80C
Text Example
Text Example
White with #68D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D80C; }
p { color: rgb(104,216,12); }
H1.HeaderClassName
{
color: #68D80C;
}
.AnyTagClassName
{
color: #68D80C;
}
</style>
background-color css
<style>
a { background-color: #68D80C; }
a { background-color: rgb(104,216,12); }
div.DivClassName
{
background-color: #68D80C;
}
.BgClassName
{
background-color: #68D80C;
}
</style>
border-color css
<style>
span { border-color: #68D80C; }
span { border-color: rgb(104,216,12); }
td.TdClassName
{
border-color: #68D80C;
}
.TagClassName
{
border-color: #68D80C;
}
</style>