Shades of Bright Green #70F508
Tints of Bright Green #70F508
RGB
CMYK
RGB Variations
Color information
#70F508 (or 0x70F508) is known color: Bright Green. HEX triplet: 70, F5 and 08. RGB value is (112,245,8). Sum of RGB (Red+Green+Blue) = 112+245+8=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 245 (96.09% from 255 or 67.12% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 245 - color contains mainly: green. Hex color #70F508 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F508 is #8F0AF7. Grayscale: #B3B3B3. Windows color (decimal): -9374456 or 587120. OLE color: 587120.
HSL color Cylindrical-coordinate representation of color #70F508: hue angle of 93.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70F508 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 8 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.04 |
| HSL | 93.67º | 0.94% | 0.5% | - |
| HSV(B) | 93.67º | 0.97% | 0.96% | - |
| XYZ | 39.38 | 68.77 | 11.43 | - |
| YUV | 178.22 | 31.94 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 8 | 0.54 | 0 | 0.97 | 0.04 | 93.67 | 0.94 | 0.5 |
| Hex | 70 | F5 | 8 | 36 | 0 | 61 | 4 | 5E | 5E | 32 |
| Octal | 160 | 365 | 10 | 66 | 0 | 141 | 4 | 136 | 136 | 62 |
| Binary | 1110000 | 11110101 | 1000 | 110110 | 0 | 1100001 | 100 | 1011110 | 1011110 | 110010 |
Color Harmonies of #70F508
Complementary color
Monochromatic Colors of #70F508
Black with #70F508
Text Example
Text Example
White with #70F508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F508; }
p { color: rgb(112,245,8); }
H1.HeaderClassName
{
color: #70F508;
}
.AnyTagClassName
{
color: #70F508;
}
</style>
background-color css
<style>
a { background-color: #70F508; }
a { background-color: rgb(112,245,8); }
div.DivClassName
{
background-color: #70F508;
}
.BgClassName
{
background-color: #70F508;
}
</style>
border-color css
<style>
span { border-color: #70F508; }
span { border-color: rgb(112,245,8); }
td.TdClassName
{
border-color: #70F508;
}
.TagClassName
{
border-color: #70F508;
}
</style>