Shades of Yellow Green #85C73A
Tints of Yellow Green #85C73A
RGB
CMYK
RGB Variations
Color information
#85C73A (or 0x85C73A) is known color: Yellow Green. HEX triplet: 85, C7 and 3A. RGB value is (133,199,58). Sum of RGB (Red+Green+Blue) = 133+199+58=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #85C73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C73A is #7A38C5. Grayscale: #A3A3A3. Windows color (decimal): -8009926 or 3852165. OLE color: 3852165.
HSL color Cylindrical-coordinate representation of color #85C73A: hue angle of 88.09º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85C73A is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 58 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.22 |
| HSL | 88.09º | 0.56% | 0.5% | - |
| HSV(B) | 88.09º | 0.71% | 0.78% | - |
| XYZ | 30.86 | 46.14 | 11.28 | - |
| YUV | 163.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 58 | 0.33 | 0 | 0.71 | 0.22 | 88.09 | 0.56 | 0.5 |
| Hex | 85 | C7 | 3A | 21 | 0 | 47 | 16 | 58 | 38 | 32 |
| Octal | 205 | 307 | 72 | 41 | 0 | 107 | 26 | 130 | 70 | 62 |
| Binary | 10000101 | 11000111 | 111010 | 100001 | 0 | 1000111 | 10110 | 1011000 | 111000 | 110010 |
Color Harmonies of #85C73A
Complementary color
Monochromatic Colors of #85C73A
Black with #85C73A
Text Example
Text Example
White with #85C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C73A; }
p { color: rgb(133,199,58); }
H1.HeaderClassName
{
color: #85C73A;
}
.AnyTagClassName
{
color: #85C73A;
}
</style>
background-color css
<style>
a { background-color: #85C73A; }
a { background-color: rgb(133,199,58); }
div.DivClassName
{
background-color: #85C73A;
}
.BgClassName
{
background-color: #85C73A;
}
</style>
border-color css
<style>
span { border-color: #85C73A; }
span { border-color: rgb(133,199,58); }
td.TdClassName
{
border-color: #85C73A;
}
.TagClassName
{
border-color: #85C73A;
}
</style>