Shades of Screamin' Green #85F452
Tints of Screamin' Green #85F452
RGB
CMYK
RGB Variations
Color information
#85F452 (or 0x85F452) is known color: Screamin' Green. HEX triplet: 85, F4 and 52. RGB value is (133,244,82). Sum of RGB (Red+Green+Blue) = 133+244+82=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 244 (95.70% from 255 or 53.16% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 244 - color contains mainly: green. Hex color #85F452 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F452 is #7A0BAD. Grayscale: #C0C0C0. Windows color (decimal): -7998382 or 5436549. OLE color: 5436549.
HSL color Cylindrical-coordinate representation of color #85F452: hue angle of 101.11º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85F452 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 82 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.04 |
| HSL | 101.11º | 0.88% | 0.64% | - |
| HSV(B) | 101.11º | 0.66% | 0.96% | - |
| XYZ | 43.55 | 70.3 | 19.26 | - |
| YUV | 192.34 | 65.73 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 82 | 0.45 | 0 | 0.66 | 0.04 | 101.11 | 0.88 | 0.64 |
| Hex | 85 | F4 | 52 | 2D | 0 | 42 | 4 | 65 | 58 | 40 |
| Octal | 205 | 364 | 122 | 55 | 0 | 102 | 4 | 145 | 130 | 100 |
| Binary | 10000101 | 11110100 | 1010010 | 101101 | 0 | 1000010 | 100 | 1100101 | 1011000 | 1000000 |
Color Harmonies of #85F452
Complementary color
Monochromatic Colors of #85F452
Black with #85F452
Text Example
Text Example
White with #85F452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F452; }
p { color: rgb(133,244,82); }
H1.HeaderClassName
{
color: #85F452;
}
.AnyTagClassName
{
color: #85F452;
}
</style>
background-color css
<style>
a { background-color: #85F452; }
a { background-color: rgb(133,244,82); }
div.DivClassName
{
background-color: #85F452;
}
.BgClassName
{
background-color: #85F452;
}
</style>
border-color css
<style>
span { border-color: #85F452; }
span { border-color: rgb(133,244,82); }
td.TdClassName
{
border-color: #85F452;
}
.TagClassName
{
border-color: #85F452;
}
</style>