Shades of Bright Green #68DD05
Tints of Bright Green #68DD05
RGB
CMYK
RGB Variations
Color information
#68DD05 (or 0x68DD05) is known color: Bright Green. HEX triplet: 68, DD and 05. RGB value is (104,221,5). Sum of RGB (Red+Green+Blue) = 104+221+5=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DD05 is #9722FA. Grayscale: #A2A2A2. Windows color (decimal): -9904891 or 384360. OLE color: 384360.
HSL color Cylindrical-coordinate representation of color #68DD05: hue angle of 92.5º 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 #68DD05 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 5 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.13 |
| HSL | 92.5º | 0.96% | 0.44% | - |
| HSV(B) | 92.5º | 0.98% | 0.87% | - |
| XYZ | 31.59 | 54.67 | 9.03 | - |
| YUV | 161.39 | 39.74 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 5 | 0.53 | 0 | 0.98 | 0.13 | 92.5 | 0.96 | 0.44 |
| Hex | 68 | DD | 5 | 35 | 0 | 62 | D | 5C | 60 | 2C |
| Octal | 150 | 335 | 5 | 65 | 0 | 142 | 15 | 134 | 140 | 54 |
| Binary | 1101000 | 11011101 | 101 | 110101 | 0 | 1100010 | 1101 | 1011100 | 1100000 | 101100 |
Color Harmonies of #68DD05
Complementary color
Monochromatic Colors of #68DD05
Black with #68DD05
Text Example
Text Example
White with #68DD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD05; }
p { color: rgb(104,221,5); }
H1.HeaderClassName
{
color: #68DD05;
}
.AnyTagClassName
{
color: #68DD05;
}
</style>
background-color css
<style>
a { background-color: #68DD05; }
a { background-color: rgb(104,221,5); }
div.DivClassName
{
background-color: #68DD05;
}
.BgClassName
{
background-color: #68DD05;
}
</style>
border-color css
<style>
span { border-color: #68DD05; }
span { border-color: rgb(104,221,5); }
td.TdClassName
{
border-color: #68DD05;
}
.TagClassName
{
border-color: #68DD05;
}
</style>