Shades of Bright Green #68DC05
Tints of Bright Green #68DC05
RGB
CMYK
RGB Variations
Color information
#68DC05 (or 0x68DC05) is known color: Bright Green. HEX triplet: 68, DC and 05. RGB value is (104,220,5). Sum of RGB (Red+Green+Blue) = 104+220+5=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DC05 is #9723FA. Grayscale: #A1A1A1. Windows color (decimal): -9905147 or 384104. OLE color: 384104.
HSL color Cylindrical-coordinate representation of color #68DC05: hue angle of 92.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68DC05 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 5 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.14 |
| HSL | 92.37º | 0.96% | 0.44% | - |
| HSV(B) | 92.37º | 0.98% | 0.86% | - |
| XYZ | 31.33 | 54.14 | 8.94 | - |
| YUV | 160.81 | 40.07 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 5 | 0.53 | 0 | 0.98 | 0.14 | 92.37 | 0.96 | 0.44 |
| Hex | 68 | DC | 5 | 35 | 0 | 62 | E | 5C | 60 | 2C |
| Octal | 150 | 334 | 5 | 65 | 0 | 142 | 16 | 134 | 140 | 54 |
| Binary | 1101000 | 11011100 | 101 | 110101 | 0 | 1100010 | 1110 | 1011100 | 1100000 | 101100 |
Color Harmonies of #68DC05
Complementary color
Monochromatic Colors of #68DC05
Black with #68DC05
Text Example
Text Example
White with #68DC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC05; }
p { color: rgb(104,220,5); }
H1.HeaderClassName
{
color: #68DC05;
}
.AnyTagClassName
{
color: #68DC05;
}
</style>
background-color css
<style>
a { background-color: #68DC05; }
a { background-color: rgb(104,220,5); }
div.DivClassName
{
background-color: #68DC05;
}
.BgClassName
{
background-color: #68DC05;
}
</style>
border-color css
<style>
span { border-color: #68DC05; }
span { border-color: rgb(104,220,5); }
td.TdClassName
{
border-color: #68DC05;
}
.TagClassName
{
border-color: #68DC05;
}
</style>