Shades of Screamin' Green #85FF49
Tints of Screamin' Green #85FF49
RGB
CMYK
RGB Variations
Color information
#85FF49 (or 0x85FF49) is known color: Screamin' Green. HEX triplet: 85, FF and 49. RGB value is (133,255,73). Sum of RGB (Red+Green+Blue) = 133+255+73=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF49 is #7A00B6. Grayscale: #C6C6C6. Windows color (decimal): -7995575 or 4849541. OLE color: 4849541.
HSL color Cylindrical-coordinate representation of color #85FF49: hue angle of 100.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85FF49 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 73 | - |
| CMYK | 0.48 | 0 | 0.71 | 0 |
| HSL | 100.22º | 1% | 0.64% | - |
| HSV(B) | 100.22º | 0.71% | 1% | - |
| XYZ | 46.64 | 76.99 | 18.71 | - |
| YUV | 197.77 | 57.58 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 73 | 0.48 | 0 | 0.71 | 0 | 100.22 | 1 | 0.64 |
| Hex | 85 | FF | 49 | 30 | 0 | 47 | 0 | 64 | 64 | 40 |
| Octal | 205 | 377 | 111 | 60 | 0 | 107 | 0 | 144 | 144 | 100 |
| Binary | 10000101 | 11111111 | 1001001 | 110000 | 0 | 1000111 | 0 | 1100100 | 1100100 | 1000000 |
Color Harmonies of #85FF49
Complementary color
Monochromatic Colors of #85FF49
Black with #85FF49
Text Example
Text Example
White with #85FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF49; }
p { color: rgb(133,255,73); }
H1.HeaderClassName
{
color: #85FF49;
}
.AnyTagClassName
{
color: #85FF49;
}
</style>
background-color css
<style>
a { background-color: #85FF49; }
a { background-color: rgb(133,255,73); }
div.DivClassName
{
background-color: #85FF49;
}
.BgClassName
{
background-color: #85FF49;
}
</style>
border-color css
<style>
span { border-color: #85FF49; }
span { border-color: rgb(133,255,73); }
td.TdClassName
{
border-color: #85FF49;
}
.TagClassName
{
border-color: #85FF49;
}
</style>