Shades of Yellow Green #85C235
Tints of Yellow Green #85C235
RGB
CMYK
RGB Variations
Color information
#85C235 (or 0x85C235) is known color: Yellow Green. HEX triplet: 85, C2 and 35. RGB value is (133,194,53). Sum of RGB (Red+Green+Blue) = 133+194+53=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #85C235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C235 is #7A3DCA. Grayscale: #A0A0A0. Windows color (decimal): -8011211 or 3523205. OLE color: 3523205.
HSL color Cylindrical-coordinate representation of color #85C235: hue angle of 85.96º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85C235 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 53 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.24 |
| HSL | 85.96º | 0.57% | 0.48% | - |
| HSV(B) | 85.96º | 0.73% | 0.76% | - |
| XYZ | 29.61 | 43.83 | 10.27 | - |
| YUV | 159.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 53 | 0.31 | 0 | 0.73 | 0.24 | 85.96 | 0.57 | 0.48 |
| Hex | 85 | C2 | 35 | 1F | 0 | 49 | 18 | 56 | 39 | 30 |
| Octal | 205 | 302 | 65 | 37 | 0 | 111 | 30 | 126 | 71 | 60 |
| Binary | 10000101 | 11000010 | 110101 | 11111 | 0 | 1001001 | 11000 | 1010110 | 111001 | 110000 |
Color Harmonies of #85C235
Complementary color
Monochromatic Colors of #85C235
Black with #85C235
Text Example
Text Example
White with #85C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C235; }
p { color: rgb(133,194,53); }
H1.HeaderClassName
{
color: #85C235;
}
.AnyTagClassName
{
color: #85C235;
}
</style>
background-color css
<style>
a { background-color: #85C235; }
a { background-color: rgb(133,194,53); }
div.DivClassName
{
background-color: #85C235;
}
.BgClassName
{
background-color: #85C235;
}
</style>
border-color css
<style>
span { border-color: #85C235; }
span { border-color: rgb(133,194,53); }
td.TdClassName
{
border-color: #85C235;
}
.TagClassName
{
border-color: #85C235;
}
</style>