Shades of Yellow Green #85C733
Tints of Yellow Green #85C733
RGB
CMYK
RGB Variations
Color information
#85C733 (or 0x85C733) is known color: Yellow Green. HEX triplet: 85, C7 and 33. RGB value is (133,199,51). Sum of RGB (Red+Green+Blue) = 133+199+51=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #85C733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C733 is #7A38CC. Grayscale: #A2A2A2. Windows color (decimal): -8009933 or 3393413. OLE color: 3393413.
HSL color Cylindrical-coordinate representation of color #85C733: hue angle of 86.76º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85C733 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 51 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.22 |
| HSL | 86.76º | 0.59% | 0.49% | - |
| HSV(B) | 86.76º | 0.74% | 0.78% | - |
| XYZ | 30.69 | 46.07 | 10.41 | - |
| YUV | 162.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 51 | 0.33 | 0 | 0.74 | 0.22 | 86.76 | 0.59 | 0.49 |
| Hex | 85 | C7 | 33 | 21 | 0 | 4A | 16 | 57 | 3B | 31 |
| Octal | 205 | 307 | 63 | 41 | 0 | 112 | 26 | 127 | 73 | 61 |
| Binary | 10000101 | 11000111 | 110011 | 100001 | 0 | 1001010 | 10110 | 1010111 | 111011 | 110001 |
Color Harmonies of #85C733
Complementary color
Monochromatic Colors of #85C733
Black with #85C733
Text Example
Text Example
White with #85C733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C733; }
p { color: rgb(133,199,51); }
H1.HeaderClassName
{
color: #85C733;
}
.AnyTagClassName
{
color: #85C733;
}
</style>
background-color css
<style>
a { background-color: #85C733; }
a { background-color: rgb(133,199,51); }
div.DivClassName
{
background-color: #85C733;
}
.BgClassName
{
background-color: #85C733;
}
</style>
border-color css
<style>
span { border-color: #85C733; }
span { border-color: rgb(133,199,51); }
td.TdClassName
{
border-color: #85C733;
}
.TagClassName
{
border-color: #85C733;
}
</style>