Shades of Yellow Green #85C33D
Tints of Yellow Green #85C33D
RGB
CMYK
RGB Variations
Color information
#85C33D (or 0x85C33D) is known color: Yellow Green. HEX triplet: 85, C3 and 3D. RGB value is (133,195,61). Sum of RGB (Red+Green+Blue) = 133+195+61=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #85C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C33D is #7A3CC2. Grayscale: #A1A1A1. Windows color (decimal): -8010947 or 4047749. OLE color: 4047749.
HSL color Cylindrical-coordinate representation of color #85C33D: hue angle of 87.76º 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 #85C33D is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 61 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.24 |
| HSL | 87.76º | 0.53% | 0.5% | - |
| HSV(B) | 87.76º | 0.69% | 0.76% | - |
| XYZ | 30.03 | 44.35 | 11.39 | - |
| YUV | 161.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 61 | 0.32 | 0 | 0.69 | 0.24 | 87.76 | 0.53 | 0.5 |
| Hex | 85 | C3 | 3D | 20 | 0 | 45 | 18 | 58 | 35 | 32 |
| Octal | 205 | 303 | 75 | 40 | 0 | 105 | 30 | 130 | 65 | 62 |
| Binary | 10000101 | 11000011 | 111101 | 100000 | 0 | 1000101 | 11000 | 1011000 | 110101 | 110010 |
Color Harmonies of #85C33D
Complementary color
Monochromatic Colors of #85C33D
Black with #85C33D
Text Example
Text Example
White with #85C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C33D; }
p { color: rgb(133,195,61); }
H1.HeaderClassName
{
color: #85C33D;
}
.AnyTagClassName
{
color: #85C33D;
}
</style>
background-color css
<style>
a { background-color: #85C33D; }
a { background-color: rgb(133,195,61); }
div.DivClassName
{
background-color: #85C33D;
}
.BgClassName
{
background-color: #85C33D;
}
</style>
border-color css
<style>
span { border-color: #85C33D; }
span { border-color: rgb(133,195,61); }
td.TdClassName
{
border-color: #85C33D;
}
.TagClassName
{
border-color: #85C33D;
}
</style>