Shades of Bright Green #70F117
Tints of Bright Green #70F117
RGB
CMYK
RGB Variations
Color information
#70F117 (or 0x70F117) is known color: Bright Green. HEX triplet: 70, F1 and 17. RGB value is (112,241,23). Sum of RGB (Red+Green+Blue) = 112+241+23=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #70F117 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F117 is #8F0EE8. Grayscale: #B2B2B2. Windows color (decimal): -9375465 or 1569136. OLE color: 1569136.
HSL color Cylindrical-coordinate representation of color #70F117: hue angle of 95.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70F117 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 23 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.05 |
| HSL | 95.5º | 0.89% | 0.52% | - |
| HSV(B) | 95.5º | 0.9% | 0.95% | - |
| XYZ | 38.29 | 66.42 | 11.61 | - |
| YUV | 177.58 | 40.76 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 23 | 0.54 | 0 | 0.90 | 0.05 | 95.5 | 0.89 | 0.52 |
| Hex | 70 | F1 | 17 | 36 | 0 | 5A | 5 | 60 | 59 | 34 |
| Octal | 160 | 361 | 27 | 66 | 0 | 132 | 5 | 140 | 131 | 64 |
| Binary | 1110000 | 11110001 | 10111 | 110110 | 0 | 1011010 | 101 | 1100000 | 1011001 | 110100 |
Color Harmonies of #70F117
Complementary color
Monochromatic Colors of #70F117
Black with #70F117
Text Example
Text Example
White with #70F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F117; }
p { color: rgb(112,241,23); }
H1.HeaderClassName
{
color: #70F117;
}
.AnyTagClassName
{
color: #70F117;
}
</style>
background-color css
<style>
a { background-color: #70F117; }
a { background-color: rgb(112,241,23); }
div.DivClassName
{
background-color: #70F117;
}
.BgClassName
{
background-color: #70F117;
}
</style>
border-color css
<style>
span { border-color: #70F117; }
span { border-color: rgb(112,241,23); }
td.TdClassName
{
border-color: #70F117;
}
.TagClassName
{
border-color: #70F117;
}
</style>