Shades of Screamin' Green #85F949
Tints of Screamin' Green #85F949
RGB
CMYK
RGB Variations
Color information
#85F949 (or 0x85F949) is known color: Screamin' Green. HEX triplet: 85, F9 and 49. RGB value is (133,249,73). Sum of RGB (Red+Green+Blue) = 133+249+73=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #85F949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F949 is #7A06B6. Grayscale: #C2C2C2. Windows color (decimal): -7997111 or 4848005. OLE color: 4848005.
HSL color Cylindrical-coordinate representation of color #85F949: hue angle of 99.55º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85F949 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 73 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.02 |
| HSL | 99.55º | 0.94% | 0.63% | - |
| HSV(B) | 99.55º | 0.71% | 0.98% | - |
| XYZ | 44.75 | 73.22 | 18.08 | - |
| YUV | 194.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 73 | 0.47 | 0 | 0.71 | 0.02 | 99.55 | 0.94 | 0.63 |
| Hex | 85 | F9 | 49 | 2F | 0 | 47 | 2 | 64 | 5E | 3F |
| Octal | 205 | 371 | 111 | 57 | 0 | 107 | 2 | 144 | 136 | 77 |
| Binary | 10000101 | 11111001 | 1001001 | 101111 | 0 | 1000111 | 10 | 1100100 | 1011110 | 111111 |
Color Harmonies of #85F949
Complementary color
Monochromatic Colors of #85F949
Black with #85F949
Text Example
Text Example
White with #85F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F949; }
p { color: rgb(133,249,73); }
H1.HeaderClassName
{
color: #85F949;
}
.AnyTagClassName
{
color: #85F949;
}
</style>
background-color css
<style>
a { background-color: #85F949; }
a { background-color: rgb(133,249,73); }
div.DivClassName
{
background-color: #85F949;
}
.BgClassName
{
background-color: #85F949;
}
</style>
border-color css
<style>
span { border-color: #85F949; }
span { border-color: rgb(133,249,73); }
td.TdClassName
{
border-color: #85F949;
}
.TagClassName
{
border-color: #85F949;
}
</style>