Shades of Yellow Green #85D928
Tints of Yellow Green #85D928
RGB
CMYK
RGB Variations
Color information
#85D928 (or 0x85D928) is known color: Yellow Green. HEX triplet: 85, D9 and 28. RGB value is (133,217,40). Sum of RGB (Red+Green+Blue) = 133+217+40=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #85D928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D928 is #7A26D7. Grayscale: #ACACAC. Windows color (decimal): -8005336 or 2677125. OLE color: 2677125.
HSL color Cylindrical-coordinate representation of color #85D928: hue angle of 88.47º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85D928 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 40 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.15 |
| HSL | 88.47º | 0.7% | 0.5% | - |
| HSV(B) | 88.47º | 0.82% | 0.85% | - |
| XYZ | 34.87 | 54.77 | 10.74 | - |
| YUV | 171.71 | 53.67 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 40 | 0.39 | 0 | 0.82 | 0.15 | 88.47 | 0.7 | 0.5 |
| Hex | 85 | D9 | 28 | 27 | 0 | 52 | F | 58 | 46 | 32 |
| Octal | 205 | 331 | 50 | 47 | 0 | 122 | 17 | 130 | 106 | 62 |
| Binary | 10000101 | 11011001 | 101000 | 100111 | 0 | 1010010 | 1111 | 1011000 | 1000110 | 110010 |
Color Harmonies of #85D928
Complementary color
Monochromatic Colors of #85D928
Black with #85D928
Text Example
Text Example
White with #85D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D928; }
p { color: rgb(133,217,40); }
H1.HeaderClassName
{
color: #85D928;
}
.AnyTagClassName
{
color: #85D928;
}
</style>
background-color css
<style>
a { background-color: #85D928; }
a { background-color: rgb(133,217,40); }
div.DivClassName
{
background-color: #85D928;
}
.BgClassName
{
background-color: #85D928;
}
</style>
border-color css
<style>
span { border-color: #85D928; }
span { border-color: rgb(133,217,40); }
td.TdClassName
{
border-color: #85D928;
}
.TagClassName
{
border-color: #85D928;
}
</style>