Shades of Bright Green #70FF0B
Tints of Bright Green #70FF0B
RGB
CMYK
RGB Variations
Color information
#70FF0B (or 0x70FF0B) is known color: Bright Green. HEX triplet: 70, FF and 0B. RGB value is (112,255,11). Sum of RGB (Red+Green+Blue) = 112+255+11=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FF0B is #8F00F4. Grayscale: #B9B9B9. Windows color (decimal): -9371893 or 786288. OLE color: 786288.
HSL color Cylindrical-coordinate representation of color #70FF0B: hue angle of 95.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70FF0B is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 11 | - |
| CMYK | 0.56 | 0 | 0.96 | 0 |
| HSL | 95.16º | 1% | 0.52% | - |
| HSV(B) | 95.16º | 0.96% | 1% | - |
| XYZ | 42.5 | 74.99 | 12.55 | - |
| YUV | 184.43 | 30.12 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 11 | 0.56 | 0 | 0.96 | 0 | 95.16 | 1 | 0.52 |
| Hex | 70 | FF | B | 38 | 0 | 60 | 0 | 5F | 64 | 34 |
| Octal | 160 | 377 | 13 | 70 | 0 | 140 | 0 | 137 | 144 | 64 |
| Binary | 1110000 | 11111111 | 1011 | 111000 | 0 | 1100000 | 0 | 1011111 | 1100100 | 110100 |
Color Harmonies of #70FF0B
Complementary color
Monochromatic Colors of #70FF0B
Black with #70FF0B
Text Example
Text Example
White with #70FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF0B; }
p { color: rgb(112,255,11); }
H1.HeaderClassName
{
color: #70FF0B;
}
.AnyTagClassName
{
color: #70FF0B;
}
</style>
background-color css
<style>
a { background-color: #70FF0B; }
a { background-color: rgb(112,255,11); }
div.DivClassName
{
background-color: #70FF0B;
}
.BgClassName
{
background-color: #70FF0B;
}
</style>
border-color css
<style>
span { border-color: #70FF0B; }
span { border-color: rgb(112,255,11); }
td.TdClassName
{
border-color: #70FF0B;
}
.TagClassName
{
border-color: #70FF0B;
}
</style>