Shades of Screamin' Green #85F94C
Tints of Screamin' Green #85F94C
RGB
CMYK
RGB Variations
Color information
#85F94C (or 0x85F94C) is known color: Screamin' Green. HEX triplet: 85, F9 and 4C. RGB value is (133,249,76). Sum of RGB (Red+Green+Blue) = 133+249+76=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #85F94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F94C is #7A06B3. Grayscale: #C3C3C3. Windows color (decimal): -7997108 or 5044613. OLE color: 5044613.
HSL color Cylindrical-coordinate representation of color #85F94C: hue angle of 100.23º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85F94C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 76 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.02 |
| HSL | 100.23º | 0.94% | 0.64% | - |
| HSV(B) | 100.23º | 0.69% | 0.98% | - |
| XYZ | 44.85 | 73.26 | 18.61 | - |
| YUV | 194.59 | 61.07 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 76 | 0.47 | 0 | 0.69 | 0.02 | 100.23 | 0.94 | 0.64 |
| Hex | 85 | F9 | 4C | 2F | 0 | 45 | 2 | 64 | 5E | 40 |
| Octal | 205 | 371 | 114 | 57 | 0 | 105 | 2 | 144 | 136 | 100 |
| Binary | 10000101 | 11111001 | 1001100 | 101111 | 0 | 1000101 | 10 | 1100100 | 1011110 | 1000000 |
Color Harmonies of #85F94C
Complementary color
Monochromatic Colors of #85F94C
Black with #85F94C
Text Example
Text Example
White with #85F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F94C; }
p { color: rgb(133,249,76); }
H1.HeaderClassName
{
color: #85F94C;
}
.AnyTagClassName
{
color: #85F94C;
}
</style>
background-color css
<style>
a { background-color: #85F94C; }
a { background-color: rgb(133,249,76); }
div.DivClassName
{
background-color: #85F94C;
}
.BgClassName
{
background-color: #85F94C;
}
</style>
border-color css
<style>
span { border-color: #85F94C; }
span { border-color: rgb(133,249,76); }
td.TdClassName
{
border-color: #85F94C;
}
.TagClassName
{
border-color: #85F94C;
}
</style>