Shades of Yellow Green #85D418
Tints of Yellow Green #85D418
RGB
CMYK
RGB Variations
Color information
#85D418 (or 0x85D418) is known color: Yellow Green. HEX triplet: 85, D4 and 18. RGB value is (133,212,24). Sum of RGB (Red+Green+Blue) = 133+212+24=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 212 (83.20% from 255 or 57.45% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 212 - color contains mainly: green. Hex color #85D418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D418 is #7A2BE7. Grayscale: #A7A7A7. Windows color (decimal): -8006632 or 1627269. OLE color: 1627269.
HSL color Cylindrical-coordinate representation of color #85D418: hue angle of 85.21º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85D418 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 24 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.17 |
| HSL | 85.21º | 0.8% | 0.46% | - |
| HSV(B) | 85.21º | 0.89% | 0.83% | - |
| XYZ | 33.38 | 52.14 | 9.17 | - |
| YUV | 166.95 | 47.33 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 24 | 0.37 | 0 | 0.89 | 0.17 | 85.21 | 0.8 | 0.46 |
| Hex | 85 | D4 | 18 | 25 | 0 | 59 | 11 | 55 | 50 | 2E |
| Octal | 205 | 324 | 30 | 45 | 0 | 131 | 21 | 125 | 120 | 56 |
| Binary | 10000101 | 11010100 | 11000 | 100101 | 0 | 1011001 | 10001 | 1010101 | 1010000 | 101110 |
Color Harmonies of #85D418
Complementary color
Monochromatic Colors of #85D418
Black with #85D418
Text Example
Text Example
White with #85D418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D418; }
p { color: rgb(133,212,24); }
H1.HeaderClassName
{
color: #85D418;
}
.AnyTagClassName
{
color: #85D418;
}
</style>
background-color css
<style>
a { background-color: #85D418; }
a { background-color: rgb(133,212,24); }
div.DivClassName
{
background-color: #85D418;
}
.BgClassName
{
background-color: #85D418;
}
</style>
border-color css
<style>
span { border-color: #85D418; }
span { border-color: rgb(133,212,24); }
td.TdClassName
{
border-color: #85D418;
}
.TagClassName
{
border-color: #85D418;
}
</style>