Shades of Yellow Green #85D435
Tints of Yellow Green #85D435
RGB
CMYK
RGB Variations
Color information
#85D435 (or 0x85D435) is known color: Yellow Green. HEX triplet: 85, D4 and 35. RGB value is (133,212,53). Sum of RGB (Red+Green+Blue) = 133+212+53=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #85D435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D435 is #7A2BCA. Grayscale: #AAAAAA. Windows color (decimal): -8006603 or 3527813. OLE color: 3527813.
HSL color Cylindrical-coordinate representation of color #85D435: hue angle of 89.81º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85D435 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 53 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.17 |
| HSL | 89.81º | 0.65% | 0.52% | - |
| HSV(B) | 89.81º | 0.75% | 0.83% | - |
| XYZ | 33.86 | 52.33 | 11.68 | - |
| YUV | 170.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 53 | 0.37 | 0 | 0.75 | 0.17 | 89.81 | 0.65 | 0.52 |
| Hex | 85 | D4 | 35 | 25 | 0 | 4B | 11 | 5A | 41 | 34 |
| Octal | 205 | 324 | 65 | 45 | 0 | 113 | 21 | 132 | 101 | 64 |
| Binary | 10000101 | 11010100 | 110101 | 100101 | 0 | 1001011 | 10001 | 1011010 | 1000001 | 110100 |
Color Harmonies of #85D435
Complementary color
Monochromatic Colors of #85D435
Black with #85D435
Text Example
Text Example
White with #85D435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D435; }
p { color: rgb(133,212,53); }
H1.HeaderClassName
{
color: #85D435;
}
.AnyTagClassName
{
color: #85D435;
}
</style>
background-color css
<style>
a { background-color: #85D435; }
a { background-color: rgb(133,212,53); }
div.DivClassName
{
background-color: #85D435;
}
.BgClassName
{
background-color: #85D435;
}
</style>
border-color css
<style>
span { border-color: #85D435; }
span { border-color: rgb(133,212,53); }
td.TdClassName
{
border-color: #85D435;
}
.TagClassName
{
border-color: #85D435;
}
</style>