Shades of Yellow Green #85C23A
Tints of Yellow Green #85C23A
RGB
CMYK
RGB Variations
Color information
#85C23A (or 0x85C23A) is known color: Yellow Green. HEX triplet: 85, C2 and 3A. RGB value is (133,194,58). Sum of RGB (Red+Green+Blue) = 133+194+58=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #85C23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C23A is #7A3DC5. Grayscale: #A0A0A0. Windows color (decimal): -8011206 or 3850885. OLE color: 3850885.
HSL color Cylindrical-coordinate representation of color #85C23A: hue angle of 86.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85C23A is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 58 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.24 |
| HSL | 86.91º | 0.54% | 0.49% | - |
| HSV(B) | 86.91º | 0.7% | 0.76% | - |
| XYZ | 29.73 | 43.88 | 10.9 | - |
| YUV | 160.26 | 70.29 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 58 | 0.31 | 0 | 0.70 | 0.24 | 86.91 | 0.54 | 0.49 |
| Hex | 85 | C2 | 3A | 1F | 0 | 46 | 18 | 57 | 36 | 31 |
| Octal | 205 | 302 | 72 | 37 | 0 | 106 | 30 | 127 | 66 | 61 |
| Binary | 10000101 | 11000010 | 111010 | 11111 | 0 | 1000110 | 11000 | 1010111 | 110110 | 110001 |
Color Harmonies of #85C23A
Complementary color
Monochromatic Colors of #85C23A
Black with #85C23A
Text Example
Text Example
White with #85C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C23A; }
p { color: rgb(133,194,58); }
H1.HeaderClassName
{
color: #85C23A;
}
.AnyTagClassName
{
color: #85C23A;
}
</style>
background-color css
<style>
a { background-color: #85C23A; }
a { background-color: rgb(133,194,58); }
div.DivClassName
{
background-color: #85C23A;
}
.BgClassName
{
background-color: #85C23A;
}
</style>
border-color css
<style>
span { border-color: #85C23A; }
span { border-color: rgb(133,194,58); }
td.TdClassName
{
border-color: #85C23A;
}
.TagClassName
{
border-color: #85C23A;
}
</style>