Shades of Yellow Green #85D81E
Tints of Yellow Green #85D81E
RGB
CMYK
RGB Variations
Color information
#85D81E (or 0x85D81E) is known color: Yellow Green. HEX triplet: 85, D8 and 1E. RGB value is (133,216,30). Sum of RGB (Red+Green+Blue) = 133+216+30=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #85D81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D81E is #7A27E1. Grayscale: #AAAAAA. Windows color (decimal): -8005602 or 2021509. OLE color: 2021509.
HSL color Cylindrical-coordinate representation of color #85D81E: hue angle of 86.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85D81E is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 30 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.15 |
| HSL | 86.77º | 0.76% | 0.48% | - |
| HSV(B) | 86.77º | 0.86% | 0.85% | - |
| XYZ | 34.46 | 54.19 | 9.87 | - |
| YUV | 169.98 | 49 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 30 | 0.38 | 0 | 0.86 | 0.15 | 86.77 | 0.76 | 0.48 |
| Hex | 85 | D8 | 1E | 26 | 0 | 56 | F | 57 | 4C | 30 |
| Octal | 205 | 330 | 36 | 46 | 0 | 126 | 17 | 127 | 114 | 60 |
| Binary | 10000101 | 11011000 | 11110 | 100110 | 0 | 1010110 | 1111 | 1010111 | 1001100 | 110000 |
Color Harmonies of #85D81E
Complementary color
Monochromatic Colors of #85D81E
Black with #85D81E
Text Example
Text Example
White with #85D81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D81E; }
p { color: rgb(133,216,30); }
H1.HeaderClassName
{
color: #85D81E;
}
.AnyTagClassName
{
color: #85D81E;
}
</style>
background-color css
<style>
a { background-color: #85D81E; }
a { background-color: rgb(133,216,30); }
div.DivClassName
{
background-color: #85D81E;
}
.BgClassName
{
background-color: #85D81E;
}
</style>
border-color css
<style>
span { border-color: #85D81E; }
span { border-color: rgb(133,216,30); }
td.TdClassName
{
border-color: #85D81E;
}
.TagClassName
{
border-color: #85D81E;
}
</style>