Shades of Bright Green #68D70A
Tints of Bright Green #68D70A
RGB
CMYK
RGB Variations
Color information
#68D70A (or 0x68D70A) is known color: Bright Green. HEX triplet: 68, D7 and 0A. RGB value is (104,215,10). Sum of RGB (Red+Green+Blue) = 104+215+10=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #68D70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D70A is #9728F5. Grayscale: #9F9F9F. Windows color (decimal): -9906422 or 710504. OLE color: 710504.
HSL color Cylindrical-coordinate representation of color #68D70A: hue angle of 92.49º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68D70A is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 10 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.16 |
| HSL | 92.49º | 0.91% | 0.44% | - |
| HSV(B) | 92.49º | 0.95% | 0.84% | - |
| XYZ | 30.06 | 51.57 | 8.66 | - |
| YUV | 158.44 | 44.23 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 10 | 0.52 | 0 | 0.95 | 0.16 | 92.49 | 0.91 | 0.44 |
| Hex | 68 | D7 | A | 34 | 0 | 5F | 10 | 5C | 5B | 2C |
| Octal | 150 | 327 | 12 | 64 | 0 | 137 | 20 | 134 | 133 | 54 |
| Binary | 1101000 | 11010111 | 1010 | 110100 | 0 | 1011111 | 10000 | 1011100 | 1011011 | 101100 |
Color Harmonies of #68D70A
Complementary color
Monochromatic Colors of #68D70A
Black with #68D70A
Text Example
Text Example
White with #68D70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D70A; }
p { color: rgb(104,215,10); }
H1.HeaderClassName
{
color: #68D70A;
}
.AnyTagClassName
{
color: #68D70A;
}
</style>
background-color css
<style>
a { background-color: #68D70A; }
a { background-color: rgb(104,215,10); }
div.DivClassName
{
background-color: #68D70A;
}
.BgClassName
{
background-color: #68D70A;
}
</style>
border-color css
<style>
span { border-color: #68D70A; }
span { border-color: rgb(104,215,10); }
td.TdClassName
{
border-color: #68D70A;
}
.TagClassName
{
border-color: #68D70A;
}
</style>