Shades of Bright Green #68DA0D
Tints of Bright Green #68DA0D
RGB
CMYK
RGB Variations
Color information
#68DA0D (or 0x68DA0D) is known color: Bright Green. HEX triplet: 68, DA and 0D. RGB value is (104,218,13). Sum of RGB (Red+Green+Blue) = 104+218+13=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DA0D is #9725F2. Grayscale: #A1A1A1. Windows color (decimal): -9905651 or 907880. OLE color: 907880.
HSL color Cylindrical-coordinate representation of color #68DA0D: hue angle of 93.37º 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 #68DA0D is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 13 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.15 |
| HSL | 93.37º | 0.89% | 0.45% | - |
| HSV(B) | 93.37º | 0.94% | 0.85% | - |
| XYZ | 30.85 | 53.11 | 9.01 | - |
| YUV | 160.54 | 44.73 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 13 | 0.52 | 0 | 0.94 | 0.15 | 93.37 | 0.89 | 0.45 |
| Hex | 68 | DA | D | 34 | 0 | 5E | F | 5D | 59 | 2D |
| Octal | 150 | 332 | 15 | 64 | 0 | 136 | 17 | 135 | 131 | 55 |
| Binary | 1101000 | 11011010 | 1101 | 110100 | 0 | 1011110 | 1111 | 1011101 | 1011001 | 101101 |
Color Harmonies of #68DA0D
Complementary color
Monochromatic Colors of #68DA0D
Black with #68DA0D
Text Example
Text Example
White with #68DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA0D; }
p { color: rgb(104,218,13); }
H1.HeaderClassName
{
color: #68DA0D;
}
.AnyTagClassName
{
color: #68DA0D;
}
</style>
background-color css
<style>
a { background-color: #68DA0D; }
a { background-color: rgb(104,218,13); }
div.DivClassName
{
background-color: #68DA0D;
}
.BgClassName
{
background-color: #68DA0D;
}
</style>
border-color css
<style>
span { border-color: #68DA0D; }
span { border-color: rgb(104,218,13); }
td.TdClassName
{
border-color: #68DA0D;
}
.TagClassName
{
border-color: #68DA0D;
}
</style>