Shades of Screamin' Green #85FF58
Tints of Screamin' Green #85FF58
RGB
CMYK
RGB Variations
Color information
#85FF58 (or 0x85FF58) is known color: Screamin' Green. HEX triplet: 85, FF and 58. RGB value is (133,255,88). Sum of RGB (Red+Green+Blue) = 133+255+88=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF58 is #7A00A7. Grayscale: #C8C8C8. Windows color (decimal): -7995560 or 5832581. OLE color: 5832581.
HSL color Cylindrical-coordinate representation of color #85FF58: hue angle of 103.83º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85FF58 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 88 | - |
| CMYK | 0.48 | 0 | 0.65 | 0 |
| HSL | 103.83º | 1% | 0.67% | - |
| HSV(B) | 103.83º | 0.65% | 1% | - |
| XYZ | 47.19 | 77.21 | 21.65 | - |
| YUV | 199.48 | 65.08 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 88 | 0.48 | 0 | 0.65 | 0 | 103.83 | 1 | 0.67 |
| Hex | 85 | FF | 58 | 30 | 0 | 41 | 0 | 68 | 64 | 43 |
| Octal | 205 | 377 | 130 | 60 | 0 | 101 | 0 | 150 | 144 | 103 |
| Binary | 10000101 | 11111111 | 1011000 | 110000 | 0 | 1000001 | 0 | 1101000 | 1100100 | 1000011 |
Color Harmonies of #85FF58
Complementary color
Monochromatic Colors of #85FF58
Black with #85FF58
Text Example
Text Example
White with #85FF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF58; }
p { color: rgb(133,255,88); }
H1.HeaderClassName
{
color: #85FF58;
}
.AnyTagClassName
{
color: #85FF58;
}
</style>
background-color css
<style>
a { background-color: #85FF58; }
a { background-color: rgb(133,255,88); }
div.DivClassName
{
background-color: #85FF58;
}
.BgClassName
{
background-color: #85FF58;
}
</style>
border-color css
<style>
span { border-color: #85FF58; }
span { border-color: rgb(133,255,88); }
td.TdClassName
{
border-color: #85FF58;
}
.TagClassName
{
border-color: #85FF58;
}
</style>