Shades of Yellow Green #85DB22
Tints of Yellow Green #85DB22
RGB
CMYK
RGB Variations
Color information
#85DB22 (or 0x85DB22) is known color: Yellow Green. HEX triplet: 85, DB and 22. RGB value is (133,219,34). Sum of RGB (Red+Green+Blue) = 133+219+34=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DB22 is #7A24DD. Grayscale: #ACACAC. Windows color (decimal): -8004830 or 2284421. OLE color: 2284421.
HSL color Cylindrical-coordinate representation of color #85DB22: hue angle of 87.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85DB22 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 34 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.14 |
| HSL | 87.89º | 0.73% | 0.5% | - |
| HSV(B) | 87.89º | 0.84% | 0.86% | - |
| XYZ | 35.29 | 55.77 | 10.42 | - |
| YUV | 172.2 | 50.01 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 34 | 0.39 | 0 | 0.84 | 0.14 | 87.89 | 0.73 | 0.5 |
| Hex | 85 | DB | 22 | 27 | 0 | 54 | E | 58 | 49 | 32 |
| Octal | 205 | 333 | 42 | 47 | 0 | 124 | 16 | 130 | 111 | 62 |
| Binary | 10000101 | 11011011 | 100010 | 100111 | 0 | 1010100 | 1110 | 1011000 | 1001001 | 110010 |
Color Harmonies of #85DB22
Complementary color
Monochromatic Colors of #85DB22
Black with #85DB22
Text Example
Text Example
White with #85DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB22; }
p { color: rgb(133,219,34); }
H1.HeaderClassName
{
color: #85DB22;
}
.AnyTagClassName
{
color: #85DB22;
}
</style>
background-color css
<style>
a { background-color: #85DB22; }
a { background-color: rgb(133,219,34); }
div.DivClassName
{
background-color: #85DB22;
}
.BgClassName
{
background-color: #85DB22;
}
</style>
border-color css
<style>
span { border-color: #85DB22; }
span { border-color: rgb(133,219,34); }
td.TdClassName
{
border-color: #85DB22;
}
.TagClassName
{
border-color: #85DB22;
}
</style>