Shades of Bright Green #70F114
Tints of Bright Green #70F114
RGB
CMYK
RGB Variations
Color information
#70F114 (or 0x70F114) is known color: Bright Green. HEX triplet: 70, F1 and 14. RGB value is (112,241,20). Sum of RGB (Red+Green+Blue) = 112+241+20=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #70F114 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F114 is #8F0EEB. Grayscale: #B1B1B1. Windows color (decimal): -9375468 or 1372528. OLE color: 1372528.
HSL color Cylindrical-coordinate representation of color #70F114: hue angle of 95.02º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70F114 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 20 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.05 |
| HSL | 95.02º | 0.89% | 0.51% | - |
| HSV(B) | 95.02º | 0.92% | 0.95% | - |
| XYZ | 38.26 | 66.41 | 11.46 | - |
| YUV | 177.24 | 39.26 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 20 | 0.54 | 0 | 0.92 | 0.05 | 95.02 | 0.89 | 0.51 |
| Hex | 70 | F1 | 14 | 36 | 0 | 5C | 5 | 5F | 59 | 33 |
| Octal | 160 | 361 | 24 | 66 | 0 | 134 | 5 | 137 | 131 | 63 |
| Binary | 1110000 | 11110001 | 10100 | 110110 | 0 | 1011100 | 101 | 1011111 | 1011001 | 110011 |
Color Harmonies of #70F114
Complementary color
Monochromatic Colors of #70F114
Black with #70F114
Text Example
Text Example
White with #70F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F114; }
p { color: rgb(112,241,20); }
H1.HeaderClassName
{
color: #70F114;
}
.AnyTagClassName
{
color: #70F114;
}
</style>
background-color css
<style>
a { background-color: #70F114; }
a { background-color: rgb(112,241,20); }
div.DivClassName
{
background-color: #70F114;
}
.BgClassName
{
background-color: #70F114;
}
</style>
border-color css
<style>
span { border-color: #70F114; }
span { border-color: rgb(112,241,20); }
td.TdClassName
{
border-color: #70F114;
}
.TagClassName
{
border-color: #70F114;
}
</style>