Shades of Screamin' Green #70FB73
Tints of Screamin' Green #70FB73
RGB
CMYK
RGB Variations
Color information
#70FB73 (or 0x70FB73) is known color: Screamin' Green. HEX triplet: 70, FB and 73. RGB value is (112,251,115). Sum of RGB (Red+Green+Blue) = 112+251+115=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FB73 is #8F048C. Grayscale: #C2C2C2. Windows color (decimal): -9372813 or 7601008. OLE color: 7601008.
HSL color Cylindrical-coordinate representation of color #70FB73: hue angle of 121.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FB73 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 115 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.02 |
| HSL | 121.3º | 0.95% | 0.71% | - |
| HSV(B) | 121.3º | 0.55% | 0.98% | - |
| XYZ | 44.27 | 73.68 | 28.11 | - |
| YUV | 193.94 | 83.45 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 115 | 0.55 | 0 | 0.54 | 0.02 | 121.3 | 0.95 | 0.71 |
| Hex | 70 | FB | 73 | 37 | 0 | 36 | 2 | 79 | 5F | 47 |
| Octal | 160 | 373 | 163 | 67 | 0 | 66 | 2 | 171 | 137 | 107 |
| Binary | 1110000 | 11111011 | 1110011 | 110111 | 0 | 110110 | 10 | 1111001 | 1011111 | 1000111 |
Color Harmonies of #70FB73
Complementary color
Monochromatic Colors of #70FB73
Black with #70FB73
Text Example
Text Example
White with #70FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB73; }
p { color: rgb(112,251,115); }
H1.HeaderClassName
{
color: #70FB73;
}
.AnyTagClassName
{
color: #70FB73;
}
</style>
background-color css
<style>
a { background-color: #70FB73; }
a { background-color: rgb(112,251,115); }
div.DivClassName
{
background-color: #70FB73;
}
.BgClassName
{
background-color: #70FB73;
}
</style>
border-color css
<style>
span { border-color: #70FB73; }
span { border-color: rgb(112,251,115); }
td.TdClassName
{
border-color: #70FB73;
}
.TagClassName
{
border-color: #70FB73;
}
</style>