Shades of Yellow Green #85D128
Tints of Yellow Green #85D128
RGB
CMYK
RGB Variations
Color information
#85D128 (or 0x85D128) is known color: Yellow Green. HEX triplet: 85, D1 and 28. RGB value is (133,209,40). Sum of RGB (Red+Green+Blue) = 133+209+40=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 209 (82.03% from 255 or 54.71% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 209 - color contains mainly: green. Hex color #85D128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D128 is #7A2ED7. Grayscale: #A7A7A7. Windows color (decimal): -8007384 or 2675077. OLE color: 2675077.
HSL color Cylindrical-coordinate representation of color #85D128: hue angle of 86.98º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85D128 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 40 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.18 |
| HSL | 86.98º | 0.68% | 0.49% | - |
| HSV(B) | 86.98º | 0.81% | 0.82% | - |
| XYZ | 32.86 | 50.74 | 10.07 | - |
| YUV | 167.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 40 | 0.36 | 0 | 0.81 | 0.18 | 86.98 | 0.68 | 0.49 |
| Hex | 85 | D1 | 28 | 24 | 0 | 51 | 12 | 57 | 44 | 31 |
| Octal | 205 | 321 | 50 | 44 | 0 | 121 | 22 | 127 | 104 | 61 |
| Binary | 10000101 | 11010001 | 101000 | 100100 | 0 | 1010001 | 10010 | 1010111 | 1000100 | 110001 |
Color Harmonies of #85D128
Complementary color
Monochromatic Colors of #85D128
Black with #85D128
Text Example
Text Example
White with #85D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D128; }
p { color: rgb(133,209,40); }
H1.HeaderClassName
{
color: #85D128;
}
.AnyTagClassName
{
color: #85D128;
}
</style>
background-color css
<style>
a { background-color: #85D128; }
a { background-color: rgb(133,209,40); }
div.DivClassName
{
background-color: #85D128;
}
.BgClassName
{
background-color: #85D128;
}
</style>
border-color css
<style>
span { border-color: #85D128; }
span { border-color: rgb(133,209,40); }
td.TdClassName
{
border-color: #85D128;
}
.TagClassName
{
border-color: #85D128;
}
</style>