Shades of Screamin' Green #70F765
Tints of Screamin' Green #70F765
RGB
CMYK
RGB Variations
Color information
#70F765 (or 0x70F765) is known color: Screamin' Green. HEX triplet: 70, F7 and 65. RGB value is (112,247,101). Sum of RGB (Red+Green+Blue) = 112+247+101=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 247 (96.88% from 255 or 53.70% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 247 - color contains mainly: green. Hex color #70F765 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F765 is #8F089A. Grayscale: #BEBEBE. Windows color (decimal): -9373851 or 6682480. OLE color: 6682480.
HSL color Cylindrical-coordinate representation of color #70F765: hue angle of 115.48º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70F765 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 101 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.03 |
| HSL | 115.48º | 0.9% | 0.68% | - |
| HSV(B) | 115.48º | 0.59% | 0.97% | - |
| XYZ | 42.29 | 70.91 | 23.77 | - |
| YUV | 189.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 101 | 0.55 | 0 | 0.59 | 0.03 | 115.48 | 0.9 | 0.68 |
| Hex | 70 | F7 | 65 | 37 | 0 | 3B | 3 | 73 | 5A | 44 |
| Octal | 160 | 367 | 145 | 67 | 0 | 73 | 3 | 163 | 132 | 104 |
| Binary | 1110000 | 11110111 | 1100101 | 110111 | 0 | 111011 | 11 | 1110011 | 1011010 | 1000100 |
Color Harmonies of #70F765
Complementary color
Monochromatic Colors of #70F765
Black with #70F765
Text Example
Text Example
White with #70F765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F765; }
p { color: rgb(112,247,101); }
H1.HeaderClassName
{
color: #70F765;
}
.AnyTagClassName
{
color: #70F765;
}
</style>
background-color css
<style>
a { background-color: #70F765; }
a { background-color: rgb(112,247,101); }
div.DivClassName
{
background-color: #70F765;
}
.BgClassName
{
background-color: #70F765;
}
</style>
border-color css
<style>
span { border-color: #70F765; }
span { border-color: rgb(112,247,101); }
td.TdClassName
{
border-color: #70F765;
}
.TagClassName
{
border-color: #70F765;
}
</style>