Shades of Screamin' Green #85FF5D
Tints of Screamin' Green #85FF5D
RGB
CMYK
RGB Variations
Color information
#85FF5D (or 0x85FF5D) is known color: Screamin' Green. HEX triplet: 85, FF and 5D. RGB value is (133,255,93). Sum of RGB (Red+Green+Blue) = 133+255+93=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF5D is #7A00A2. Grayscale: #C8C8C8. Windows color (decimal): -7995555 or 6160261. OLE color: 6160261.
HSL color Cylindrical-coordinate representation of color #85FF5D: hue angle of 105.19º 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 #85FF5D is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 93 | - |
| CMYK | 0.48 | 0 | 0.64 | 0 |
| HSL | 105.19º | 1% | 0.68% | - |
| HSV(B) | 105.19º | 0.64% | 1% | - |
| XYZ | 47.41 | 77.3 | 22.78 | - |
| YUV | 200.05 | 67.58 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 93 | 0.48 | 0 | 0.64 | 0 | 105.19 | 1 | 0.68 |
| Hex | 85 | FF | 5D | 30 | 0 | 40 | 0 | 69 | 64 | 44 |
| Octal | 205 | 377 | 135 | 60 | 0 | 100 | 0 | 151 | 144 | 104 |
| Binary | 10000101 | 11111111 | 1011101 | 110000 | 0 | 1000000 | 0 | 1101001 | 1100100 | 1000100 |
Color Harmonies of #85FF5D
Complementary color
Monochromatic Colors of #85FF5D
Black with #85FF5D
Text Example
Text Example
White with #85FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF5D; }
p { color: rgb(133,255,93); }
H1.HeaderClassName
{
color: #85FF5D;
}
.AnyTagClassName
{
color: #85FF5D;
}
</style>
background-color css
<style>
a { background-color: #85FF5D; }
a { background-color: rgb(133,255,93); }
div.DivClassName
{
background-color: #85FF5D;
}
.BgClassName
{
background-color: #85FF5D;
}
</style>
border-color css
<style>
span { border-color: #85FF5D; }
span { border-color: rgb(133,255,93); }
td.TdClassName
{
border-color: #85FF5D;
}
.TagClassName
{
border-color: #85FF5D;
}
</style>