Shades of Bright Green #70F616
Tints of Bright Green #70F616
RGB
CMYK
RGB Variations
Color information
#70F616 (or 0x70F616) is known color: Bright Green. HEX triplet: 70, F6 and 16. RGB value is (112,246,22). Sum of RGB (Red+Green+Blue) = 112+246+22=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #70F616 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F616 is #8F09E9. Grayscale: #B5B5B5. Windows color (decimal): -9374186 or 1504880. OLE color: 1504880.
HSL color Cylindrical-coordinate representation of color #70F616: hue angle of 95.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70F616 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 22 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.04 |
| HSL | 95.89º | 0.93% | 0.53% | - |
| HSV(B) | 95.89º | 0.91% | 0.96% | - |
| XYZ | 39.78 | 69.41 | 12.06 | - |
| YUV | 180.4 | 38.61 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 22 | 0.54 | 0 | 0.91 | 0.04 | 95.89 | 0.93 | 0.53 |
| Hex | 70 | F6 | 16 | 36 | 0 | 5B | 4 | 60 | 5D | 35 |
| Octal | 160 | 366 | 26 | 66 | 0 | 133 | 4 | 140 | 135 | 65 |
| Binary | 1110000 | 11110110 | 10110 | 110110 | 0 | 1011011 | 100 | 1100000 | 1011101 | 110101 |
Color Harmonies of #70F616
Complementary color
Monochromatic Colors of #70F616
Black with #70F616
Text Example
Text Example
White with #70F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F616; }
p { color: rgb(112,246,22); }
H1.HeaderClassName
{
color: #70F616;
}
.AnyTagClassName
{
color: #70F616;
}
</style>
background-color css
<style>
a { background-color: #70F616; }
a { background-color: rgb(112,246,22); }
div.DivClassName
{
background-color: #70F616;
}
.BgClassName
{
background-color: #70F616;
}
</style>
border-color css
<style>
span { border-color: #70F616; }
span { border-color: rgb(112,246,22); }
td.TdClassName
{
border-color: #70F616;
}
.TagClassName
{
border-color: #70F616;
}
</style>