Shades of Yellow Green #85D225
Tints of Yellow Green #85D225
RGB
CMYK
RGB Variations
Color information
#85D225 (or 0x85D225) is known color: Yellow Green. HEX triplet: 85, D2 and 25. RGB value is (133,210,37). Sum of RGB (Red+Green+Blue) = 133+210+37=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #85D225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D225 is #7A2DDA. Grayscale: #A7A7A7. Windows color (decimal): -8007131 or 2478725. OLE color: 2478725.
HSL color Cylindrical-coordinate representation of color #85D225: hue angle of 86.71º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85D225 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 37 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.18 |
| HSL | 86.71º | 0.7% | 0.48% | - |
| HSV(B) | 86.71º | 0.82% | 0.82% | - |
| XYZ | 33.05 | 51.21 | 9.89 | - |
| YUV | 167.26 | 54.49 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 37 | 0.37 | 0 | 0.82 | 0.18 | 86.71 | 0.7 | 0.48 |
| Hex | 85 | D2 | 25 | 25 | 0 | 52 | 12 | 57 | 46 | 30 |
| Octal | 205 | 322 | 45 | 45 | 0 | 122 | 22 | 127 | 106 | 60 |
| Binary | 10000101 | 11010010 | 100101 | 100101 | 0 | 1010010 | 10010 | 1010111 | 1000110 | 110000 |
Color Harmonies of #85D225
Complementary color
Monochromatic Colors of #85D225
Black with #85D225
Text Example
Text Example
White with #85D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D225; }
p { color: rgb(133,210,37); }
H1.HeaderClassName
{
color: #85D225;
}
.AnyTagClassName
{
color: #85D225;
}
</style>
background-color css
<style>
a { background-color: #85D225; }
a { background-color: rgb(133,210,37); }
div.DivClassName
{
background-color: #85D225;
}
.BgClassName
{
background-color: #85D225;
}
</style>
border-color css
<style>
span { border-color: #85D225; }
span { border-color: rgb(133,210,37); }
td.TdClassName
{
border-color: #85D225;
}
.TagClassName
{
border-color: #85D225;
}
</style>