Shades of Bright Green #70F312
Tints of Bright Green #70F312
RGB
CMYK
RGB Variations
Color information
#70F312 (or 0x70F312) is known color: Bright Green. HEX triplet: 70, F3 and 12. RGB value is (112,243,18). Sum of RGB (Red+Green+Blue) = 112+243+18=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #70F312 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F312 is #8F0CED. Grayscale: #B2B2B2. Windows color (decimal): -9374958 or 1241968. OLE color: 1241968.
HSL color Cylindrical-coordinate representation of color #70F312: hue angle of 94.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70F312 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 18 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.05 |
| HSL | 94.93º | 0.9% | 0.51% | - |
| HSV(B) | 94.93º | 0.93% | 0.95% | - |
| XYZ | 38.84 | 67.59 | 11.57 | - |
| YUV | 178.18 | 37.6 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 18 | 0.54 | 0 | 0.93 | 0.05 | 94.93 | 0.9 | 0.51 |
| Hex | 70 | F3 | 12 | 36 | 0 | 5D | 5 | 5F | 5A | 33 |
| Octal | 160 | 363 | 22 | 66 | 0 | 135 | 5 | 137 | 132 | 63 |
| Binary | 1110000 | 11110011 | 10010 | 110110 | 0 | 1011101 | 101 | 1011111 | 1011010 | 110011 |
Color Harmonies of #70F312
Complementary color
Monochromatic Colors of #70F312
Black with #70F312
Text Example
Text Example
White with #70F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F312; }
p { color: rgb(112,243,18); }
H1.HeaderClassName
{
color: #70F312;
}
.AnyTagClassName
{
color: #70F312;
}
</style>
background-color css
<style>
a { background-color: #70F312; }
a { background-color: rgb(112,243,18); }
div.DivClassName
{
background-color: #70F312;
}
.BgClassName
{
background-color: #70F312;
}
</style>
border-color css
<style>
span { border-color: #70F312; }
span { border-color: rgb(112,243,18); }
td.TdClassName
{
border-color: #70F312;
}
.TagClassName
{
border-color: #70F312;
}
</style>