Shades of Yellow Green #85CB2E
Tints of Yellow Green #85CB2E
RGB
CMYK
RGB Variations
Color information
#85CB2E (or 0x85CB2E) is known color: Yellow Green. HEX triplet: 85, CB and 2E. RGB value is (133,203,46). Sum of RGB (Red+Green+Blue) = 133+203+46=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB2E is #7A34D1. Grayscale: #A4A4A4. Windows color (decimal): -8008914 or 3066757. OLE color: 3066757.
HSL color Cylindrical-coordinate representation of color #85CB2E: hue angle of 86.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85CB2E is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 46 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.20 |
| HSL | 86.75º | 0.63% | 0.49% | - |
| HSV(B) | 86.75º | 0.77% | 0.8% | - |
| XYZ | 31.52 | 47.9 | 10.17 | - |
| YUV | 164.17 | 61.31 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 46 | 0.34 | 0 | 0.77 | 0.20 | 86.75 | 0.63 | 0.49 |
| Hex | 85 | CB | 2E | 22 | 0 | 4D | 14 | 57 | 3F | 31 |
| Octal | 205 | 313 | 56 | 42 | 0 | 115 | 24 | 127 | 77 | 61 |
| Binary | 10000101 | 11001011 | 101110 | 100010 | 0 | 1001101 | 10100 | 1010111 | 111111 | 110001 |
Color Harmonies of #85CB2E
Complementary color
Monochromatic Colors of #85CB2E
Black with #85CB2E
Text Example
Text Example
White with #85CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB2E; }
p { color: rgb(133,203,46); }
H1.HeaderClassName
{
color: #85CB2E;
}
.AnyTagClassName
{
color: #85CB2E;
}
</style>
background-color css
<style>
a { background-color: #85CB2E; }
a { background-color: rgb(133,203,46); }
div.DivClassName
{
background-color: #85CB2E;
}
.BgClassName
{
background-color: #85CB2E;
}
</style>
border-color css
<style>
span { border-color: #85CB2E; }
span { border-color: rgb(133,203,46); }
td.TdClassName
{
border-color: #85CB2E;
}
.TagClassName
{
border-color: #85CB2E;
}
</style>