Shades of Screamin' Green #70F06C
Tints of Screamin' Green #70F06C
RGB
CMYK
RGB Variations
Color information
#70F06C (or 0x70F06C) is known color: Screamin' Green. HEX triplet: 70, F0 and 6C. RGB value is (112,240,108). Sum of RGB (Red+Green+Blue) = 112+240+108=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #70F06C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F06C is #8F0F93. Grayscale: #BBBBBB. Windows color (decimal): -9375636 or 7139440. OLE color: 7139440.
HSL color Cylindrical-coordinate representation of color #70F06C: hue angle of 118.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F06C is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 108 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.06 |
| HSL | 118.18º | 0.81% | 0.68% | - |
| HSV(B) | 118.18º | 0.55% | 0.94% | - |
| XYZ | 40.55 | 66.85 | 24.95 | - |
| YUV | 186.68 | 83.59 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 108 | 0.53 | 0 | 0.55 | 0.06 | 118.18 | 0.81 | 0.68 |
| Hex | 70 | F0 | 6C | 35 | 0 | 37 | 6 | 76 | 51 | 44 |
| Octal | 160 | 360 | 154 | 65 | 0 | 67 | 6 | 166 | 121 | 104 |
| Binary | 1110000 | 11110000 | 1101100 | 110101 | 0 | 110111 | 110 | 1110110 | 1010001 | 1000100 |
Color Harmonies of #70F06C
Complementary color
Monochromatic Colors of #70F06C
Black with #70F06C
Text Example
Text Example
White with #70F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F06C; }
p { color: rgb(112,240,108); }
H1.HeaderClassName
{
color: #70F06C;
}
.AnyTagClassName
{
color: #70F06C;
}
</style>
background-color css
<style>
a { background-color: #70F06C; }
a { background-color: rgb(112,240,108); }
div.DivClassName
{
background-color: #70F06C;
}
.BgClassName
{
background-color: #70F06C;
}
</style>
border-color css
<style>
span { border-color: #70F06C; }
span { border-color: rgb(112,240,108); }
td.TdClassName
{
border-color: #70F06C;
}
.TagClassName
{
border-color: #70F06C;
}
</style>