Shades of Yellow Green #85CC32
Tints of Yellow Green #85CC32
RGB
CMYK
RGB Variations
Color information
#85CC32 (or 0x85CC32) is known color: Yellow Green. HEX triplet: 85, CC and 32. RGB value is (133,204,50). Sum of RGB (Red+Green+Blue) = 133+204+50=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC32 is #7A33CD. Grayscale: #A5A5A5. Windows color (decimal): -8008654 or 3329157. OLE color: 3329157.
HSL color Cylindrical-coordinate representation of color #85CC32: hue angle of 87.66º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85CC32 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 50 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.2 |
| HSL | 87.66º | 0.61% | 0.5% | - |
| HSV(B) | 87.66º | 0.75% | 0.8% | - |
| XYZ | 31.84 | 48.4 | 10.68 | - |
| YUV | 165.22 | 62.98 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 50 | 0.35 | 0 | 0.75 | 0.2 | 87.66 | 0.61 | 0.5 |
| Hex | 85 | CC | 32 | 23 | 0 | 4B | 14 | 58 | 3D | 32 |
| Octal | 205 | 314 | 62 | 43 | 0 | 113 | 24 | 130 | 75 | 62 |
| Binary | 10000101 | 11001100 | 110010 | 100011 | 0 | 1001011 | 10100 | 1011000 | 111101 | 110010 |
Color Harmonies of #85CC32
Complementary color
Monochromatic Colors of #85CC32
Black with #85CC32
Text Example
Text Example
White with #85CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC32; }
p { color: rgb(133,204,50); }
H1.HeaderClassName
{
color: #85CC32;
}
.AnyTagClassName
{
color: #85CC32;
}
</style>
background-color css
<style>
a { background-color: #85CC32; }
a { background-color: rgb(133,204,50); }
div.DivClassName
{
background-color: #85CC32;
}
.BgClassName
{
background-color: #85CC32;
}
</style>
border-color css
<style>
span { border-color: #85CC32; }
span { border-color: rgb(133,204,50); }
td.TdClassName
{
border-color: #85CC32;
}
.TagClassName
{
border-color: #85CC32;
}
</style>