Shades of Bright Green #70F805
Tints of Bright Green #70F805
RGB
CMYK
RGB Variations
Color information
#70F805 (or 0x70F805) is known color: Bright Green. HEX triplet: 70, F8 and 05. RGB value is (112,248,5). Sum of RGB (Red+Green+Blue) = 112+248+5=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #70F805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F805 is #8F07FA. Grayscale: #B4B4B4. Windows color (decimal): -9373691 or 391280. OLE color: 391280.
HSL color Cylindrical-coordinate representation of color #70F805: hue angle of 93.58º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70F805 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 5 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.03 |
| HSL | 93.58º | 0.96% | 0.5% | - |
| HSV(B) | 93.58º | 0.98% | 0.97% | - |
| XYZ | 40.28 | 70.59 | 11.65 | - |
| YUV | 179.63 | 29.44 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 5 | 0.55 | 0 | 0.98 | 0.03 | 93.58 | 0.96 | 0.5 |
| Hex | 70 | F8 | 5 | 37 | 0 | 62 | 3 | 5E | 60 | 32 |
| Octal | 160 | 370 | 5 | 67 | 0 | 142 | 3 | 136 | 140 | 62 |
| Binary | 1110000 | 11111000 | 101 | 110111 | 0 | 1100010 | 11 | 1011110 | 1100000 | 110010 |
Color Harmonies of #70F805
Complementary color
Monochromatic Colors of #70F805
Black with #70F805
Text Example
Text Example
White with #70F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F805; }
p { color: rgb(112,248,5); }
H1.HeaderClassName
{
color: #70F805;
}
.AnyTagClassName
{
color: #70F805;
}
</style>
background-color css
<style>
a { background-color: #70F805; }
a { background-color: rgb(112,248,5); }
div.DivClassName
{
background-color: #70F805;
}
.BgClassName
{
background-color: #70F805;
}
</style>
border-color css
<style>
span { border-color: #70F805; }
span { border-color: rgb(112,248,5); }
td.TdClassName
{
border-color: #70F805;
}
.TagClassName
{
border-color: #70F805;
}
</style>