Shades of Green Yellow #85F52D
Tints of Green Yellow #85F52D
RGB
CMYK
RGB Variations
Color information
#85F52D (or 0x85F52D) is known color: Green Yellow. HEX triplet: 85, F5 and 2D. RGB value is (133,245,45). Sum of RGB (Red+Green+Blue) = 133+245+45=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #85F52D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F52D is #7A0AD2. Grayscale: #BDBDBD. Windows color (decimal): -7998163 or 3011973. OLE color: 3011973.
HSL color Cylindrical-coordinate representation of color #85F52D: hue angle of 93.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85F52D is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 45 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.04 |
| HSL | 93.6º | 0.91% | 0.57% | - |
| HSV(B) | 93.6º | 0.82% | 0.96% | - |
| XYZ | 42.8 | 70.48 | 13.83 | - |
| YUV | 188.71 | 46.89 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 45 | 0.46 | 0 | 0.82 | 0.04 | 93.6 | 0.91 | 0.57 |
| Hex | 85 | F5 | 2D | 2E | 0 | 52 | 4 | 5E | 5B | 39 |
| Octal | 205 | 365 | 55 | 56 | 0 | 122 | 4 | 136 | 133 | 71 |
| Binary | 10000101 | 11110101 | 101101 | 101110 | 0 | 1010010 | 100 | 1011110 | 1011011 | 111001 |
Color Harmonies of #85F52D
Complementary color
Monochromatic Colors of #85F52D
Black with #85F52D
Text Example
Text Example
White with #85F52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F52D; }
p { color: rgb(133,245,45); }
H1.HeaderClassName
{
color: #85F52D;
}
.AnyTagClassName
{
color: #85F52D;
}
</style>
background-color css
<style>
a { background-color: #85F52D; }
a { background-color: rgb(133,245,45); }
div.DivClassName
{
background-color: #85F52D;
}
.BgClassName
{
background-color: #85F52D;
}
</style>
border-color css
<style>
span { border-color: #85F52D; }
span { border-color: rgb(133,245,45); }
td.TdClassName
{
border-color: #85F52D;
}
.TagClassName
{
border-color: #85F52D;
}
</style>