Shades of Screamin' Green #70F26C
Tints of Screamin' Green #70F26C
RGB
CMYK
RGB Variations
Color information
#70F26C (or 0x70F26C) is known color: Screamin' Green. HEX triplet: 70, F2 and 6C. RGB value is (112,242,108). Sum of RGB (Red+Green+Blue) = 112+242+108=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #70F26C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F26C is #8F0D93. Grayscale: #BCBCBC. Windows color (decimal): -9375124 or 7139952. OLE color: 7139952.
HSL color Cylindrical-coordinate representation of color #70F26C: hue angle of 118.21º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F26C is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 108 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.05 |
| HSL | 118.21º | 0.84% | 0.69% | - |
| HSV(B) | 118.21º | 0.55% | 0.95% | - |
| XYZ | 41.14 | 68.03 | 25.15 | - |
| YUV | 187.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 108 | 0.54 | 0 | 0.55 | 0.05 | 118.21 | 0.84 | 0.69 |
| Hex | 70 | F2 | 6C | 36 | 0 | 37 | 5 | 76 | 54 | 45 |
| Octal | 160 | 362 | 154 | 66 | 0 | 67 | 5 | 166 | 124 | 105 |
| Binary | 1110000 | 11110010 | 1101100 | 110110 | 0 | 110111 | 101 | 1110110 | 1010100 | 1000101 |
Color Harmonies of #70F26C
Complementary color
Monochromatic Colors of #70F26C
Black with #70F26C
Text Example
Text Example
White with #70F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F26C; }
p { color: rgb(112,242,108); }
H1.HeaderClassName
{
color: #70F26C;
}
.AnyTagClassName
{
color: #70F26C;
}
</style>
background-color css
<style>
a { background-color: #70F26C; }
a { background-color: rgb(112,242,108); }
div.DivClassName
{
background-color: #70F26C;
}
.BgClassName
{
background-color: #70F26C;
}
</style>
border-color css
<style>
span { border-color: #70F26C; }
span { border-color: rgb(112,242,108); }
td.TdClassName
{
border-color: #70F26C;
}
.TagClassName
{
border-color: #70F26C;
}
</style>