Shades of Yellow Green #85D612
Tints of Yellow Green #85D612
RGB
CMYK
RGB Variations
Color information
#85D612 (or 0x85D612) is known color: Yellow Green. HEX triplet: 85, D6 and 12. RGB value is (133,214,18). Sum of RGB (Red+Green+Blue) = 133+214+18=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #85D612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D612 is #7A29ED. Grayscale: #A8A8A8. Windows color (decimal): -8006126 or 1234565. OLE color: 1234565.
HSL color Cylindrical-coordinate representation of color #85D612: hue angle of 84.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85D612 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 18 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.16 |
| HSL | 84.8º | 0.84% | 0.45% | - |
| HSV(B) | 84.8º | 0.92% | 0.84% | - |
| XYZ | 33.83 | 53.12 | 9.04 | - |
| YUV | 167.44 | 43.66 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 18 | 0.38 | 0 | 0.92 | 0.16 | 84.8 | 0.84 | 0.45 |
| Hex | 85 | D6 | 12 | 26 | 0 | 5C | 10 | 55 | 54 | 2D |
| Octal | 205 | 326 | 22 | 46 | 0 | 134 | 20 | 125 | 124 | 55 |
| Binary | 10000101 | 11010110 | 10010 | 100110 | 0 | 1011100 | 10000 | 1010101 | 1010100 | 101101 |
Color Harmonies of #85D612
Complementary color
Monochromatic Colors of #85D612
Black with #85D612
Text Example
Text Example
White with #85D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D612; }
p { color: rgb(133,214,18); }
H1.HeaderClassName
{
color: #85D612;
}
.AnyTagClassName
{
color: #85D612;
}
</style>
background-color css
<style>
a { background-color: #85D612; }
a { background-color: rgb(133,214,18); }
div.DivClassName
{
background-color: #85D612;
}
.BgClassName
{
background-color: #85D612;
}
</style>
border-color css
<style>
span { border-color: #85D612; }
span { border-color: rgb(133,214,18); }
td.TdClassName
{
border-color: #85D612;
}
.TagClassName
{
border-color: #85D612;
}
</style>