Shades of Screamin' Green #85FB4E
Tints of Screamin' Green #85FB4E
RGB
CMYK
RGB Variations
Color information
#85FB4E (or 0x85FB4E) is known color: Screamin' Green. HEX triplet: 85, FB and 4E. RGB value is (133,251,78). Sum of RGB (Red+Green+Blue) = 133+251+78=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB4E is #7A04B1. Grayscale: #C4C4C4. Windows color (decimal): -7996594 or 5176197. OLE color: 5176197.
HSL color Cylindrical-coordinate representation of color #85FB4E: hue angle of 100.92º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85FB4E is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 78 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.02 |
| HSL | 100.92º | 0.96% | 0.65% | - |
| HSV(B) | 100.92º | 0.69% | 0.98% | - |
| XYZ | 45.55 | 74.53 | 19.19 | - |
| YUV | 196 | 61.41 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 78 | 0.47 | 0 | 0.69 | 0.02 | 100.92 | 0.96 | 0.65 |
| Hex | 85 | FB | 4E | 2F | 0 | 45 | 2 | 65 | 60 | 41 |
| Octal | 205 | 373 | 116 | 57 | 0 | 105 | 2 | 145 | 140 | 101 |
| Binary | 10000101 | 11111011 | 1001110 | 101111 | 0 | 1000101 | 10 | 1100101 | 1100000 | 1000001 |
Color Harmonies of #85FB4E
Complementary color
Monochromatic Colors of #85FB4E
Black with #85FB4E
Text Example
Text Example
White with #85FB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB4E; }
p { color: rgb(133,251,78); }
H1.HeaderClassName
{
color: #85FB4E;
}
.AnyTagClassName
{
color: #85FB4E;
}
</style>
background-color css
<style>
a { background-color: #85FB4E; }
a { background-color: rgb(133,251,78); }
div.DivClassName
{
background-color: #85FB4E;
}
.BgClassName
{
background-color: #85FB4E;
}
</style>
border-color css
<style>
span { border-color: #85FB4E; }
span { border-color: rgb(133,251,78); }
td.TdClassName
{
border-color: #85FB4E;
}
.TagClassName
{
border-color: #85FB4E;
}
</style>