Shades of Bright Green #70F706
Tints of Bright Green #70F706
RGB
CMYK
RGB Variations
Color information
#70F706 (or 0x70F706) is known color: Bright Green. HEX triplet: 70, F7 and 06. RGB value is (112,247,6). Sum of RGB (Red+Green+Blue) = 112+247+6=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 247 (96.88% from 255 or 67.67% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 247 - color contains mainly: green. Hex color #70F706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F706 is #8F08F9. Grayscale: #B3B3B3. Windows color (decimal): -9373946 or 456560. OLE color: 456560.
HSL color Cylindrical-coordinate representation of color #70F706: hue angle of 93.61º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70F706 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 6 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.03 |
| HSL | 93.61º | 0.95% | 0.5% | - |
| HSV(B) | 93.61º | 0.98% | 0.97% | - |
| XYZ | 39.98 | 69.98 | 11.57 | - |
| YUV | 179.16 | 30.27 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 6 | 0.55 | 0 | 0.98 | 0.03 | 93.61 | 0.95 | 0.5 |
| Hex | 70 | F7 | 6 | 37 | 0 | 62 | 3 | 5E | 5F | 32 |
| Octal | 160 | 367 | 6 | 67 | 0 | 142 | 3 | 136 | 137 | 62 |
| Binary | 1110000 | 11110111 | 110 | 110111 | 0 | 1100010 | 11 | 1011110 | 1011111 | 110010 |
Color Harmonies of #70F706
Complementary color
Monochromatic Colors of #70F706
Black with #70F706
Text Example
Text Example
White with #70F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F706; }
p { color: rgb(112,247,6); }
H1.HeaderClassName
{
color: #70F706;
}
.AnyTagClassName
{
color: #70F706;
}
</style>
background-color css
<style>
a { background-color: #70F706; }
a { background-color: rgb(112,247,6); }
div.DivClassName
{
background-color: #70F706;
}
.BgClassName
{
background-color: #70F706;
}
</style>
border-color css
<style>
span { border-color: #70F706; }
span { border-color: rgb(112,247,6); }
td.TdClassName
{
border-color: #70F706;
}
.TagClassName
{
border-color: #70F706;
}
</style>