Shades of Screamin' Green #85F356
Tints of Screamin' Green #85F356
RGB
CMYK
RGB Variations
Color information
#85F356 (or 0x85F356) is known color: Screamin' Green. HEX triplet: 85, F3 and 56. RGB value is (133,243,86). Sum of RGB (Red+Green+Blue) = 133+243+86=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #85F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F356 is #7A0CA9. Grayscale: #C0C0C0. Windows color (decimal): -7998634 or 5698437. OLE color: 5698437.
HSL color Cylindrical-coordinate representation of color #85F356: hue angle of 102.04º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85F356 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 86 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.05 |
| HSL | 102.04º | 0.87% | 0.65% | - |
| HSV(B) | 102.04º | 0.65% | 0.95% | - |
| XYZ | 43.4 | 69.76 | 19.98 | - |
| YUV | 192.21 | 68.06 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 86 | 0.45 | 0 | 0.65 | 0.05 | 102.04 | 0.87 | 0.65 |
| Hex | 85 | F3 | 56 | 2D | 0 | 41 | 5 | 66 | 57 | 41 |
| Octal | 205 | 363 | 126 | 55 | 0 | 101 | 5 | 146 | 127 | 101 |
| Binary | 10000101 | 11110011 | 1010110 | 101101 | 0 | 1000001 | 101 | 1100110 | 1010111 | 1000001 |
Color Harmonies of #85F356
Complementary color
Monochromatic Colors of #85F356
Black with #85F356
Text Example
Text Example
White with #85F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F356; }
p { color: rgb(133,243,86); }
H1.HeaderClassName
{
color: #85F356;
}
.AnyTagClassName
{
color: #85F356;
}
</style>
background-color css
<style>
a { background-color: #85F356; }
a { background-color: rgb(133,243,86); }
div.DivClassName
{
background-color: #85F356;
}
.BgClassName
{
background-color: #85F356;
}
</style>
border-color css
<style>
span { border-color: #85F356; }
span { border-color: rgb(133,243,86); }
td.TdClassName
{
border-color: #85F356;
}
.TagClassName
{
border-color: #85F356;
}
</style>