Shades of Bright Green #70F712
Tints of Bright Green #70F712
RGB
CMYK
RGB Variations
Color information
#70F712 (or 0x70F712) is known color: Bright Green. HEX triplet: 70, F7 and 12. RGB value is (112,247,18). Sum of RGB (Red+Green+Blue) = 112+247+18=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 247 (96.88% from 255 or 65.52% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 247 - color contains mainly: green. Hex color #70F712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F712 is #8F08ED. Grayscale: #B5B5B5. Windows color (decimal): -9373934 or 1242992. OLE color: 1242992.
HSL color Cylindrical-coordinate representation of color #70F712: hue angle of 95.37º 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 #70F712 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 18 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.03 |
| HSL | 95.37º | 0.93% | 0.52% | - |
| HSV(B) | 95.37º | 0.93% | 0.97% | - |
| XYZ | 40.05 | 70.01 | 11.97 | - |
| YUV | 180.53 | 36.27 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 18 | 0.55 | 0 | 0.93 | 0.03 | 95.37 | 0.93 | 0.52 |
| Hex | 70 | F7 | 12 | 37 | 0 | 5D | 3 | 5F | 5D | 34 |
| Octal | 160 | 367 | 22 | 67 | 0 | 135 | 3 | 137 | 135 | 64 |
| Binary | 1110000 | 11110111 | 10010 | 110111 | 0 | 1011101 | 11 | 1011111 | 1011101 | 110100 |
Color Harmonies of #70F712
Complementary color
Monochromatic Colors of #70F712
Black with #70F712
Text Example
Text Example
White with #70F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F712; }
p { color: rgb(112,247,18); }
H1.HeaderClassName
{
color: #70F712;
}
.AnyTagClassName
{
color: #70F712;
}
</style>
background-color css
<style>
a { background-color: #70F712; }
a { background-color: rgb(112,247,18); }
div.DivClassName
{
background-color: #70F712;
}
.BgClassName
{
background-color: #70F712;
}
</style>
border-color css
<style>
span { border-color: #70F712; }
span { border-color: rgb(112,247,18); }
td.TdClassName
{
border-color: #70F712;
}
.TagClassName
{
border-color: #70F712;
}
</style>