Shades of Screamin' Green #70FC4A
Tints of Screamin' Green #70FC4A
RGB
CMYK
RGB Variations
Color information
#70FC4A (or 0x70FC4A) is known color: Screamin' Green. HEX triplet: 70, FC and 4A. RGB value is (112,252,74). Sum of RGB (Red+Green+Blue) = 112+252+74=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FC4A is #8F03B5. Grayscale: #BEBEBE. Windows color (decimal): -9372598 or 4914288. OLE color: 4914288.
HSL color Cylindrical-coordinate representation of color #70FC4A: hue angle of 107.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70FC4A is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 74 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.01 |
| HSL | 107.19º | 0.97% | 0.64% | - |
| HSV(B) | 107.19º | 0.71% | 0.99% | - |
| XYZ | 42.73 | 73.56 | 18.43 | - |
| YUV | 189.85 | 62.62 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 74 | 0.56 | 0 | 0.71 | 0.01 | 107.19 | 0.97 | 0.64 |
| Hex | 70 | FC | 4A | 38 | 0 | 47 | 1 | 6B | 61 | 40 |
| Octal | 160 | 374 | 112 | 70 | 0 | 107 | 1 | 153 | 141 | 100 |
| Binary | 1110000 | 11111100 | 1001010 | 111000 | 0 | 1000111 | 1 | 1101011 | 1100001 | 1000000 |
Color Harmonies of #70FC4A
Complementary color
Monochromatic Colors of #70FC4A
Black with #70FC4A
Text Example
Text Example
White with #70FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FC4A; }
p { color: rgb(112,252,74); }
H1.HeaderClassName
{
color: #70FC4A;
}
.AnyTagClassName
{
color: #70FC4A;
}
</style>
background-color css
<style>
a { background-color: #70FC4A; }
a { background-color: rgb(112,252,74); }
div.DivClassName
{
background-color: #70FC4A;
}
.BgClassName
{
background-color: #70FC4A;
}
</style>
border-color css
<style>
span { border-color: #70FC4A; }
span { border-color: rgb(112,252,74); }
td.TdClassName
{
border-color: #70FC4A;
}
.TagClassName
{
border-color: #70FC4A;
}
</style>