Shades of Screamin' Green #70F94A
Tints of Screamin' Green #70F94A
RGB
CMYK
RGB Variations
Color information
#70F94A (or 0x70F94A) is known color: Screamin' Green. HEX triplet: 70, F9 and 4A. RGB value is (112,249,74). Sum of RGB (Red+Green+Blue) = 112+249+74=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #70F94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F94A is #8F06B5. Grayscale: #BCBCBC. Windows color (decimal): -9373366 or 4913520. OLE color: 4913520.
HSL color Cylindrical-coordinate representation of color #70F94A: hue angle of 106.97º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70F94A is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 74 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.02 |
| HSL | 106.97º | 0.94% | 0.63% | - |
| HSV(B) | 106.97º | 0.7% | 0.98% | - |
| XYZ | 41.79 | 71.69 | 18.11 | - |
| YUV | 188.09 | 63.61 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 74 | 0.55 | 0 | 0.70 | 0.02 | 106.97 | 0.94 | 0.63 |
| Hex | 70 | F9 | 4A | 37 | 0 | 46 | 2 | 6B | 5E | 3F |
| Octal | 160 | 371 | 112 | 67 | 0 | 106 | 2 | 153 | 136 | 77 |
| Binary | 1110000 | 11111001 | 1001010 | 110111 | 0 | 1000110 | 10 | 1101011 | 1011110 | 111111 |
Color Harmonies of #70F94A
Complementary color
Monochromatic Colors of #70F94A
Black with #70F94A
Text Example
Text Example
White with #70F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F94A; }
p { color: rgb(112,249,74); }
H1.HeaderClassName
{
color: #70F94A;
}
.AnyTagClassName
{
color: #70F94A;
}
</style>
background-color css
<style>
a { background-color: #70F94A; }
a { background-color: rgb(112,249,74); }
div.DivClassName
{
background-color: #70F94A;
}
.BgClassName
{
background-color: #70F94A;
}
</style>
border-color css
<style>
span { border-color: #70F94A; }
span { border-color: rgb(112,249,74); }
td.TdClassName
{
border-color: #70F94A;
}
.TagClassName
{
border-color: #70F94A;
}
</style>