Shades of Bright Green #68DC08
Tints of Bright Green #68DC08
RGB
CMYK
RGB Variations
Color information
#68DC08 (or 0x68DC08) is known color: Bright Green. HEX triplet: 68, DC and 08. RGB value is (104,220,8). Sum of RGB (Red+Green+Blue) = 104+220+8=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DC08 is #9723F7. Grayscale: #A1A1A1. Windows color (decimal): -9905144 or 580712. OLE color: 580712.
HSL color Cylindrical-coordinate representation of color #68DC08: hue angle of 92.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68DC08 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 8 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.14 |
| HSL | 92.83º | 0.93% | 0.45% | - |
| HSV(B) | 92.83º | 0.96% | 0.86% | - |
| XYZ | 31.35 | 54.15 | 9.03 | - |
| YUV | 161.15 | 41.57 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 8 | 0.53 | 0 | 0.96 | 0.14 | 92.83 | 0.93 | 0.45 |
| Hex | 68 | DC | 8 | 35 | 0 | 60 | E | 5D | 5D | 2D |
| Octal | 150 | 334 | 10 | 65 | 0 | 140 | 16 | 135 | 135 | 55 |
| Binary | 1101000 | 11011100 | 1000 | 110101 | 0 | 1100000 | 1110 | 1011101 | 1011101 | 101101 |
Color Harmonies of #68DC08
Complementary color
Monochromatic Colors of #68DC08
Black with #68DC08
Text Example
Text Example
White with #68DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC08; }
p { color: rgb(104,220,8); }
H1.HeaderClassName
{
color: #68DC08;
}
.AnyTagClassName
{
color: #68DC08;
}
</style>
background-color css
<style>
a { background-color: #68DC08; }
a { background-color: rgb(104,220,8); }
div.DivClassName
{
background-color: #68DC08;
}
.BgClassName
{
background-color: #68DC08;
}
</style>
border-color css
<style>
span { border-color: #68DC08; }
span { border-color: rgb(104,220,8); }
td.TdClassName
{
border-color: #68DC08;
}
.TagClassName
{
border-color: #68DC08;
}
</style>