Shades of Screamin' Green #70F26D
Tints of Screamin' Green #70F26D
RGB
CMYK
RGB Variations
Color information
#70F26D (or 0x70F26D) is known color: Screamin' Green. HEX triplet: 70, F2 and 6D. RGB value is (112,242,109). Sum of RGB (Red+Green+Blue) = 112+242+109=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #70F26D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F26D is #8F0D92. Grayscale: #BCBCBC. Windows color (decimal): -9375123 or 7205488. OLE color: 7205488.
HSL color Cylindrical-coordinate representation of color #70F26D: hue angle of 118.65º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F26D is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 109 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.05 |
| HSL | 118.65º | 0.84% | 0.69% | - |
| HSV(B) | 118.65º | 0.55% | 0.95% | - |
| XYZ | 41.19 | 68.05 | 25.43 | - |
| YUV | 187.97 | 83.43 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 109 | 0.54 | 0 | 0.55 | 0.05 | 118.65 | 0.84 | 0.69 |
| Hex | 70 | F2 | 6D | 36 | 0 | 37 | 5 | 77 | 54 | 45 |
| Octal | 160 | 362 | 155 | 66 | 0 | 67 | 5 | 167 | 124 | 105 |
| Binary | 1110000 | 11110010 | 1101101 | 110110 | 0 | 110111 | 101 | 1110111 | 1010100 | 1000101 |
Color Harmonies of #70F26D
Complementary color
Monochromatic Colors of #70F26D
Black with #70F26D
Text Example
Text Example
White with #70F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F26D; }
p { color: rgb(112,242,109); }
H1.HeaderClassName
{
color: #70F26D;
}
.AnyTagClassName
{
color: #70F26D;
}
</style>
background-color css
<style>
a { background-color: #70F26D; }
a { background-color: rgb(112,242,109); }
div.DivClassName
{
background-color: #70F26D;
}
.BgClassName
{
background-color: #70F26D;
}
</style>
border-color css
<style>
span { border-color: #70F26D; }
span { border-color: rgb(112,242,109); }
td.TdClassName
{
border-color: #70F26D;
}
.TagClassName
{
border-color: #70F26D;
}
</style>