Shades of Screamin' Green #85F456
Tints of Screamin' Green #85F456
RGB
CMYK
RGB Variations
Color information
#85F456 (or 0x85F456) is known color: Screamin' Green. HEX triplet: 85, F4 and 56. RGB value is (133,244,86). Sum of RGB (Red+Green+Blue) = 133+244+86=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #85F456 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F456 is #7A0BA9. Grayscale: #C1C1C1. Windows color (decimal): -7998378 or 5698693. OLE color: 5698693.
HSL color Cylindrical-coordinate representation of color #85F456: hue angle of 102.15º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85F456 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 86 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.04 |
| HSL | 102.15º | 0.88% | 0.65% | - |
| HSV(B) | 102.15º | 0.65% | 0.96% | - |
| XYZ | 43.7 | 70.36 | 20.08 | - |
| YUV | 192.8 | 67.73 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 86 | 0.45 | 0 | 0.65 | 0.04 | 102.15 | 0.88 | 0.65 |
| Hex | 85 | F4 | 56 | 2D | 0 | 41 | 4 | 66 | 58 | 41 |
| Octal | 205 | 364 | 126 | 55 | 0 | 101 | 4 | 146 | 130 | 101 |
| Binary | 10000101 | 11110100 | 1010110 | 101101 | 0 | 1000001 | 100 | 1100110 | 1011000 | 1000001 |
Color Harmonies of #85F456
Complementary color
Monochromatic Colors of #85F456
Black with #85F456
Text Example
Text Example
White with #85F456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F456; }
p { color: rgb(133,244,86); }
H1.HeaderClassName
{
color: #85F456;
}
.AnyTagClassName
{
color: #85F456;
}
</style>
background-color css
<style>
a { background-color: #85F456; }
a { background-color: rgb(133,244,86); }
div.DivClassName
{
background-color: #85F456;
}
.BgClassName
{
background-color: #85F456;
}
</style>
border-color css
<style>
span { border-color: #85F456; }
span { border-color: rgb(133,244,86); }
td.TdClassName
{
border-color: #85F456;
}
.TagClassName
{
border-color: #85F456;
}
</style>