Shades of Yellow Green #85E41E
Tints of Yellow Green #85E41E
RGB
CMYK
RGB Variations
Color information
#85E41E (or 0x85E41E) is known color: Yellow Green. HEX triplet: 85, E4 and 1E. RGB value is (133,228,30). Sum of RGB (Red+Green+Blue) = 133+228+30=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 228 (89.45% from 255 or 58.31% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 228 - color contains mainly: green. Hex color #85E41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E41E is #7A1BE1. Grayscale: #B1B1B1. Windows color (decimal): -8002530 or 2024581. OLE color: 2024581.
HSL color Cylindrical-coordinate representation of color #85E41E: hue angle of 88.79º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85E41E is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 30 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.11 |
| HSL | 88.79º | 0.79% | 0.51% | - |
| HSV(B) | 88.79º | 0.87% | 0.89% | - |
| XYZ | 37.65 | 60.57 | 10.93 | - |
| YUV | 177.02 | 45.03 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 30 | 0.42 | 0 | 0.87 | 0.11 | 88.79 | 0.79 | 0.51 |
| Hex | 85 | E4 | 1E | 2A | 0 | 57 | B | 59 | 4F | 33 |
| Octal | 205 | 344 | 36 | 52 | 0 | 127 | 13 | 131 | 117 | 63 |
| Binary | 10000101 | 11100100 | 11110 | 101010 | 0 | 1010111 | 1011 | 1011001 | 1001111 | 110011 |
Color Harmonies of #85E41E
Complementary color
Monochromatic Colors of #85E41E
Black with #85E41E
Text Example
Text Example
White with #85E41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E41E; }
p { color: rgb(133,228,30); }
H1.HeaderClassName
{
color: #85E41E;
}
.AnyTagClassName
{
color: #85E41E;
}
</style>
background-color css
<style>
a { background-color: #85E41E; }
a { background-color: rgb(133,228,30); }
div.DivClassName
{
background-color: #85E41E;
}
.BgClassName
{
background-color: #85E41E;
}
</style>
border-color css
<style>
span { border-color: #85E41E; }
span { border-color: rgb(133,228,30); }
td.TdClassName
{
border-color: #85E41E;
}
.TagClassName
{
border-color: #85E41E;
}
</style>