Shades of Bright Green #68E70C
Tints of Bright Green #68E70C
RGB
CMYK
RGB Variations
Color information
#68E70C (or 0x68E70C) is known color: Bright Green. HEX triplet: 68, E7 and 0C. RGB value is (104,231,12). Sum of RGB (Red+Green+Blue) = 104+231+12=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 231 (90.62% from 255 or 66.57% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 231 - color contains mainly: green. Hex color #68E70C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68E70C is #9718F3. Grayscale: #A8A8A8. Windows color (decimal): -9902324 or 845672. OLE color: 845672.
HSL color Cylindrical-coordinate representation of color #68E70C: hue angle of 94.79º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68E70C is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 12 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.09 |
| HSL | 94.79º | 0.9% | 0.48% | - |
| HSV(B) | 94.79º | 0.95% | 0.91% | - |
| XYZ | 34.35 | 60.12 | 10.14 | - |
| YUV | 168.06 | 39.92 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 12 | 0.55 | 0 | 0.95 | 0.09 | 94.79 | 0.9 | 0.48 |
| Hex | 68 | E7 | C | 37 | 0 | 5F | 9 | 5F | 5A | 30 |
| Octal | 150 | 347 | 14 | 67 | 0 | 137 | 11 | 137 | 132 | 60 |
| Binary | 1101000 | 11100111 | 1100 | 110111 | 0 | 1011111 | 1001 | 1011111 | 1011010 | 110000 |
Color Harmonies of #68E70C
Complementary color
Monochromatic Colors of #68E70C
Black with #68E70C
Text Example
Text Example
White with #68E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E70C; }
p { color: rgb(104,231,12); }
H1.HeaderClassName
{
color: #68E70C;
}
.AnyTagClassName
{
color: #68E70C;
}
</style>
background-color css
<style>
a { background-color: #68E70C; }
a { background-color: rgb(104,231,12); }
div.DivClassName
{
background-color: #68E70C;
}
.BgClassName
{
background-color: #68E70C;
}
</style>
border-color css
<style>
span { border-color: #68E70C; }
span { border-color: rgb(104,231,12); }
td.TdClassName
{
border-color: #68E70C;
}
.TagClassName
{
border-color: #68E70C;
}
</style>