Shades of Screamin' Green #85F64D
Tints of Screamin' Green #85F64D
RGB
CMYK
RGB Variations
Color information
#85F64D (or 0x85F64D) is known color: Screamin' Green. HEX triplet: 85, F6 and 4D. RGB value is (133,246,77). Sum of RGB (Red+Green+Blue) = 133+246+77=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #85F64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F64D is #7A09B2. Grayscale: #C1C1C1. Windows color (decimal): -7997875 or 5109381. OLE color: 5109381.
HSL color Cylindrical-coordinate representation of color #85F64D: hue angle of 100.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85F64D is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 77 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.04 |
| HSL | 100.12º | 0.9% | 0.63% | - |
| HSV(B) | 100.12º | 0.69% | 0.96% | - |
| XYZ | 43.97 | 71.43 | 18.49 | - |
| YUV | 192.95 | 62.56 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 77 | 0.46 | 0 | 0.69 | 0.04 | 100.12 | 0.9 | 0.63 |
| Hex | 85 | F6 | 4D | 2E | 0 | 45 | 4 | 64 | 5A | 3F |
| Octal | 205 | 366 | 115 | 56 | 0 | 105 | 4 | 144 | 132 | 77 |
| Binary | 10000101 | 11110110 | 1001101 | 101110 | 0 | 1000101 | 100 | 1100100 | 1011010 | 111111 |
Color Harmonies of #85F64D
Complementary color
Monochromatic Colors of #85F64D
Black with #85F64D
Text Example
Text Example
White with #85F64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F64D; }
p { color: rgb(133,246,77); }
H1.HeaderClassName
{
color: #85F64D;
}
.AnyTagClassName
{
color: #85F64D;
}
</style>
background-color css
<style>
a { background-color: #85F64D; }
a { background-color: rgb(133,246,77); }
div.DivClassName
{
background-color: #85F64D;
}
.BgClassName
{
background-color: #85F64D;
}
</style>
border-color css
<style>
span { border-color: #85F64D; }
span { border-color: rgb(133,246,77); }
td.TdClassName
{
border-color: #85F64D;
}
.TagClassName
{
border-color: #85F64D;
}
</style>