Shades of Yellow Green #85C533
Tints of Yellow Green #85C533
RGB
CMYK
RGB Variations
Color information
#85C533 (or 0x85C533) is known color: Yellow Green. HEX triplet: 85, C5 and 33. RGB value is (133,197,51). Sum of RGB (Red+Green+Blue) = 133+197+51=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #85C533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C533 is #7A3ACC. Grayscale: #A1A1A1. Windows color (decimal): -8010445 or 3392901. OLE color: 3392901.
HSL color Cylindrical-coordinate representation of color #85C533: hue angle of 86.3º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85C533 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 197 | 51 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.23 |
| HSL | 86.3º | 0.59% | 0.49% | - |
| HSV(B) | 86.3º | 0.74% | 0.77% | - |
| XYZ | 30.24 | 45.16 | 10.25 | - |
| YUV | 161.22 | 65.8 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 51 | 0.32 | 0 | 0.74 | 0.23 | 86.3 | 0.59 | 0.49 |
| Hex | 85 | C5 | 33 | 20 | 0 | 4A | 17 | 56 | 3B | 31 |
| Octal | 205 | 305 | 63 | 40 | 0 | 112 | 27 | 126 | 73 | 61 |
| Binary | 10000101 | 11000101 | 110011 | 100000 | 0 | 1001010 | 10111 | 1010110 | 111011 | 110001 |
Color Harmonies of #85C533
Complementary color
Monochromatic Colors of #85C533
Black with #85C533
Text Example
Text Example
White with #85C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C533; }
p { color: rgb(133,197,51); }
H1.HeaderClassName
{
color: #85C533;
}
.AnyTagClassName
{
color: #85C533;
}
</style>
background-color css
<style>
a { background-color: #85C533; }
a { background-color: rgb(133,197,51); }
div.DivClassName
{
background-color: #85C533;
}
.BgClassName
{
background-color: #85C533;
}
</style>
border-color css
<style>
span { border-color: #85C533; }
span { border-color: rgb(133,197,51); }
td.TdClassName
{
border-color: #85C533;
}
.TagClassName
{
border-color: #85C533;
}
</style>