Shades of Bright Green #68DE04
Tints of Bright Green #68DE04
RGB
CMYK
RGB Variations
Color information
#68DE04 (or 0x68DE04) is known color: Bright Green. HEX triplet: 68, DE and 04. RGB value is (104,222,4). Sum of RGB (Red+Green+Blue) = 104+222+4=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 222 (87.11% from 255 or 67.27% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DE04 is #9721FB. Grayscale: #A2A2A2. Windows color (decimal): -9904636 or 319080. OLE color: 319080.
HSL color Cylindrical-coordinate representation of color #68DE04: hue angle of 92.48º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68DE04 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 4 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.13 |
| HSL | 92.48º | 0.96% | 0.44% | - |
| HSV(B) | 92.48º | 0.98% | 0.87% | - |
| XYZ | 31.85 | 55.19 | 9.09 | - |
| YUV | 161.87 | 38.91 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 4 | 0.53 | 0 | 0.98 | 0.13 | 92.48 | 0.96 | 0.44 |
| Hex | 68 | DE | 4 | 35 | 0 | 62 | D | 5C | 60 | 2C |
| Octal | 150 | 336 | 4 | 65 | 0 | 142 | 15 | 134 | 140 | 54 |
| Binary | 1101000 | 11011110 | 100 | 110101 | 0 | 1100010 | 1101 | 1011100 | 1100000 | 101100 |
Color Harmonies of #68DE04
Complementary color
Monochromatic Colors of #68DE04
Black with #68DE04
Text Example
Text Example
White with #68DE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE04; }
p { color: rgb(104,222,4); }
H1.HeaderClassName
{
color: #68DE04;
}
.AnyTagClassName
{
color: #68DE04;
}
</style>
background-color css
<style>
a { background-color: #68DE04; }
a { background-color: rgb(104,222,4); }
div.DivClassName
{
background-color: #68DE04;
}
.BgClassName
{
background-color: #68DE04;
}
</style>
border-color css
<style>
span { border-color: #68DE04; }
span { border-color: rgb(104,222,4); }
td.TdClassName
{
border-color: #68DE04;
}
.TagClassName
{
border-color: #68DE04;
}
</style>