Shades of Yellow Green #85D127
Tints of Yellow Green #85D127
RGB
CMYK
RGB Variations
Color information
#85D127 (or 0x85D127) is known color: Yellow Green. HEX triplet: 85, D1 and 27. RGB value is (133,209,39). Sum of RGB (Red+Green+Blue) = 133+209+39=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #85D127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D127 is #7A2ED8. Grayscale: #A7A7A7. Windows color (decimal): -8007385 or 2609541. OLE color: 2609541.
HSL color Cylindrical-coordinate representation of color #85D127: hue angle of 86.82º degrees, saturation: 0.69, 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 #85D127 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 39 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.18 |
| HSL | 86.82º | 0.69% | 0.49% | - |
| HSV(B) | 86.82º | 0.81% | 0.82% | - |
| XYZ | 32.84 | 50.73 | 9.98 | - |
| YUV | 166.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 39 | 0.36 | 0 | 0.81 | 0.18 | 86.82 | 0.69 | 0.49 |
| Hex | 85 | D1 | 27 | 24 | 0 | 51 | 12 | 57 | 45 | 31 |
| Octal | 205 | 321 | 47 | 44 | 0 | 121 | 22 | 127 | 105 | 61 |
| Binary | 10000101 | 11010001 | 100111 | 100100 | 0 | 1010001 | 10010 | 1010111 | 1000101 | 110001 |
Color Harmonies of #85D127
Complementary color
Monochromatic Colors of #85D127
Black with #85D127
Text Example
Text Example
White with #85D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D127; }
p { color: rgb(133,209,39); }
H1.HeaderClassName
{
color: #85D127;
}
.AnyTagClassName
{
color: #85D127;
}
</style>
background-color css
<style>
a { background-color: #85D127; }
a { background-color: rgb(133,209,39); }
div.DivClassName
{
background-color: #85D127;
}
.BgClassName
{
background-color: #85D127;
}
</style>
border-color css
<style>
span { border-color: #85D127; }
span { border-color: rgb(133,209,39); }
td.TdClassName
{
border-color: #85D127;
}
.TagClassName
{
border-color: #85D127;
}
</style>