Shades of Bright Green #70F705
Tints of Bright Green #70F705
RGB
CMYK
RGB Variations
Color information
#70F705 (or 0x70F705) is known color: Bright Green. HEX triplet: 70, F7 and 05. RGB value is (112,247,5). Sum of RGB (Red+Green+Blue) = 112+247+5=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #70F705 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F705 is #8F08FA. Grayscale: #B3B3B3. Windows color (decimal): -9373947 or 391024. OLE color: 391024.
HSL color Cylindrical-coordinate representation of color #70F705: hue angle of 93.47º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70F705 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 5 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.03 |
| HSL | 93.47º | 0.96% | 0.49% | - |
| HSV(B) | 93.47º | 0.98% | 0.97% | - |
| XYZ | 39.97 | 69.98 | 11.54 | - |
| YUV | 179.05 | 29.77 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 5 | 0.55 | 0 | 0.98 | 0.03 | 93.47 | 0.96 | 0.49 |
| Hex | 70 | F7 | 5 | 37 | 0 | 62 | 3 | 5D | 60 | 31 |
| Octal | 160 | 367 | 5 | 67 | 0 | 142 | 3 | 135 | 140 | 61 |
| Binary | 1110000 | 11110111 | 101 | 110111 | 0 | 1100010 | 11 | 1011101 | 1100000 | 110001 |
Color Harmonies of #70F705
Complementary color
Monochromatic Colors of #70F705
Black with #70F705
Text Example
Text Example
White with #70F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F705; }
p { color: rgb(112,247,5); }
H1.HeaderClassName
{
color: #70F705;
}
.AnyTagClassName
{
color: #70F705;
}
</style>
background-color css
<style>
a { background-color: #70F705; }
a { background-color: rgb(112,247,5); }
div.DivClassName
{
background-color: #70F705;
}
.BgClassName
{
background-color: #70F705;
}
</style>
border-color css
<style>
span { border-color: #70F705; }
span { border-color: rgb(112,247,5); }
td.TdClassName
{
border-color: #70F705;
}
.TagClassName
{
border-color: #70F705;
}
</style>