Shades of Screamin' Green #70F943
Tints of Screamin' Green #70F943
RGB
CMYK
RGB Variations
Color information
#70F943 (or 0x70F943) is known color: Screamin' Green. HEX triplet: 70, F9 and 43. RGB value is (112,249,67). Sum of RGB (Red+Green+Blue) = 112+249+67=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #70F943 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F943 is #8F06BC. Grayscale: #BBBBBB. Windows color (decimal): -9373373 or 4454768. OLE color: 4454768.
HSL color Cylindrical-coordinate representation of color #70F943: hue angle of 105.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70F943 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 67 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.02 |
| HSL | 105.16º | 0.94% | 0.62% | - |
| HSV(B) | 105.16º | 0.73% | 0.98% | - |
| XYZ | 41.57 | 71.6 | 16.94 | - |
| YUV | 187.29 | 60.11 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 67 | 0.55 | 0 | 0.73 | 0.02 | 105.16 | 0.94 | 0.62 |
| Hex | 70 | F9 | 43 | 37 | 0 | 49 | 2 | 69 | 5E | 3E |
| Octal | 160 | 371 | 103 | 67 | 0 | 111 | 2 | 151 | 136 | 76 |
| Binary | 1110000 | 11111001 | 1000011 | 110111 | 0 | 1001001 | 10 | 1101001 | 1011110 | 111110 |
Color Harmonies of #70F943
Complementary color
Monochromatic Colors of #70F943
Black with #70F943
Text Example
Text Example
White with #70F943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F943; }
p { color: rgb(112,249,67); }
H1.HeaderClassName
{
color: #70F943;
}
.AnyTagClassName
{
color: #70F943;
}
</style>
background-color css
<style>
a { background-color: #70F943; }
a { background-color: rgb(112,249,67); }
div.DivClassName
{
background-color: #70F943;
}
.BgClassName
{
background-color: #70F943;
}
</style>
border-color css
<style>
span { border-color: #70F943; }
span { border-color: rgb(112,249,67); }
td.TdClassName
{
border-color: #70F943;
}
.TagClassName
{
border-color: #70F943;
}
</style>