Shades of Bright Green #70F714
Tints of Bright Green #70F714
RGB
CMYK
RGB Variations
Color information
#70F714 (or 0x70F714) is known color: Bright Green. HEX triplet: 70, F7 and 14. RGB value is (112,247,20). Sum of RGB (Red+Green+Blue) = 112+247+20=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #70F714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F714 is #8F08EB. Grayscale: #B5B5B5. Windows color (decimal): -9373932 or 1374064. OLE color: 1374064.
HSL color Cylindrical-coordinate representation of color #70F714: hue angle of 95.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70F714 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 20 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.03 |
| HSL | 95.68º | 0.93% | 0.52% | - |
| HSV(B) | 95.68º | 0.92% | 0.97% | - |
| XYZ | 40.07 | 70.02 | 12.06 | - |
| YUV | 180.76 | 37.27 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 20 | 0.55 | 0 | 0.92 | 0.03 | 95.68 | 0.93 | 0.52 |
| Hex | 70 | F7 | 14 | 37 | 0 | 5C | 3 | 60 | 5D | 34 |
| Octal | 160 | 367 | 24 | 67 | 0 | 134 | 3 | 140 | 135 | 64 |
| Binary | 1110000 | 11110111 | 10100 | 110111 | 0 | 1011100 | 11 | 1100000 | 1011101 | 110100 |
Color Harmonies of #70F714
Complementary color
Monochromatic Colors of #70F714
Black with #70F714
Text Example
Text Example
White with #70F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F714; }
p { color: rgb(112,247,20); }
H1.HeaderClassName
{
color: #70F714;
}
.AnyTagClassName
{
color: #70F714;
}
</style>
background-color css
<style>
a { background-color: #70F714; }
a { background-color: rgb(112,247,20); }
div.DivClassName
{
background-color: #70F714;
}
.BgClassName
{
background-color: #70F714;
}
</style>
border-color css
<style>
span { border-color: #70F714; }
span { border-color: rgb(112,247,20); }
td.TdClassName
{
border-color: #70F714;
}
.TagClassName
{
border-color: #70F714;
}
</style>