Shades of Bright Green #70F718
Tints of Bright Green #70F718
RGB
CMYK
RGB Variations
Color information
#70F718 (or 0x70F718) is known color: Bright Green. HEX triplet: 70, F7 and 18. RGB value is (112,247,24). Sum of RGB (Red+Green+Blue) = 112+247+24=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #70F718 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F718 is #8F08E7. Grayscale: #B5B5B5. Windows color (decimal): -9373928 or 1636208. OLE color: 1636208.
HSL color Cylindrical-coordinate representation of color #70F718: hue angle of 96.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70F718 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 24 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.03 |
| HSL | 96.32º | 0.93% | 0.53% | - |
| HSV(B) | 96.32º | 0.9% | 0.97% | - |
| XYZ | 40.11 | 70.03 | 12.27 | - |
| YUV | 181.21 | 39.27 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 24 | 0.55 | 0 | 0.90 | 0.03 | 96.32 | 0.93 | 0.53 |
| Hex | 70 | F7 | 18 | 37 | 0 | 5A | 3 | 60 | 5D | 35 |
| Octal | 160 | 367 | 30 | 67 | 0 | 132 | 3 | 140 | 135 | 65 |
| Binary | 1110000 | 11110111 | 11000 | 110111 | 0 | 1011010 | 11 | 1100000 | 1011101 | 110101 |
Color Harmonies of #70F718
Complementary color
Monochromatic Colors of #70F718
Black with #70F718
Text Example
Text Example
White with #70F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F718; }
p { color: rgb(112,247,24); }
H1.HeaderClassName
{
color: #70F718;
}
.AnyTagClassName
{
color: #70F718;
}
</style>
background-color css
<style>
a { background-color: #70F718; }
a { background-color: rgb(112,247,24); }
div.DivClassName
{
background-color: #70F718;
}
.BgClassName
{
background-color: #70F718;
}
</style>
border-color css
<style>
span { border-color: #70F718; }
span { border-color: rgb(112,247,24); }
td.TdClassName
{
border-color: #70F718;
}
.TagClassName
{
border-color: #70F718;
}
</style>