Shades of Yellow Green #85E721
Tints of Yellow Green #85E721
RGB
CMYK
RGB Variations
Color information
#85E721 (or 0x85E721) is known color: Yellow Green. HEX triplet: 85, E7 and 21. RGB value is (133,231,33). Sum of RGB (Red+Green+Blue) = 133+231+33=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 231 (90.62% from 255 or 58.19% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 231 - color contains mainly: green. Hex color #85E721 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E721 is #7A18DE. Grayscale: #B3B3B3. Windows color (decimal): -8001759 or 2221957. OLE color: 2221957.
HSL color Cylindrical-coordinate representation of color #85E721: hue angle of 89.7º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85E721 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 33 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.09 |
| HSL | 89.7º | 0.8% | 0.52% | - |
| HSV(B) | 89.7º | 0.86% | 0.91% | - |
| XYZ | 38.52 | 62.25 | 11.42 | - |
| YUV | 179.13 | 45.53 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 33 | 0.42 | 0 | 0.86 | 0.09 | 89.7 | 0.8 | 0.52 |
| Hex | 85 | E7 | 21 | 2A | 0 | 56 | 9 | 5A | 50 | 34 |
| Octal | 205 | 347 | 41 | 52 | 0 | 126 | 11 | 132 | 120 | 64 |
| Binary | 10000101 | 11100111 | 100001 | 101010 | 0 | 1010110 | 1001 | 1011010 | 1010000 | 110100 |
Color Harmonies of #85E721
Complementary color
Monochromatic Colors of #85E721
Black with #85E721
Text Example
Text Example
White with #85E721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E721; }
p { color: rgb(133,231,33); }
H1.HeaderClassName
{
color: #85E721;
}
.AnyTagClassName
{
color: #85E721;
}
</style>
background-color css
<style>
a { background-color: #85E721; }
a { background-color: rgb(133,231,33); }
div.DivClassName
{
background-color: #85E721;
}
.BgClassName
{
background-color: #85E721;
}
</style>
border-color css
<style>
span { border-color: #85E721; }
span { border-color: rgb(133,231,33); }
td.TdClassName
{
border-color: #85E721;
}
.TagClassName
{
border-color: #85E721;
}
</style>