Shades of Screamin' Green #85F451
Tints of Screamin' Green #85F451
RGB
CMYK
RGB Variations
Color information
#85F451 (or 0x85F451) is known color: Screamin' Green. HEX triplet: 85, F4 and 51. RGB value is (133,244,81). Sum of RGB (Red+Green+Blue) = 133+244+81=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #85F451 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F451 is #7A0BAE. Grayscale: #C0C0C0. Windows color (decimal): -7998383 or 5371013. OLE color: 5371013.
HSL color Cylindrical-coordinate representation of color #85F451: hue angle of 100.86º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85F451 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 81 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.04 |
| HSL | 100.86º | 0.88% | 0.64% | - |
| HSV(B) | 100.86º | 0.67% | 0.96% | - |
| XYZ | 43.51 | 70.28 | 19.06 | - |
| YUV | 192.23 | 65.23 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 81 | 0.45 | 0 | 0.67 | 0.04 | 100.86 | 0.88 | 0.64 |
| Hex | 85 | F4 | 51 | 2D | 0 | 43 | 4 | 65 | 58 | 40 |
| Octal | 205 | 364 | 121 | 55 | 0 | 103 | 4 | 145 | 130 | 100 |
| Binary | 10000101 | 11110100 | 1010001 | 101101 | 0 | 1000011 | 100 | 1100101 | 1011000 | 1000000 |
Color Harmonies of #85F451
Complementary color
Monochromatic Colors of #85F451
Black with #85F451
Text Example
Text Example
White with #85F451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F451; }
p { color: rgb(133,244,81); }
H1.HeaderClassName
{
color: #85F451;
}
.AnyTagClassName
{
color: #85F451;
}
</style>
background-color css
<style>
a { background-color: #85F451; }
a { background-color: rgb(133,244,81); }
div.DivClassName
{
background-color: #85F451;
}
.BgClassName
{
background-color: #85F451;
}
</style>
border-color css
<style>
span { border-color: #85F451; }
span { border-color: rgb(133,244,81); }
td.TdClassName
{
border-color: #85F451;
}
.TagClassName
{
border-color: #85F451;
}
</style>