Shades of Bright Green #70F116
Tints of Bright Green #70F116
RGB
CMYK
RGB Variations
Color information
#70F116 (or 0x70F116) is known color: Bright Green. HEX triplet: 70, F1 and 16. RGB value is (112,241,22). Sum of RGB (Red+Green+Blue) = 112+241+22=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #70F116 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F116 is #8F0EE9. Grayscale: #B2B2B2. Windows color (decimal): -9375466 or 1503600. OLE color: 1503600.
HSL color Cylindrical-coordinate representation of color #70F116: hue angle of 95.34º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70F116 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 22 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.05 |
| HSL | 95.34º | 0.89% | 0.52% | - |
| HSV(B) | 95.34º | 0.91% | 0.95% | - |
| XYZ | 38.28 | 66.41 | 11.56 | - |
| YUV | 177.46 | 40.26 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 22 | 0.54 | 0 | 0.91 | 0.05 | 95.34 | 0.89 | 0.52 |
| Hex | 70 | F1 | 16 | 36 | 0 | 5B | 5 | 5F | 59 | 34 |
| Octal | 160 | 361 | 26 | 66 | 0 | 133 | 5 | 137 | 131 | 64 |
| Binary | 1110000 | 11110001 | 10110 | 110110 | 0 | 1011011 | 101 | 1011111 | 1011001 | 110100 |
Color Harmonies of #70F116
Complementary color
Monochromatic Colors of #70F116
Black with #70F116
Text Example
Text Example
White with #70F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F116; }
p { color: rgb(112,241,22); }
H1.HeaderClassName
{
color: #70F116;
}
.AnyTagClassName
{
color: #70F116;
}
</style>
background-color css
<style>
a { background-color: #70F116; }
a { background-color: rgb(112,241,22); }
div.DivClassName
{
background-color: #70F116;
}
.BgClassName
{
background-color: #70F116;
}
</style>
border-color css
<style>
span { border-color: #70F116; }
span { border-color: rgb(112,241,22); }
td.TdClassName
{
border-color: #70F116;
}
.TagClassName
{
border-color: #70F116;
}
</style>