Shades of Screamin' Green #85FB51
Tints of Screamin' Green #85FB51
RGB
CMYK
RGB Variations
Color information
#85FB51 (or 0x85FB51) is known color: Screamin' Green. HEX triplet: 85, FB and 51. RGB value is (133,251,81). Sum of RGB (Red+Green+Blue) = 133+251+81=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB51 is #7A04AE. Grayscale: #C4C4C4. Windows color (decimal): -7996591 or 5372805. OLE color: 5372805.
HSL color Cylindrical-coordinate representation of color #85FB51: hue angle of 101.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85FB51 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 81 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.02 |
| HSL | 101.65º | 0.96% | 0.65% | - |
| HSV(B) | 101.65º | 0.68% | 0.98% | - |
| XYZ | 45.66 | 74.57 | 19.77 | - |
| YUV | 196.34 | 62.91 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 81 | 0.47 | 0 | 0.68 | 0.02 | 101.65 | 0.96 | 0.65 |
| Hex | 85 | FB | 51 | 2F | 0 | 44 | 2 | 66 | 60 | 41 |
| Octal | 205 | 373 | 121 | 57 | 0 | 104 | 2 | 146 | 140 | 101 |
| Binary | 10000101 | 11111011 | 1010001 | 101111 | 0 | 1000100 | 10 | 1100110 | 1100000 | 1000001 |
Color Harmonies of #85FB51
Complementary color
Monochromatic Colors of #85FB51
Black with #85FB51
Text Example
Text Example
White with #85FB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB51; }
p { color: rgb(133,251,81); }
H1.HeaderClassName
{
color: #85FB51;
}
.AnyTagClassName
{
color: #85FB51;
}
</style>
background-color css
<style>
a { background-color: #85FB51; }
a { background-color: rgb(133,251,81); }
div.DivClassName
{
background-color: #85FB51;
}
.BgClassName
{
background-color: #85FB51;
}
</style>
border-color css
<style>
span { border-color: #85FB51; }
span { border-color: rgb(133,251,81); }
td.TdClassName
{
border-color: #85FB51;
}
.TagClassName
{
border-color: #85FB51;
}
</style>