Shades of Yellow Green #85EC2A
Tints of Yellow Green #85EC2A
RGB
CMYK
RGB Variations
Color information
#85EC2A (or 0x85EC2A) is known color: Yellow Green. HEX triplet: 85, EC and 2A. RGB value is (133,236,42). Sum of RGB (Red+Green+Blue) = 133+236+42=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC2A is #7A13D5. Grayscale: #B7B7B7. Windows color (decimal): -8000470 or 2813061. OLE color: 2813061.
HSL color Cylindrical-coordinate representation of color #85EC2A: hue angle of 91.86º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85EC2A is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 42 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.07 |
| HSL | 91.86º | 0.84% | 0.55% | - |
| HSV(B) | 91.86º | 0.82% | 0.93% | - |
| XYZ | 40.09 | 65.14 | 12.65 | - |
| YUV | 183.09 | 48.38 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 42 | 0.44 | 0 | 0.82 | 0.07 | 91.86 | 0.84 | 0.55 |
| Hex | 85 | EC | 2A | 2C | 0 | 52 | 7 | 5C | 54 | 37 |
| Octal | 205 | 354 | 52 | 54 | 0 | 122 | 7 | 134 | 124 | 67 |
| Binary | 10000101 | 11101100 | 101010 | 101100 | 0 | 1010010 | 111 | 1011100 | 1010100 | 110111 |
Color Harmonies of #85EC2A
Complementary color
Monochromatic Colors of #85EC2A
Black with #85EC2A
Text Example
Text Example
White with #85EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC2A; }
p { color: rgb(133,236,42); }
H1.HeaderClassName
{
color: #85EC2A;
}
.AnyTagClassName
{
color: #85EC2A;
}
</style>
background-color css
<style>
a { background-color: #85EC2A; }
a { background-color: rgb(133,236,42); }
div.DivClassName
{
background-color: #85EC2A;
}
.BgClassName
{
background-color: #85EC2A;
}
</style>
border-color css
<style>
span { border-color: #85EC2A; }
span { border-color: rgb(133,236,42); }
td.TdClassName
{
border-color: #85EC2A;
}
.TagClassName
{
border-color: #85EC2A;
}
</style>