Shades of Green Yellow #85F52E
Tints of Green Yellow #85F52E
RGB
CMYK
RGB Variations
Color information
#85F52E (or 0x85F52E) is known color: Green Yellow. HEX triplet: 85, F5 and 2E. RGB value is (133,245,46). Sum of RGB (Red+Green+Blue) = 133+245+46=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #85F52E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F52E is #7A0AD1. Grayscale: #BDBDBD. Windows color (decimal): -7998162 or 3077509. OLE color: 3077509.
HSL color Cylindrical-coordinate representation of color #85F52E: hue angle of 93.77º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85F52E is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 46 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.04 |
| HSL | 93.77º | 0.91% | 0.57% | - |
| HSV(B) | 93.77º | 0.81% | 0.96% | - |
| XYZ | 42.82 | 70.49 | 13.93 | - |
| YUV | 188.83 | 47.39 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 46 | 0.46 | 0 | 0.81 | 0.04 | 93.77 | 0.91 | 0.57 |
| Hex | 85 | F5 | 2E | 2E | 0 | 51 | 4 | 5E | 5B | 39 |
| Octal | 205 | 365 | 56 | 56 | 0 | 121 | 4 | 136 | 133 | 71 |
| Binary | 10000101 | 11110101 | 101110 | 101110 | 0 | 1010001 | 100 | 1011110 | 1011011 | 111001 |
Color Harmonies of #85F52E
Complementary color
Monochromatic Colors of #85F52E
Black with #85F52E
Text Example
Text Example
White with #85F52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F52E; }
p { color: rgb(133,245,46); }
H1.HeaderClassName
{
color: #85F52E;
}
.AnyTagClassName
{
color: #85F52E;
}
</style>
background-color css
<style>
a { background-color: #85F52E; }
a { background-color: rgb(133,245,46); }
div.DivClassName
{
background-color: #85F52E;
}
.BgClassName
{
background-color: #85F52E;
}
</style>
border-color css
<style>
span { border-color: #85F52E; }
span { border-color: rgb(133,245,46); }
td.TdClassName
{
border-color: #85F52E;
}
.TagClassName
{
border-color: #85F52E;
}
</style>