Shades of Bright Green #68DF07
Tints of Bright Green #68DF07
RGB
CMYK
RGB Variations
Color information
#68DF07 (or 0x68DF07) is known color: Bright Green. HEX triplet: 68, DF and 07. RGB value is (104,223,7). Sum of RGB (Red+Green+Blue) = 104+223+7=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DF07 is #9720F8. Grayscale: #A3A3A3. Windows color (decimal): -9904377 or 515944. OLE color: 515944.
HSL color Cylindrical-coordinate representation of color #68DF07: hue angle of 93.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68DF07 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 7 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.13 |
| HSL | 93.06º | 0.94% | 0.45% | - |
| HSV(B) | 93.06º | 0.97% | 0.87% | - |
| XYZ | 32.13 | 55.73 | 9.27 | - |
| YUV | 162.8 | 40.08 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 7 | 0.53 | 0 | 0.97 | 0.13 | 93.06 | 0.94 | 0.45 |
| Hex | 68 | DF | 7 | 35 | 0 | 61 | D | 5D | 5E | 2D |
| Octal | 150 | 337 | 7 | 65 | 0 | 141 | 15 | 135 | 136 | 55 |
| Binary | 1101000 | 11011111 | 111 | 110101 | 0 | 1100001 | 1101 | 1011101 | 1011110 | 101101 |
Color Harmonies of #68DF07
Complementary color
Monochromatic Colors of #68DF07
Black with #68DF07
Text Example
Text Example
White with #68DF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF07; }
p { color: rgb(104,223,7); }
H1.HeaderClassName
{
color: #68DF07;
}
.AnyTagClassName
{
color: #68DF07;
}
</style>
background-color css
<style>
a { background-color: #68DF07; }
a { background-color: rgb(104,223,7); }
div.DivClassName
{
background-color: #68DF07;
}
.BgClassName
{
background-color: #68DF07;
}
</style>
border-color css
<style>
span { border-color: #68DF07; }
span { border-color: rgb(104,223,7); }
td.TdClassName
{
border-color: #68DF07;
}
.TagClassName
{
border-color: #68DF07;
}
</style>