Shades of Yellow Green #85CE32
Tints of Yellow Green #85CE32
RGB
CMYK
RGB Variations
Color information
#85CE32 (or 0x85CE32) is known color: Yellow Green. HEX triplet: 85, CE and 32. RGB value is (133,206,50). Sum of RGB (Red+Green+Blue) = 133+206+50=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE32 is #7A31CD. Grayscale: #A6A6A6. Windows color (decimal): -8008142 or 3329669. OLE color: 3329669.
HSL color Cylindrical-coordinate representation of color #85CE32: hue angle of 88.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85CE32 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 50 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.19 |
| HSL | 88.08º | 0.61% | 0.5% | - |
| HSV(B) | 88.08º | 0.76% | 0.81% | - |
| XYZ | 32.32 | 49.36 | 10.84 | - |
| YUV | 166.39 | 62.32 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 50 | 0.35 | 0 | 0.76 | 0.19 | 88.08 | 0.61 | 0.5 |
| Hex | 85 | CE | 32 | 23 | 0 | 4C | 13 | 58 | 3D | 32 |
| Octal | 205 | 316 | 62 | 43 | 0 | 114 | 23 | 130 | 75 | 62 |
| Binary | 10000101 | 11001110 | 110010 | 100011 | 0 | 1001100 | 10011 | 1011000 | 111101 | 110010 |
Color Harmonies of #85CE32
Complementary color
Monochromatic Colors of #85CE32
Black with #85CE32
Text Example
Text Example
White with #85CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE32; }
p { color: rgb(133,206,50); }
H1.HeaderClassName
{
color: #85CE32;
}
.AnyTagClassName
{
color: #85CE32;
}
</style>
background-color css
<style>
a { background-color: #85CE32; }
a { background-color: rgb(133,206,50); }
div.DivClassName
{
background-color: #85CE32;
}
.BgClassName
{
background-color: #85CE32;
}
</style>
border-color css
<style>
span { border-color: #85CE32; }
span { border-color: rgb(133,206,50); }
td.TdClassName
{
border-color: #85CE32;
}
.TagClassName
{
border-color: #85CE32;
}
</style>