Shades of Bright Green #70F310
Tints of Bright Green #70F310
RGB
CMYK
RGB Variations
Color information
#70F310 (or 0x70F310) is known color: Bright Green. HEX triplet: 70, F3 and 10. RGB value is (112,243,16). Sum of RGB (Red+Green+Blue) = 112+243+16=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #70F310 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F310 is #8F0CEF. Grayscale: #B2B2B2. Windows color (decimal): -9374960 or 1110896. OLE color: 1110896.
HSL color Cylindrical-coordinate representation of color #70F310: hue angle of 94.63º 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 #70F310 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 16 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.05 |
| HSL | 94.63º | 0.9% | 0.51% | - |
| HSV(B) | 94.63º | 0.93% | 0.95% | - |
| XYZ | 38.83 | 67.58 | 11.49 | - |
| YUV | 177.95 | 36.6 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 16 | 0.54 | 0 | 0.93 | 0.05 | 94.63 | 0.9 | 0.51 |
| Hex | 70 | F3 | 10 | 36 | 0 | 5D | 5 | 5F | 5A | 33 |
| Octal | 160 | 363 | 20 | 66 | 0 | 135 | 5 | 137 | 132 | 63 |
| Binary | 1110000 | 11110011 | 10000 | 110110 | 0 | 1011101 | 101 | 1011111 | 1011010 | 110011 |
Color Harmonies of #70F310
Complementary color
Monochromatic Colors of #70F310
Black with #70F310
Text Example
Text Example
White with #70F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F310; }
p { color: rgb(112,243,16); }
H1.HeaderClassName
{
color: #70F310;
}
.AnyTagClassName
{
color: #70F310;
}
</style>
background-color css
<style>
a { background-color: #70F310; }
a { background-color: rgb(112,243,16); }
div.DivClassName
{
background-color: #70F310;
}
.BgClassName
{
background-color: #70F310;
}
</style>
border-color css
<style>
span { border-color: #70F310; }
span { border-color: rgb(112,243,16); }
td.TdClassName
{
border-color: #70F310;
}
.TagClassName
{
border-color: #70F310;
}
</style>