Shades of Screamin' Green #85F756
Tints of Screamin' Green #85F756
RGB
CMYK
RGB Variations
Color information
#85F756 (or 0x85F756) is known color: Screamin' Green. HEX triplet: 85, F7 and 56. RGB value is (133,247,86). Sum of RGB (Red+Green+Blue) = 133+247+86=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #85F756 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F756 is #7A08A9. Grayscale: #C3C3C3. Windows color (decimal): -7997610 or 5699461. OLE color: 5699461.
HSL color Cylindrical-coordinate representation of color #85F756: hue angle of 102.48º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85F756 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 86 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.03 |
| HSL | 102.48º | 0.91% | 0.65% | - |
| HSV(B) | 102.48º | 0.65% | 0.97% | - |
| XYZ | 44.61 | 72.18 | 20.38 | - |
| YUV | 194.56 | 66.73 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 86 | 0.46 | 0 | 0.65 | 0.03 | 102.48 | 0.91 | 0.65 |
| Hex | 85 | F7 | 56 | 2E | 0 | 41 | 3 | 66 | 5B | 41 |
| Octal | 205 | 367 | 126 | 56 | 0 | 101 | 3 | 146 | 133 | 101 |
| Binary | 10000101 | 11110111 | 1010110 | 101110 | 0 | 1000001 | 11 | 1100110 | 1011011 | 1000001 |
Color Harmonies of #85F756
Complementary color
Monochromatic Colors of #85F756
Black with #85F756
Text Example
Text Example
White with #85F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F756; }
p { color: rgb(133,247,86); }
H1.HeaderClassName
{
color: #85F756;
}
.AnyTagClassName
{
color: #85F756;
}
</style>
background-color css
<style>
a { background-color: #85F756; }
a { background-color: rgb(133,247,86); }
div.DivClassName
{
background-color: #85F756;
}
.BgClassName
{
background-color: #85F756;
}
</style>
border-color css
<style>
span { border-color: #85F756; }
span { border-color: rgb(133,247,86); }
td.TdClassName
{
border-color: #85F756;
}
.TagClassName
{
border-color: #85F756;
}
</style>