Shades of Bright Green #70FF14
Tints of Bright Green #70FF14
RGB
CMYK
RGB Variations
Color information
#70FF14 (or 0x70FF14) is known color: Bright Green. HEX triplet: 70, FF and 14. RGB value is (112,255,20). Sum of RGB (Red+Green+Blue) = 112+255+20=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FF14 is #8F00EB. Grayscale: #BABABA. Windows color (decimal): -9371884 or 1376112. OLE color: 1376112.
HSL color Cylindrical-coordinate representation of color #70FF14: hue angle of 96.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70FF14 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0 |
| HSL | 96.51º | 1% | 0.54% | - |
| HSV(B) | 96.51º | 0.92% | 1% | - |
| XYZ | 42.57 | 75.02 | 12.9 | - |
| YUV | 185.45 | 34.62 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 20 | 0.56 | 0 | 0.92 | 0 | 96.51 | 1 | 0.54 |
| Hex | 70 | FF | 14 | 38 | 0 | 5C | 0 | 61 | 64 | 36 |
| Octal | 160 | 377 | 24 | 70 | 0 | 134 | 0 | 141 | 144 | 66 |
| Binary | 1110000 | 11111111 | 10100 | 111000 | 0 | 1011100 | 0 | 1100001 | 1100100 | 110110 |
Color Harmonies of #70FF14
Complementary color
Monochromatic Colors of #70FF14
Black with #70FF14
Text Example
Text Example
White with #70FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF14; }
p { color: rgb(112,255,20); }
H1.HeaderClassName
{
color: #70FF14;
}
.AnyTagClassName
{
color: #70FF14;
}
</style>
background-color css
<style>
a { background-color: #70FF14; }
a { background-color: rgb(112,255,20); }
div.DivClassName
{
background-color: #70FF14;
}
.BgClassName
{
background-color: #70FF14;
}
</style>
border-color css
<style>
span { border-color: #70FF14; }
span { border-color: rgb(112,255,20); }
td.TdClassName
{
border-color: #70FF14;
}
.TagClassName
{
border-color: #70FF14;
}
</style>