Shades of Screamin' Green #85FF5B
Tints of Screamin' Green #85FF5B
RGB
CMYK
RGB Variations
Color information
#85FF5B (or 0x85FF5B) is known color: Screamin' Green. HEX triplet: 85, FF and 5B. RGB value is (133,255,91). Sum of RGB (Red+Green+Blue) = 133+255+91=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF5B is #7A00A4. Grayscale: #C8C8C8. Windows color (decimal): -7995557 or 6029189. OLE color: 6029189.
HSL color Cylindrical-coordinate representation of color #85FF5B: hue angle of 104.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85FF5B is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 91 | - |
| CMYK | 0.48 | 0 | 0.64 | 0 |
| HSL | 104.63º | 1% | 0.68% | - |
| HSV(B) | 104.63º | 0.64% | 1% | - |
| XYZ | 47.32 | 77.26 | 22.32 | - |
| YUV | 199.83 | 66.58 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 91 | 0.48 | 0 | 0.64 | 0 | 104.63 | 1 | 0.68 |
| Hex | 85 | FF | 5B | 30 | 0 | 40 | 0 | 69 | 64 | 44 |
| Octal | 205 | 377 | 133 | 60 | 0 | 100 | 0 | 151 | 144 | 104 |
| Binary | 10000101 | 11111111 | 1011011 | 110000 | 0 | 1000000 | 0 | 1101001 | 1100100 | 1000100 |
Color Harmonies of #85FF5B
Complementary color
Monochromatic Colors of #85FF5B
Black with #85FF5B
Text Example
Text Example
White with #85FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF5B; }
p { color: rgb(133,255,91); }
H1.HeaderClassName
{
color: #85FF5B;
}
.AnyTagClassName
{
color: #85FF5B;
}
</style>
background-color css
<style>
a { background-color: #85FF5B; }
a { background-color: rgb(133,255,91); }
div.DivClassName
{
background-color: #85FF5B;
}
.BgClassName
{
background-color: #85FF5B;
}
</style>
border-color css
<style>
span { border-color: #85FF5B; }
span { border-color: rgb(133,255,91); }
td.TdClassName
{
border-color: #85FF5B;
}
.TagClassName
{
border-color: #85FF5B;
}
</style>