Shades of Bright Green #70F510
Tints of Bright Green #70F510
RGB
CMYK
RGB Variations
Color information
#70F510 (or 0x70F510) is known color: Bright Green. HEX triplet: 70, F5 and 10. RGB value is (112,245,16). Sum of RGB (Red+Green+Blue) = 112+245+16=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 245 (96.09% from 255 or 65.68% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 245 - color contains mainly: green. Hex color #70F510 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F510 is #8F0AEF. Grayscale: #B3B3B3. Windows color (decimal): -9374448 or 1111408. OLE color: 1111408.
HSL color Cylindrical-coordinate representation of color #70F510: hue angle of 94.85º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70F510 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 16 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.04 |
| HSL | 94.85º | 0.92% | 0.51% | - |
| HSV(B) | 94.85º | 0.93% | 0.96% | - |
| XYZ | 39.43 | 68.79 | 11.69 | - |
| YUV | 179.13 | 35.94 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 16 | 0.54 | 0 | 0.93 | 0.04 | 94.85 | 0.92 | 0.51 |
| Hex | 70 | F5 | 10 | 36 | 0 | 5D | 4 | 5F | 5C | 33 |
| Octal | 160 | 365 | 20 | 66 | 0 | 135 | 4 | 137 | 134 | 63 |
| Binary | 1110000 | 11110101 | 10000 | 110110 | 0 | 1011101 | 100 | 1011111 | 1011100 | 110011 |
Color Harmonies of #70F510
Complementary color
Monochromatic Colors of #70F510
Black with #70F510
Text Example
Text Example
White with #70F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F510; }
p { color: rgb(112,245,16); }
H1.HeaderClassName
{
color: #70F510;
}
.AnyTagClassName
{
color: #70F510;
}
</style>
background-color css
<style>
a { background-color: #70F510; }
a { background-color: rgb(112,245,16); }
div.DivClassName
{
background-color: #70F510;
}
.BgClassName
{
background-color: #70F510;
}
</style>
border-color css
<style>
span { border-color: #70F510; }
span { border-color: rgb(112,245,16); }
td.TdClassName
{
border-color: #70F510;
}
.TagClassName
{
border-color: #70F510;
}
</style>