Shades of Yellow Green #85D41E
Tints of Yellow Green #85D41E
RGB
CMYK
RGB Variations
Color information
#85D41E (or 0x85D41E) is known color: Yellow Green. HEX triplet: 85, D4 and 1E. RGB value is (133,212,30). Sum of RGB (Red+Green+Blue) = 133+212+30=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #85D41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D41E is #7A2BE1. Grayscale: #A8A8A8. Windows color (decimal): -8006626 or 2020485. OLE color: 2020485.
HSL color Cylindrical-coordinate representation of color #85D41E: hue angle of 86.04º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85D41E is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 30 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.17 |
| HSL | 86.04º | 0.75% | 0.47% | - |
| HSV(B) | 86.04º | 0.86% | 0.83% | - |
| XYZ | 33.45 | 52.17 | 9.53 | - |
| YUV | 167.63 | 50.33 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 30 | 0.37 | 0 | 0.86 | 0.17 | 86.04 | 0.75 | 0.47 |
| Hex | 85 | D4 | 1E | 25 | 0 | 56 | 11 | 56 | 4B | 2F |
| Octal | 205 | 324 | 36 | 45 | 0 | 126 | 21 | 126 | 113 | 57 |
| Binary | 10000101 | 11010100 | 11110 | 100101 | 0 | 1010110 | 10001 | 1010110 | 1001011 | 101111 |
Color Harmonies of #85D41E
Complementary color
Monochromatic Colors of #85D41E
Black with #85D41E
Text Example
Text Example
White with #85D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D41E; }
p { color: rgb(133,212,30); }
H1.HeaderClassName
{
color: #85D41E;
}
.AnyTagClassName
{
color: #85D41E;
}
</style>
background-color css
<style>
a { background-color: #85D41E; }
a { background-color: rgb(133,212,30); }
div.DivClassName
{
background-color: #85D41E;
}
.BgClassName
{
background-color: #85D41E;
}
</style>
border-color css
<style>
span { border-color: #85D41E; }
span { border-color: rgb(133,212,30); }
td.TdClassName
{
border-color: #85D41E;
}
.TagClassName
{
border-color: #85D41E;
}
</style>