Shades of Yellow Green #85C335
Tints of Yellow Green #85C335
RGB
CMYK
RGB Variations
Color information
#85C335 (or 0x85C335) is known color: Yellow Green. HEX triplet: 85, C3 and 35. RGB value is (133,195,53). Sum of RGB (Red+Green+Blue) = 133+195+53=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #85C335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C335 is #7A3CCA. Grayscale: #A0A0A0. Windows color (decimal): -8010955 or 3523461. OLE color: 3523461.
HSL color Cylindrical-coordinate representation of color #85C335: hue angle of 86.2º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85C335 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 53 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.24 |
| HSL | 86.2º | 0.57% | 0.49% | - |
| HSV(B) | 86.2º | 0.73% | 0.76% | - |
| XYZ | 29.83 | 44.27 | 10.34 | - |
| YUV | 160.27 | 67.46 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 53 | 0.32 | 0 | 0.73 | 0.24 | 86.2 | 0.57 | 0.49 |
| Hex | 85 | C3 | 35 | 20 | 0 | 49 | 18 | 56 | 39 | 31 |
| Octal | 205 | 303 | 65 | 40 | 0 | 111 | 30 | 126 | 71 | 61 |
| Binary | 10000101 | 11000011 | 110101 | 100000 | 0 | 1001001 | 11000 | 1010110 | 111001 | 110001 |
Color Harmonies of #85C335
Complementary color
Monochromatic Colors of #85C335
Black with #85C335
Text Example
Text Example
White with #85C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C335; }
p { color: rgb(133,195,53); }
H1.HeaderClassName
{
color: #85C335;
}
.AnyTagClassName
{
color: #85C335;
}
</style>
background-color css
<style>
a { background-color: #85C335; }
a { background-color: rgb(133,195,53); }
div.DivClassName
{
background-color: #85C335;
}
.BgClassName
{
background-color: #85C335;
}
</style>
border-color css
<style>
span { border-color: #85C335; }
span { border-color: rgb(133,195,53); }
td.TdClassName
{
border-color: #85C335;
}
.TagClassName
{
border-color: #85C335;
}
</style>