Shades of Bright Green #70F905
Tints of Bright Green #70F905
RGB
CMYK
RGB Variations
Color information
#70F905 (or 0x70F905) is known color: Bright Green. HEX triplet: 70, F9 and 05. RGB value is (112,249,5). Sum of RGB (Red+Green+Blue) = 112+249+5=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #70F905 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F905 is #8F06FA. Grayscale: #B5B5B5. Windows color (decimal): -9373435 or 391536. OLE color: 391536.
HSL color Cylindrical-coordinate representation of color #70F905: hue angle of 93.69º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70F905 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 5 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.02 |
| HSL | 93.69º | 0.96% | 0.5% | - |
| HSV(B) | 93.69º | 0.98% | 0.98% | - |
| XYZ | 40.59 | 71.21 | 11.75 | - |
| YUV | 180.22 | 29.11 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 5 | 0.55 | 0 | 0.98 | 0.02 | 93.69 | 0.96 | 0.5 |
| Hex | 70 | F9 | 5 | 37 | 0 | 62 | 2 | 5E | 60 | 32 |
| Octal | 160 | 371 | 5 | 67 | 0 | 142 | 2 | 136 | 140 | 62 |
| Binary | 1110000 | 11111001 | 101 | 110111 | 0 | 1100010 | 10 | 1011110 | 1100000 | 110010 |
Color Harmonies of #70F905
Complementary color
Monochromatic Colors of #70F905
Black with #70F905
Text Example
Text Example
White with #70F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F905; }
p { color: rgb(112,249,5); }
H1.HeaderClassName
{
color: #70F905;
}
.AnyTagClassName
{
color: #70F905;
}
</style>
background-color css
<style>
a { background-color: #70F905; }
a { background-color: rgb(112,249,5); }
div.DivClassName
{
background-color: #70F905;
}
.BgClassName
{
background-color: #70F905;
}
</style>
border-color css
<style>
span { border-color: #70F905; }
span { border-color: rgb(112,249,5); }
td.TdClassName
{
border-color: #70F905;
}
.TagClassName
{
border-color: #70F905;
}
</style>