Shades of Yellow Green #85E31E
Tints of Yellow Green #85E31E
RGB
CMYK
RGB Variations
Color information
#85E31E (or 0x85E31E) is known color: Yellow Green. HEX triplet: 85, E3 and 1E. RGB value is (133,227,30). Sum of RGB (Red+Green+Blue) = 133+227+30=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #85E31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E31E is #7A1CE1. Grayscale: #B1B1B1. Windows color (decimal): -8002786 or 2024325. OLE color: 2024325.
HSL color Cylindrical-coordinate representation of color #85E31E: hue angle of 88.63º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85E31E is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 30 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.11 |
| HSL | 88.63º | 0.78% | 0.5% | - |
| HSV(B) | 88.63º | 0.87% | 0.89% | - |
| XYZ | 37.38 | 60.02 | 10.84 | - |
| YUV | 176.44 | 45.36 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 30 | 0.41 | 0 | 0.87 | 0.11 | 88.63 | 0.78 | 0.5 |
| Hex | 85 | E3 | 1E | 29 | 0 | 57 | B | 59 | 4E | 32 |
| Octal | 205 | 343 | 36 | 51 | 0 | 127 | 13 | 131 | 116 | 62 |
| Binary | 10000101 | 11100011 | 11110 | 101001 | 0 | 1010111 | 1011 | 1011001 | 1001110 | 110010 |
Color Harmonies of #85E31E
Complementary color
Monochromatic Colors of #85E31E
Black with #85E31E
Text Example
Text Example
White with #85E31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E31E; }
p { color: rgb(133,227,30); }
H1.HeaderClassName
{
color: #85E31E;
}
.AnyTagClassName
{
color: #85E31E;
}
</style>
background-color css
<style>
a { background-color: #85E31E; }
a { background-color: rgb(133,227,30); }
div.DivClassName
{
background-color: #85E31E;
}
.BgClassName
{
background-color: #85E31E;
}
</style>
border-color css
<style>
span { border-color: #85E31E; }
span { border-color: rgb(133,227,30); }
td.TdClassName
{
border-color: #85E31E;
}
.TagClassName
{
border-color: #85E31E;
}
</style>