Shades of Yellow Green #85D81D
Tints of Yellow Green #85D81D
RGB
CMYK
RGB Variations
Color information
#85D81D (or 0x85D81D) is known color: Yellow Green. HEX triplet: 85, D8 and 1D. RGB value is (133,216,29). Sum of RGB (Red+Green+Blue) = 133+216+29=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #85D81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D81D is #7A27E2. Grayscale: #AAAAAA. Windows color (decimal): -8005603 or 1955973. OLE color: 1955973.
HSL color Cylindrical-coordinate representation of color #85D81D: hue angle of 86.63º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85D81D is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 29 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.15 |
| HSL | 86.63º | 0.76% | 0.48% | - |
| HSV(B) | 86.63º | 0.87% | 0.85% | - |
| XYZ | 34.45 | 54.19 | 9.81 | - |
| YUV | 169.87 | 48.5 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 29 | 0.38 | 0 | 0.87 | 0.15 | 86.63 | 0.76 | 0.48 |
| Hex | 85 | D8 | 1D | 26 | 0 | 57 | F | 57 | 4C | 30 |
| Octal | 205 | 330 | 35 | 46 | 0 | 127 | 17 | 127 | 114 | 60 |
| Binary | 10000101 | 11011000 | 11101 | 100110 | 0 | 1010111 | 1111 | 1010111 | 1001100 | 110000 |
Color Harmonies of #85D81D
Complementary color
Monochromatic Colors of #85D81D
Black with #85D81D
Text Example
Text Example
White with #85D81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D81D; }
p { color: rgb(133,216,29); }
H1.HeaderClassName
{
color: #85D81D;
}
.AnyTagClassName
{
color: #85D81D;
}
</style>
background-color css
<style>
a { background-color: #85D81D; }
a { background-color: rgb(133,216,29); }
div.DivClassName
{
background-color: #85D81D;
}
.BgClassName
{
background-color: #85D81D;
}
</style>
border-color css
<style>
span { border-color: #85D81D; }
span { border-color: rgb(133,216,29); }
td.TdClassName
{
border-color: #85D81D;
}
.TagClassName
{
border-color: #85D81D;
}
</style>