Shades of Screamin' Green #70FF62
Tints of Screamin' Green #70FF62
RGB
CMYK
RGB Variations
Color information
#70FF62 (or 0x70FF62) is known color: Screamin' Green. HEX triplet: 70, FF and 62. RGB value is (112,255,98). Sum of RGB (Red+Green+Blue) = 112+255+98=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF62 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FF62 is #8F009D. Grayscale: #C2C2C2. Windows color (decimal): -9371806 or 6487920. OLE color: 6487920.
HSL color Cylindrical-coordinate representation of color #70FF62: hue angle of 114.65º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70FF62 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 98 | - |
| CMYK | 0.56 | 0 | 0.62 | 0 |
| HSL | 114.65º | 1% | 0.69% | - |
| HSV(B) | 114.65º | 0.62% | 1% | - |
| XYZ | 44.65 | 75.85 | 23.84 | - |
| YUV | 194.35 | 73.62 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 98 | 0.56 | 0 | 0.62 | 0 | 114.65 | 1 | 0.69 |
| Hex | 70 | FF | 62 | 38 | 0 | 3E | 0 | 73 | 64 | 45 |
| Octal | 160 | 377 | 142 | 70 | 0 | 76 | 0 | 163 | 144 | 105 |
| Binary | 1110000 | 11111111 | 1100010 | 111000 | 0 | 111110 | 0 | 1110011 | 1100100 | 1000101 |
Color Harmonies of #70FF62
Complementary color
Monochromatic Colors of #70FF62
Black with #70FF62
Text Example
Text Example
White with #70FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF62; }
p { color: rgb(112,255,98); }
H1.HeaderClassName
{
color: #70FF62;
}
.AnyTagClassName
{
color: #70FF62;
}
</style>
background-color css
<style>
a { background-color: #70FF62; }
a { background-color: rgb(112,255,98); }
div.DivClassName
{
background-color: #70FF62;
}
.BgClassName
{
background-color: #70FF62;
}
</style>
border-color css
<style>
span { border-color: #70FF62; }
span { border-color: rgb(112,255,98); }
td.TdClassName
{
border-color: #70FF62;
}
.TagClassName
{
border-color: #70FF62;
}
</style>