Shades of Yellow Green #85D92E
Tints of Yellow Green #85D92E
RGB
CMYK
RGB Variations
Color information
#85D92E (or 0x85D92E) is known color: Yellow Green. HEX triplet: 85, D9 and 2E. RGB value is (133,217,46). Sum of RGB (Red+Green+Blue) = 133+217+46=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #85D92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D92E is #7A26D1. Grayscale: #ACACAC. Windows color (decimal): -8005330 or 3070341. OLE color: 3070341.
HSL color Cylindrical-coordinate representation of color #85D92E: hue angle of 89.47º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85D92E is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 46 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.15 |
| HSL | 89.47º | 0.69% | 0.52% | - |
| HSV(B) | 89.47º | 0.79% | 0.85% | - |
| XYZ | 34.98 | 54.81 | 11.32 | - |
| YUV | 172.39 | 56.67 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 46 | 0.39 | 0 | 0.79 | 0.15 | 89.47 | 0.69 | 0.52 |
| Hex | 85 | D9 | 2E | 27 | 0 | 4F | F | 59 | 45 | 34 |
| Octal | 205 | 331 | 56 | 47 | 0 | 117 | 17 | 131 | 105 | 64 |
| Binary | 10000101 | 11011001 | 101110 | 100111 | 0 | 1001111 | 1111 | 1011001 | 1000101 | 110100 |
Color Harmonies of #85D92E
Complementary color
Monochromatic Colors of #85D92E
Black with #85D92E
Text Example
Text Example
White with #85D92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D92E; }
p { color: rgb(133,217,46); }
H1.HeaderClassName
{
color: #85D92E;
}
.AnyTagClassName
{
color: #85D92E;
}
</style>
background-color css
<style>
a { background-color: #85D92E; }
a { background-color: rgb(133,217,46); }
div.DivClassName
{
background-color: #85D92E;
}
.BgClassName
{
background-color: #85D92E;
}
</style>
border-color css
<style>
span { border-color: #85D92E; }
span { border-color: rgb(133,217,46); }
td.TdClassName
{
border-color: #85D92E;
}
.TagClassName
{
border-color: #85D92E;
}
</style>