Shades of Bright Green #70E833
Tints of Bright Green #70E833
RGB
CMYK
RGB Variations
Color information
#70E833 (or 0x70E833) is known color: Bright Green. HEX triplet: 70, E8 and 33. RGB value is (112,232,51). Sum of RGB (Red+Green+Blue) = 112+232+51=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 232 (91.02% from 255 or 58.73% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 232 - color contains mainly: green. Hex color #70E833 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E833 is #8F17CC. Grayscale: #B0B0B0. Windows color (decimal): -9377741 or 3401840. OLE color: 3401840.
HSL color Cylindrical-coordinate representation of color #70E833: hue angle of 99.78º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70E833 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 51 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.09 |
| HSL | 99.78º | 0.8% | 0.55% | - |
| HSV(B) | 99.78º | 0.78% | 0.91% | - |
| XYZ | 36.14 | 61.4 | 13.08 | - |
| YUV | 175.49 | 57.74 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 51 | 0.52 | 0 | 0.78 | 0.09 | 99.78 | 0.8 | 0.55 |
| Hex | 70 | E8 | 33 | 34 | 0 | 4E | 9 | 64 | 50 | 37 |
| Octal | 160 | 350 | 63 | 64 | 0 | 116 | 11 | 144 | 120 | 67 |
| Binary | 1110000 | 11101000 | 110011 | 110100 | 0 | 1001110 | 1001 | 1100100 | 1010000 | 110111 |
Color Harmonies of #70E833
Complementary color
Monochromatic Colors of #70E833
Black with #70E833
Text Example
Text Example
White with #70E833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E833; }
p { color: rgb(112,232,51); }
H1.HeaderClassName
{
color: #70E833;
}
.AnyTagClassName
{
color: #70E833;
}
</style>
background-color css
<style>
a { background-color: #70E833; }
a { background-color: rgb(112,232,51); }
div.DivClassName
{
background-color: #70E833;
}
.BgClassName
{
background-color: #70E833;
}
</style>
border-color css
<style>
span { border-color: #70E833; }
span { border-color: rgb(112,232,51); }
td.TdClassName
{
border-color: #70E833;
}
.TagClassName
{
border-color: #70E833;
}
</style>