Shades of Yellow Green #85C23C
Tints of Yellow Green #85C23C
RGB
CMYK
RGB Variations
Color information
#85C23C (or 0x85C23C) is known color: Yellow Green. HEX triplet: 85, C2 and 3C. RGB value is (133,194,60). Sum of RGB (Red+Green+Blue) = 133+194+60=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #85C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C23C is #7A3DC3. Grayscale: #A0A0A0. Windows color (decimal): -8011204 or 3981957. OLE color: 3981957.
HSL color Cylindrical-coordinate representation of color #85C23C: hue angle of 87.31º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85C23C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 60 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.24 |
| HSL | 87.31º | 0.53% | 0.5% | - |
| HSV(B) | 87.31º | 0.69% | 0.76% | - |
| XYZ | 29.78 | 43.9 | 11.18 | - |
| YUV | 160.49 | 71.29 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 60 | 0.31 | 0 | 0.69 | 0.24 | 87.31 | 0.53 | 0.5 |
| Hex | 85 | C2 | 3C | 1F | 0 | 45 | 18 | 57 | 35 | 32 |
| Octal | 205 | 302 | 74 | 37 | 0 | 105 | 30 | 127 | 65 | 62 |
| Binary | 10000101 | 11000010 | 111100 | 11111 | 0 | 1000101 | 11000 | 1010111 | 110101 | 110010 |
Color Harmonies of #85C23C
Complementary color
Monochromatic Colors of #85C23C
Black with #85C23C
Text Example
Text Example
White with #85C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C23C; }
p { color: rgb(133,194,60); }
H1.HeaderClassName
{
color: #85C23C;
}
.AnyTagClassName
{
color: #85C23C;
}
</style>
background-color css
<style>
a { background-color: #85C23C; }
a { background-color: rgb(133,194,60); }
div.DivClassName
{
background-color: #85C23C;
}
.BgClassName
{
background-color: #85C23C;
}
</style>
border-color css
<style>
span { border-color: #85C23C; }
span { border-color: rgb(133,194,60); }
td.TdClassName
{
border-color: #85C23C;
}
.TagClassName
{
border-color: #85C23C;
}
</style>