Shades of Screamin' Green #85FE51
Tints of Screamin' Green #85FE51
RGB
CMYK
RGB Variations
Color information
#85FE51 (or 0x85FE51) is known color: Screamin' Green. HEX triplet: 85, FE and 51. RGB value is (133,254,81). Sum of RGB (Red+Green+Blue) = 133+254+81=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE51 is #7A01AE. Grayscale: #C6C6C6. Windows color (decimal): -7995823 or 5373573. OLE color: 5373573.
HSL color Cylindrical-coordinate representation of color #85FE51: hue angle of 101.97º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85FE51 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 81 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.00 |
| HSL | 101.97º | 0.99% | 0.66% | - |
| HSV(B) | 101.97º | 0.68% | 1% | - |
| XYZ | 46.6 | 76.46 | 20.09 | - |
| YUV | 198.1 | 61.91 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 81 | 0.48 | 0 | 0.68 | 0.00 | 101.97 | 0.99 | 0.66 |
| Hex | 85 | FE | 51 | 30 | 0 | 44 | 0 | 66 | 63 | 42 |
| Octal | 205 | 376 | 121 | 60 | 0 | 104 | 0 | 146 | 143 | 102 |
| Binary | 10000101 | 11111110 | 1010001 | 110000 | 0 | 1000100 | 0 | 1100110 | 1100011 | 1000010 |
Color Harmonies of #85FE51
Complementary color
Monochromatic Colors of #85FE51
Black with #85FE51
Text Example
Text Example
White with #85FE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE51; }
p { color: rgb(133,254,81); }
H1.HeaderClassName
{
color: #85FE51;
}
.AnyTagClassName
{
color: #85FE51;
}
</style>
background-color css
<style>
a { background-color: #85FE51; }
a { background-color: rgb(133,254,81); }
div.DivClassName
{
background-color: #85FE51;
}
.BgClassName
{
background-color: #85FE51;
}
</style>
border-color css
<style>
span { border-color: #85FE51; }
span { border-color: rgb(133,254,81); }
td.TdClassName
{
border-color: #85FE51;
}
.TagClassName
{
border-color: #85FE51;
}
</style>