Shades of Yellow Green #85D925
Tints of Yellow Green #85D925
RGB
CMYK
RGB Variations
Color information
#85D925 (or 0x85D925) is known color: Yellow Green. HEX triplet: 85, D9 and 25. RGB value is (133,217,37). Sum of RGB (Red+Green+Blue) = 133+217+37=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #85D925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D925 is #7A26DA. Grayscale: #ACACAC. Windows color (decimal): -8005339 or 2480517. OLE color: 2480517.
HSL color Cylindrical-coordinate representation of color #85D925: hue angle of 88º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85D925 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 37 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.15 |
| HSL | 88º | 0.71% | 0.5% | - |
| HSV(B) | 88º | 0.83% | 0.85% | - |
| XYZ | 34.82 | 54.75 | 10.48 | - |
| YUV | 171.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 37 | 0.39 | 0 | 0.83 | 0.15 | 88 | 0.71 | 0.5 |
| Hex | 85 | D9 | 25 | 27 | 0 | 53 | F | 58 | 47 | 32 |
| Octal | 205 | 331 | 45 | 47 | 0 | 123 | 17 | 130 | 107 | 62 |
| Binary | 10000101 | 11011001 | 100101 | 100111 | 0 | 1010011 | 1111 | 1011000 | 1000111 | 110010 |
Color Harmonies of #85D925
Complementary color
Monochromatic Colors of #85D925
Black with #85D925
Text Example
Text Example
White with #85D925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D925; }
p { color: rgb(133,217,37); }
H1.HeaderClassName
{
color: #85D925;
}
.AnyTagClassName
{
color: #85D925;
}
</style>
background-color css
<style>
a { background-color: #85D925; }
a { background-color: rgb(133,217,37); }
div.DivClassName
{
background-color: #85D925;
}
.BgClassName
{
background-color: #85D925;
}
</style>
border-color css
<style>
span { border-color: #85D925; }
span { border-color: rgb(133,217,37); }
td.TdClassName
{
border-color: #85D925;
}
.TagClassName
{
border-color: #85D925;
}
</style>