Shades of Bright Green #68DE01
Tints of Bright Green #68DE01
RGB
CMYK
RGB Variations
Color information
#68DE01 (or 0x68DE01) is known color: Bright Green. HEX triplet: 68, DE and 01. RGB value is (104,222,1). Sum of RGB (Red+Green+Blue) = 104+222+1=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DE01 is #9721FE. Grayscale: #A2A2A2. Windows color (decimal): -9904639 or 122472. OLE color: 122472.
HSL color Cylindrical-coordinate representation of color #68DE01: hue angle of 92.04º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68DE01 is Cyan = 0.53, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 1 | - |
| CMYK | 0.53 | 0 | 1.00 | 0.13 |
| HSL | 92.04º | 0.99% | 0.44% | - |
| HSV(B) | 92.04º | 1% | 0.87% | - |
| XYZ | 31.84 | 55.19 | 9 | - |
| YUV | 161.52 | 37.41 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 1 | 0.53 | 0 | 1.00 | 0.13 | 92.04 | 0.99 | 0.44 |
| Hex | 68 | DE | 1 | 35 | 0 | 64 | D | 5C | 63 | 2C |
| Octal | 150 | 336 | 1 | 65 | 0 | 144 | 15 | 134 | 143 | 54 |
| Binary | 1101000 | 11011110 | 1 | 110101 | 0 | 1100100 | 1101 | 1011100 | 1100011 | 101100 |
Color Harmonies of #68DE01
Complementary color
Monochromatic Colors of #68DE01
Black with #68DE01
Text Example
Text Example
White with #68DE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE01; }
p { color: rgb(104,222,1); }
H1.HeaderClassName
{
color: #68DE01;
}
.AnyTagClassName
{
color: #68DE01;
}
</style>
background-color css
<style>
a { background-color: #68DE01; }
a { background-color: rgb(104,222,1); }
div.DivClassName
{
background-color: #68DE01;
}
.BgClassName
{
background-color: #68DE01;
}
</style>
border-color css
<style>
span { border-color: #68DE01; }
span { border-color: rgb(104,222,1); }
td.TdClassName
{
border-color: #68DE01;
}
.TagClassName
{
border-color: #68DE01;
}
</style>