Shades of Screamin' Green #85FB50
Tints of Screamin' Green #85FB50
RGB
CMYK
RGB Variations
Color information
#85FB50 (or 0x85FB50) is known color: Screamin' Green. HEX triplet: 85, FB and 50. RGB value is (133,251,80). Sum of RGB (Red+Green+Blue) = 133+251+80=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB50 is #7A04AF. Grayscale: #C4C4C4. Windows color (decimal): -7996592 or 5307269. OLE color: 5307269.
HSL color Cylindrical-coordinate representation of color #85FB50: hue angle of 101.4º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85FB50 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 80 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.02 |
| HSL | 101.4º | 0.96% | 0.65% | - |
| HSV(B) | 101.4º | 0.68% | 0.98% | - |
| XYZ | 45.62 | 74.56 | 19.58 | - |
| YUV | 196.22 | 62.41 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 80 | 0.47 | 0 | 0.68 | 0.02 | 101.4 | 0.96 | 0.65 |
| Hex | 85 | FB | 50 | 2F | 0 | 44 | 2 | 65 | 60 | 41 |
| Octal | 205 | 373 | 120 | 57 | 0 | 104 | 2 | 145 | 140 | 101 |
| Binary | 10000101 | 11111011 | 1010000 | 101111 | 0 | 1000100 | 10 | 1100101 | 1100000 | 1000001 |
Color Harmonies of #85FB50
Complementary color
Monochromatic Colors of #85FB50
Black with #85FB50
Text Example
Text Example
White with #85FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB50; }
p { color: rgb(133,251,80); }
H1.HeaderClassName
{
color: #85FB50;
}
.AnyTagClassName
{
color: #85FB50;
}
</style>
background-color css
<style>
a { background-color: #85FB50; }
a { background-color: rgb(133,251,80); }
div.DivClassName
{
background-color: #85FB50;
}
.BgClassName
{
background-color: #85FB50;
}
</style>
border-color css
<style>
span { border-color: #85FB50; }
span { border-color: rgb(133,251,80); }
td.TdClassName
{
border-color: #85FB50;
}
.TagClassName
{
border-color: #85FB50;
}
</style>