Shades of Screamin' Green #85F260
Tints of Screamin' Green #85F260
RGB
CMYK
RGB Variations
Color information
#85F260 (or 0x85F260) is known color: Screamin' Green. HEX triplet: 85, F2 and 60. RGB value is (133,242,96). Sum of RGB (Red+Green+Blue) = 133+242+96=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #85F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F260 is #7A0D9F. Grayscale: #C1C1C1. Windows color (decimal): -7998880 or 6353541. OLE color: 6353541.
HSL color Cylindrical-coordinate representation of color #85F260: hue angle of 104.79º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85F260 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 96 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.05 |
| HSL | 104.79º | 0.85% | 0.66% | - |
| HSV(B) | 104.79º | 0.6% | 0.95% | - |
| XYZ | 43.54 | 69.34 | 22.15 | - |
| YUV | 192.77 | 73.39 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 96 | 0.45 | 0 | 0.60 | 0.05 | 104.79 | 0.85 | 0.66 |
| Hex | 85 | F2 | 60 | 2D | 0 | 3C | 5 | 69 | 55 | 42 |
| Octal | 205 | 362 | 140 | 55 | 0 | 74 | 5 | 151 | 125 | 102 |
| Binary | 10000101 | 11110010 | 1100000 | 101101 | 0 | 111100 | 101 | 1101001 | 1010101 | 1000010 |
Color Harmonies of #85F260
Complementary color
Monochromatic Colors of #85F260
Black with #85F260
Text Example
Text Example
White with #85F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F260; }
p { color: rgb(133,242,96); }
H1.HeaderClassName
{
color: #85F260;
}
.AnyTagClassName
{
color: #85F260;
}
</style>
background-color css
<style>
a { background-color: #85F260; }
a { background-color: rgb(133,242,96); }
div.DivClassName
{
background-color: #85F260;
}
.BgClassName
{
background-color: #85F260;
}
</style>
border-color css
<style>
span { border-color: #85F260; }
span { border-color: rgb(133,242,96); }
td.TdClassName
{
border-color: #85F260;
}
.TagClassName
{
border-color: #85F260;
}
</style>