Shades of Bright Green #68F712
Tints of Bright Green #68F712
RGB
CMYK
RGB Variations
Color information
#68F712 (or 0x68F712) is known color: Bright Green. HEX triplet: 68, F7 and 12. RGB value is (104,247,18). Sum of RGB (Red+Green+Blue) = 104+247+18=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #68F712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F712 is #9708ED. Grayscale: #B2B2B2. Windows color (decimal): -9898222 or 1242984. OLE color: 1242984.
HSL color Cylindrical-coordinate representation of color #68F712: hue angle of 97.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68F712 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 247 | 18 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.03 |
| HSL | 97.47º | 0.93% | 0.52% | - |
| HSV(B) | 97.47º | 0.93% | 0.97% | - |
| XYZ | 39.08 | 69.51 | 11.93 | - |
| YUV | 178.14 | 37.62 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 18 | 0.58 | 0 | 0.93 | 0.03 | 97.47 | 0.93 | 0.52 |
| Hex | 68 | F7 | 12 | 3A | 0 | 5D | 3 | 61 | 5D | 34 |
| Octal | 150 | 367 | 22 | 72 | 0 | 135 | 3 | 141 | 135 | 64 |
| Binary | 1101000 | 11110111 | 10010 | 111010 | 0 | 1011101 | 11 | 1100001 | 1011101 | 110100 |
Color Harmonies of #68F712
Complementary color
Monochromatic Colors of #68F712
Black with #68F712
Text Example
Text Example
White with #68F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F712; }
p { color: rgb(104,247,18); }
H1.HeaderClassName
{
color: #68F712;
}
.AnyTagClassName
{
color: #68F712;
}
</style>
background-color css
<style>
a { background-color: #68F712; }
a { background-color: rgb(104,247,18); }
div.DivClassName
{
background-color: #68F712;
}
.BgClassName
{
background-color: #68F712;
}
</style>
border-color css
<style>
span { border-color: #68F712; }
span { border-color: rgb(104,247,18); }
td.TdClassName
{
border-color: #68F712;
}
.TagClassName
{
border-color: #68F712;
}
</style>