Shades of Screamin' Green #85FF56
Tints of Screamin' Green #85FF56
RGB
CMYK
RGB Variations
Color information
#85FF56 (or 0x85FF56) is known color: Screamin' Green. HEX triplet: 85, FF and 56. RGB value is (133,255,86). Sum of RGB (Red+Green+Blue) = 133+255+86=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF56 is #7A00A9. Grayscale: #C7C7C7. Windows color (decimal): -7995562 or 5701509. OLE color: 5701509.
HSL color Cylindrical-coordinate representation of color #85FF56: hue angle of 103.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85FF56 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 86 | - |
| CMYK | 0.48 | 0 | 0.66 | 0 |
| HSL | 103.31º | 1% | 0.67% | - |
| HSV(B) | 103.31º | 0.66% | 1% | - |
| XYZ | 47.11 | 77.18 | 21.22 | - |
| YUV | 199.26 | 64.08 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 86 | 0.48 | 0 | 0.66 | 0 | 103.31 | 1 | 0.67 |
| Hex | 85 | FF | 56 | 30 | 0 | 42 | 0 | 67 | 64 | 43 |
| Octal | 205 | 377 | 126 | 60 | 0 | 102 | 0 | 147 | 144 | 103 |
| Binary | 10000101 | 11111111 | 1010110 | 110000 | 0 | 1000010 | 0 | 1100111 | 1100100 | 1000011 |
Color Harmonies of #85FF56
Complementary color
Monochromatic Colors of #85FF56
Black with #85FF56
Text Example
Text Example
White with #85FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF56; }
p { color: rgb(133,255,86); }
H1.HeaderClassName
{
color: #85FF56;
}
.AnyTagClassName
{
color: #85FF56;
}
</style>
background-color css
<style>
a { background-color: #85FF56; }
a { background-color: rgb(133,255,86); }
div.DivClassName
{
background-color: #85FF56;
}
.BgClassName
{
background-color: #85FF56;
}
</style>
border-color css
<style>
span { border-color: #85FF56; }
span { border-color: rgb(133,255,86); }
td.TdClassName
{
border-color: #85FF56;
}
.TagClassName
{
border-color: #85FF56;
}
</style>