Shades of Bright Green #70FC16
Tints of Bright Green #70FC16
RGB
CMYK
RGB Variations
Color information
#70FC16 (or 0x70FC16) is known color: Bright Green. HEX triplet: 70, FC and 16. RGB value is (112,252,22). Sum of RGB (Red+Green+Blue) = 112+252+22=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FC16 is #8F03E9. Grayscale: #B8B8B8. Windows color (decimal): -9372650 or 1506416. OLE color: 1506416.
HSL color Cylindrical-coordinate representation of color #70FC16: hue angle of 96.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70FC16 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 22 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.01 |
| HSL | 96.52º | 0.97% | 0.54% | - |
| HSV(B) | 96.52º | 0.91% | 0.99% | - |
| XYZ | 41.64 | 73.12 | 12.68 | - |
| YUV | 183.92 | 36.62 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 22 | 0.56 | 0 | 0.91 | 0.01 | 96.52 | 0.97 | 0.54 |
| Hex | 70 | FC | 16 | 38 | 0 | 5B | 1 | 61 | 61 | 36 |
| Octal | 160 | 374 | 26 | 70 | 0 | 133 | 1 | 141 | 141 | 66 |
| Binary | 1110000 | 11111100 | 10110 | 111000 | 0 | 1011011 | 1 | 1100001 | 1100001 | 110110 |
Color Harmonies of #70FC16
Complementary color
Monochromatic Colors of #70FC16
Black with #70FC16
Text Example
Text Example
White with #70FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FC16; }
p { color: rgb(112,252,22); }
H1.HeaderClassName
{
color: #70FC16;
}
.AnyTagClassName
{
color: #70FC16;
}
</style>
background-color css
<style>
a { background-color: #70FC16; }
a { background-color: rgb(112,252,22); }
div.DivClassName
{
background-color: #70FC16;
}
.BgClassName
{
background-color: #70FC16;
}
</style>
border-color css
<style>
span { border-color: #70FC16; }
span { border-color: rgb(112,252,22); }
td.TdClassName
{
border-color: #70FC16;
}
.TagClassName
{
border-color: #70FC16;
}
</style>