Shades of Screamin' Green #85F357
Tints of Screamin' Green #85F357
RGB
CMYK
RGB Variations
Color information
#85F357 (or 0x85F357) is known color: Screamin' Green. HEX triplet: 85, F3 and 57. RGB value is (133,243,87). Sum of RGB (Red+Green+Blue) = 133+243+87=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #85F357 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F357 is #7A0CA8. Grayscale: #C0C0C0. Windows color (decimal): -7998633 or 5763973. OLE color: 5763973.
HSL color Cylindrical-coordinate representation of color #85F357: hue angle of 102.31º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85F357 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 87 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.05 |
| HSL | 102.31º | 0.87% | 0.65% | - |
| HSV(B) | 102.31º | 0.64% | 0.95% | - |
| XYZ | 43.44 | 69.78 | 20.2 | - |
| YUV | 192.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 87 | 0.45 | 0 | 0.64 | 0.05 | 102.31 | 0.87 | 0.65 |
| Hex | 85 | F3 | 57 | 2D | 0 | 40 | 5 | 66 | 57 | 41 |
| Octal | 205 | 363 | 127 | 55 | 0 | 100 | 5 | 146 | 127 | 101 |
| Binary | 10000101 | 11110011 | 1010111 | 101101 | 0 | 1000000 | 101 | 1100110 | 1010111 | 1000001 |
Color Harmonies of #85F357
Complementary color
Monochromatic Colors of #85F357
Black with #85F357
Text Example
Text Example
White with #85F357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F357; }
p { color: rgb(133,243,87); }
H1.HeaderClassName
{
color: #85F357;
}
.AnyTagClassName
{
color: #85F357;
}
</style>
background-color css
<style>
a { background-color: #85F357; }
a { background-color: rgb(133,243,87); }
div.DivClassName
{
background-color: #85F357;
}
.BgClassName
{
background-color: #85F357;
}
</style>
border-color css
<style>
span { border-color: #85F357; }
span { border-color: rgb(133,243,87); }
td.TdClassName
{
border-color: #85F357;
}
.TagClassName
{
border-color: #85F357;
}
</style>