Shades of Yellow Green #85D412
Tints of Yellow Green #85D412
RGB
CMYK
RGB Variations
Color information
#85D412 (or 0x85D412) is known color: Yellow Green. HEX triplet: 85, D4 and 12. RGB value is (133,212,18). Sum of RGB (Red+Green+Blue) = 133+212+18=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #85D412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D412 is #7A2BED. Grayscale: #A6A6A6. Windows color (decimal): -8006638 or 1234053. OLE color: 1234053.
HSL color Cylindrical-coordinate representation of color #85D412: hue angle of 84.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85D412 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 18 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.17 |
| HSL | 84.43º | 0.84% | 0.45% | - |
| HSV(B) | 84.43º | 0.92% | 0.83% | - |
| XYZ | 33.33 | 52.12 | 8.88 | - |
| YUV | 166.26 | 44.33 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 18 | 0.37 | 0 | 0.92 | 0.17 | 84.43 | 0.84 | 0.45 |
| Hex | 85 | D4 | 12 | 25 | 0 | 5C | 11 | 54 | 54 | 2D |
| Octal | 205 | 324 | 22 | 45 | 0 | 134 | 21 | 124 | 124 | 55 |
| Binary | 10000101 | 11010100 | 10010 | 100101 | 0 | 1011100 | 10001 | 1010100 | 1010100 | 101101 |
Color Harmonies of #85D412
Complementary color
Monochromatic Colors of #85D412
Black with #85D412
Text Example
Text Example
White with #85D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D412; }
p { color: rgb(133,212,18); }
H1.HeaderClassName
{
color: #85D412;
}
.AnyTagClassName
{
color: #85D412;
}
</style>
background-color css
<style>
a { background-color: #85D412; }
a { background-color: rgb(133,212,18); }
div.DivClassName
{
background-color: #85D412;
}
.BgClassName
{
background-color: #85D412;
}
</style>
border-color css
<style>
span { border-color: #85D412; }
span { border-color: rgb(133,212,18); }
td.TdClassName
{
border-color: #85D412;
}
.TagClassName
{
border-color: #85D412;
}
</style>