Shades of Bright Green #70F900
Tints of Bright Green #70F900
RGB
CMYK
RGB Variations
Color information
#70F900 (or 0x70F900) is known color: Bright Green. HEX triplet: 70, F9 and 00. RGB value is (112,249,0). Sum of RGB (Red+Green+Blue) = 112+249+0=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #70F900 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F900 is #8F06FF. Grayscale: #B4B4B4. Windows color (decimal): -9373440 or 63856. OLE color: 63856.
HSL color Cylindrical-coordinate representation of color #70F900: hue angle of 93.01º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70F900 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.02 |
| HSL | 93.01º | 1% | 0.49% | - |
| HSV(B) | 93.01º | 1% | 0.98% | - |
| XYZ | 40.56 | 71.2 | 11.6 | - |
| YUV | 179.65 | 26.61 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 0 | 0.55 | 0 | 1 | 0.02 | 93.01 | 1 | 0.49 |
| Hex | 70 | F9 | 0 | 37 | 0 | 64 | 2 | 5D | 64 | 31 |
| Octal | 160 | 371 | 0 | 67 | 0 | 144 | 2 | 135 | 144 | 61 |
| Binary | 1110000 | 11111001 | 0 | 110111 | 0 | 1100100 | 10 | 1011101 | 1100100 | 110001 |
Color Harmonies of #70F900
Complementary color
Monochromatic Colors of #70F900
Black with #70F900
Text Example
Text Example
White with #70F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F900; }
p { color: rgb(112,249,0); }
H1.HeaderClassName
{
color: #70F900;
}
.AnyTagClassName
{
color: #70F900;
}
</style>
background-color css
<style>
a { background-color: #70F900; }
a { background-color: rgb(112,249,0); }
div.DivClassName
{
background-color: #70F900;
}
.BgClassName
{
background-color: #70F900;
}
</style>
border-color css
<style>
span { border-color: #70F900; }
span { border-color: rgb(112,249,0); }
td.TdClassName
{
border-color: #70F900;
}
.TagClassName
{
border-color: #70F900;
}
</style>