Shades of Yellow Green #85DC23
Tints of Yellow Green #85DC23
RGB
CMYK
RGB Variations
Color information
#85DC23 (or 0x85DC23) is known color: Yellow Green. HEX triplet: 85, DC and 23. RGB value is (133,220,35). Sum of RGB (Red+Green+Blue) = 133+220+35=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DC23 is #7A23DC. Grayscale: #ADADAD. Windows color (decimal): -8004573 or 2350213. OLE color: 2350213.
HSL color Cylindrical-coordinate representation of color #85DC23: hue angle of 88.22º 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 #85DC23 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 35 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.14 |
| HSL | 88.22º | 0.73% | 0.5% | - |
| HSV(B) | 88.22º | 0.84% | 0.86% | - |
| XYZ | 35.57 | 56.29 | 10.58 | - |
| YUV | 172.9 | 50.18 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 35 | 0.40 | 0 | 0.84 | 0.14 | 88.22 | 0.73 | 0.5 |
| Hex | 85 | DC | 23 | 28 | 0 | 54 | E | 58 | 49 | 32 |
| Octal | 205 | 334 | 43 | 50 | 0 | 124 | 16 | 130 | 111 | 62 |
| Binary | 10000101 | 11011100 | 100011 | 101000 | 0 | 1010100 | 1110 | 1011000 | 1001001 | 110010 |
Color Harmonies of #85DC23
Complementary color
Monochromatic Colors of #85DC23
Black with #85DC23
Text Example
Text Example
White with #85DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC23; }
p { color: rgb(133,220,35); }
H1.HeaderClassName
{
color: #85DC23;
}
.AnyTagClassName
{
color: #85DC23;
}
</style>
background-color css
<style>
a { background-color: #85DC23; }
a { background-color: rgb(133,220,35); }
div.DivClassName
{
background-color: #85DC23;
}
.BgClassName
{
background-color: #85DC23;
}
</style>
border-color css
<style>
span { border-color: #85DC23; }
span { border-color: rgb(133,220,35); }
td.TdClassName
{
border-color: #85DC23;
}
.TagClassName
{
border-color: #85DC23;
}
</style>