Shades of Screamin' Green #85FA57
Tints of Screamin' Green #85FA57
RGB
CMYK
RGB Variations
Color information
#85FA57 (or 0x85FA57) is known color: Screamin' Green. HEX triplet: 85, FA and 57. RGB value is (133,250,87). Sum of RGB (Red+Green+Blue) = 133+250+87=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA57 is #7A05A8. Grayscale: #C4C4C4. Windows color (decimal): -7996841 or 5765765. OLE color: 5765765.
HSL color Cylindrical-coordinate representation of color #85FA57: hue angle of 103.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85FA57 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 87 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.02 |
| HSL | 103.07º | 0.94% | 0.66% | - |
| HSV(B) | 103.07º | 0.65% | 0.98% | - |
| XYZ | 45.58 | 74.05 | 20.91 | - |
| YUV | 196.44 | 66.24 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 87 | 0.47 | 0 | 0.65 | 0.02 | 103.07 | 0.94 | 0.66 |
| Hex | 85 | FA | 57 | 2F | 0 | 41 | 2 | 67 | 5E | 42 |
| Octal | 205 | 372 | 127 | 57 | 0 | 101 | 2 | 147 | 136 | 102 |
| Binary | 10000101 | 11111010 | 1010111 | 101111 | 0 | 1000001 | 10 | 1100111 | 1011110 | 1000010 |
Color Harmonies of #85FA57
Complementary color
Monochromatic Colors of #85FA57
Black with #85FA57
Text Example
Text Example
White with #85FA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA57; }
p { color: rgb(133,250,87); }
H1.HeaderClassName
{
color: #85FA57;
}
.AnyTagClassName
{
color: #85FA57;
}
</style>
background-color css
<style>
a { background-color: #85FA57; }
a { background-color: rgb(133,250,87); }
div.DivClassName
{
background-color: #85FA57;
}
.BgClassName
{
background-color: #85FA57;
}
</style>
border-color css
<style>
span { border-color: #85FA57; }
span { border-color: rgb(133,250,87); }
td.TdClassName
{
border-color: #85FA57;
}
.TagClassName
{
border-color: #85FA57;
}
</style>