Shades of Yellow Green #85EA28
Tints of Yellow Green #85EA28
RGB
CMYK
RGB Variations
Color information
#85EA28 (or 0x85EA28) is known color: Yellow Green. HEX triplet: 85, EA and 28. RGB value is (133,234,40). Sum of RGB (Red+Green+Blue) = 133+234+40=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 234 (91.80% from 255 or 57.49% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA28 is #7A15D7. Grayscale: #B6B6B6. Windows color (decimal): -8000984 or 2681477. OLE color: 2681477.
HSL color Cylindrical-coordinate representation of color #85EA28: hue angle of 91.24º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85EA28 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 40 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.08 |
| HSL | 91.24º | 0.82% | 0.54% | - |
| HSV(B) | 91.24º | 0.83% | 0.92% | - |
| XYZ | 39.48 | 63.99 | 12.28 | - |
| YUV | 181.69 | 48.04 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 40 | 0.43 | 0 | 0.83 | 0.08 | 91.24 | 0.82 | 0.54 |
| Hex | 85 | EA | 28 | 2B | 0 | 53 | 8 | 5B | 52 | 36 |
| Octal | 205 | 352 | 50 | 53 | 0 | 123 | 10 | 133 | 122 | 66 |
| Binary | 10000101 | 11101010 | 101000 | 101011 | 0 | 1010011 | 1000 | 1011011 | 1010010 | 110110 |
Color Harmonies of #85EA28
Complementary color
Monochromatic Colors of #85EA28
Black with #85EA28
Text Example
Text Example
White with #85EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EA28; }
p { color: rgb(133,234,40); }
H1.HeaderClassName
{
color: #85EA28;
}
.AnyTagClassName
{
color: #85EA28;
}
</style>
background-color css
<style>
a { background-color: #85EA28; }
a { background-color: rgb(133,234,40); }
div.DivClassName
{
background-color: #85EA28;
}
.BgClassName
{
background-color: #85EA28;
}
</style>
border-color css
<style>
span { border-color: #85EA28; }
span { border-color: rgb(133,234,40); }
td.TdClassName
{
border-color: #85EA28;
}
.TagClassName
{
border-color: #85EA28;
}
</style>