Shades of Yellow Green #85D815
Tints of Yellow Green #85D815
RGB
CMYK
RGB Variations
Color information
#85D815 (or 0x85D815) is known color: Yellow Green. HEX triplet: 85, D8 and 15. RGB value is (133,216,21). Sum of RGB (Red+Green+Blue) = 133+216+21=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #85D815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D815 is #7A27EA. Grayscale: #A9A9A9. Windows color (decimal): -8005611 or 1431685. OLE color: 1431685.
HSL color Cylindrical-coordinate representation of color #85D815: hue angle of 85.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85D815 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.15 |
| HSL | 85.54º | 0.82% | 0.46% | - |
| HSV(B) | 85.54º | 0.9% | 0.85% | - |
| XYZ | 34.36 | 54.15 | 9.35 | - |
| YUV | 168.95 | 44.5 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 21 | 0.38 | 0 | 0.90 | 0.15 | 85.54 | 0.82 | 0.46 |
| Hex | 85 | D8 | 15 | 26 | 0 | 5A | F | 56 | 52 | 2E |
| Octal | 205 | 330 | 25 | 46 | 0 | 132 | 17 | 126 | 122 | 56 |
| Binary | 10000101 | 11011000 | 10101 | 100110 | 0 | 1011010 | 1111 | 1010110 | 1010010 | 101110 |
Color Harmonies of #85D815
Complementary color
Monochromatic Colors of #85D815
Black with #85D815
Text Example
Text Example
White with #85D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D815; }
p { color: rgb(133,216,21); }
H1.HeaderClassName
{
color: #85D815;
}
.AnyTagClassName
{
color: #85D815;
}
</style>
background-color css
<style>
a { background-color: #85D815; }
a { background-color: rgb(133,216,21); }
div.DivClassName
{
background-color: #85D815;
}
.BgClassName
{
background-color: #85D815;
}
</style>
border-color css
<style>
span { border-color: #85D815; }
span { border-color: rgb(133,216,21); }
td.TdClassName
{
border-color: #85D815;
}
.TagClassName
{
border-color: #85D815;
}
</style>