Shades of Bright Green #70F115
Tints of Bright Green #70F115
RGB
CMYK
RGB Variations
Color information
#70F115 (or 0x70F115) is known color: Bright Green. HEX triplet: 70, F1 and 15. RGB value is (112,241,21). Sum of RGB (Red+Green+Blue) = 112+241+21=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #70F115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F115 is #8F0EEA. Grayscale: #B2B2B2. Windows color (decimal): -9375467 or 1438064. OLE color: 1438064.
HSL color Cylindrical-coordinate representation of color #70F115: hue angle of 95.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70F115 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 21 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.05 |
| HSL | 95.18º | 0.89% | 0.51% | - |
| HSV(B) | 95.18º | 0.91% | 0.95% | - |
| XYZ | 38.27 | 66.41 | 11.51 | - |
| YUV | 177.35 | 39.76 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 21 | 0.54 | 0 | 0.91 | 0.05 | 95.18 | 0.89 | 0.51 |
| Hex | 70 | F1 | 15 | 36 | 0 | 5B | 5 | 5F | 59 | 33 |
| Octal | 160 | 361 | 25 | 66 | 0 | 133 | 5 | 137 | 131 | 63 |
| Binary | 1110000 | 11110001 | 10101 | 110110 | 0 | 1011011 | 101 | 1011111 | 1011001 | 110011 |
Color Harmonies of #70F115
Complementary color
Monochromatic Colors of #70F115
Black with #70F115
Text Example
Text Example
White with #70F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F115; }
p { color: rgb(112,241,21); }
H1.HeaderClassName
{
color: #70F115;
}
.AnyTagClassName
{
color: #70F115;
}
</style>
background-color css
<style>
a { background-color: #70F115; }
a { background-color: rgb(112,241,21); }
div.DivClassName
{
background-color: #70F115;
}
.BgClassName
{
background-color: #70F115;
}
</style>
border-color css
<style>
span { border-color: #70F115; }
span { border-color: rgb(112,241,21); }
td.TdClassName
{
border-color: #70F115;
}
.TagClassName
{
border-color: #70F115;
}
</style>