Shades of Bright Green #70F512
Tints of Bright Green #70F512
RGB
CMYK
RGB Variations
Color information
#70F512 (or 0x70F512) is known color: Bright Green. HEX triplet: 70, F5 and 12. RGB value is (112,245,18). Sum of RGB (Red+Green+Blue) = 112+245+18=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #70F512 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F512 is #8F0AED. Grayscale: #B4B4B4. Windows color (decimal): -9374446 or 1242480. OLE color: 1242480.
HSL color Cylindrical-coordinate representation of color #70F512: hue angle of 95.15º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70F512 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 18 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.04 |
| HSL | 95.15º | 0.92% | 0.52% | - |
| HSV(B) | 95.15º | 0.93% | 0.96% | - |
| XYZ | 39.44 | 68.79 | 11.77 | - |
| YUV | 179.36 | 36.94 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 18 | 0.54 | 0 | 0.93 | 0.04 | 95.15 | 0.92 | 0.52 |
| Hex | 70 | F5 | 12 | 36 | 0 | 5D | 4 | 5F | 5C | 34 |
| Octal | 160 | 365 | 22 | 66 | 0 | 135 | 4 | 137 | 134 | 64 |
| Binary | 1110000 | 11110101 | 10010 | 110110 | 0 | 1011101 | 100 | 1011111 | 1011100 | 110100 |
Color Harmonies of #70F512
Complementary color
Monochromatic Colors of #70F512
Black with #70F512
Text Example
Text Example
White with #70F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F512; }
p { color: rgb(112,245,18); }
H1.HeaderClassName
{
color: #70F512;
}
.AnyTagClassName
{
color: #70F512;
}
</style>
background-color css
<style>
a { background-color: #70F512; }
a { background-color: rgb(112,245,18); }
div.DivClassName
{
background-color: #70F512;
}
.BgClassName
{
background-color: #70F512;
}
</style>
border-color css
<style>
span { border-color: #70F512; }
span { border-color: rgb(112,245,18); }
td.TdClassName
{
border-color: #70F512;
}
.TagClassName
{
border-color: #70F512;
}
</style>