Shades of Screamin' Green #85F24F
Tints of Screamin' Green #85F24F
RGB
CMYK
RGB Variations
Color information
#85F24F (or 0x85F24F) is known color: Screamin' Green. HEX triplet: 85, F2 and 4F. RGB value is (133,242,79). Sum of RGB (Red+Green+Blue) = 133+242+79=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #85F24F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F24F is #7A0DB0. Grayscale: #BFBFBF. Windows color (decimal): -7998897 or 5239429. OLE color: 5239429.
HSL color Cylindrical-coordinate representation of color #85F24F: hue angle of 100.12º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85F24F is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 79 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.05 |
| HSL | 100.12º | 0.86% | 0.63% | - |
| HSV(B) | 100.12º | 0.67% | 0.95% | - |
| XYZ | 42.84 | 69.06 | 18.47 | - |
| YUV | 190.83 | 64.89 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 79 | 0.45 | 0 | 0.67 | 0.05 | 100.12 | 0.86 | 0.63 |
| Hex | 85 | F2 | 4F | 2D | 0 | 43 | 5 | 64 | 56 | 3F |
| Octal | 205 | 362 | 117 | 55 | 0 | 103 | 5 | 144 | 126 | 77 |
| Binary | 10000101 | 11110010 | 1001111 | 101101 | 0 | 1000011 | 101 | 1100100 | 1010110 | 111111 |
Color Harmonies of #85F24F
Complementary color
Monochromatic Colors of #85F24F
Black with #85F24F
Text Example
Text Example
White with #85F24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F24F; }
p { color: rgb(133,242,79); }
H1.HeaderClassName
{
color: #85F24F;
}
.AnyTagClassName
{
color: #85F24F;
}
</style>
background-color css
<style>
a { background-color: #85F24F; }
a { background-color: rgb(133,242,79); }
div.DivClassName
{
background-color: #85F24F;
}
.BgClassName
{
background-color: #85F24F;
}
</style>
border-color css
<style>
span { border-color: #85F24F; }
span { border-color: rgb(133,242,79); }
td.TdClassName
{
border-color: #85F24F;
}
.TagClassName
{
border-color: #85F24F;
}
</style>