Shades of Yellow Green #85D92F
Tints of Yellow Green #85D92F
RGB
CMYK
RGB Variations
Color information
#85D92F (or 0x85D92F) is known color: Yellow Green. HEX triplet: 85, D9 and 2F. RGB value is (133,217,47). Sum of RGB (Red+Green+Blue) = 133+217+47=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #85D92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D92F is #7A26D0. Grayscale: #ADADAD. Windows color (decimal): -8005329 or 3135877. OLE color: 3135877.
HSL color Cylindrical-coordinate representation of color #85D92F: hue angle of 89.65º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85D92F is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 47 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.15 |
| HSL | 89.65º | 0.69% | 0.52% | - |
| HSV(B) | 89.65º | 0.78% | 0.85% | - |
| XYZ | 35 | 54.82 | 11.43 | - |
| YUV | 172.5 | 57.17 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 47 | 0.39 | 0 | 0.78 | 0.15 | 89.65 | 0.69 | 0.52 |
| Hex | 85 | D9 | 2F | 27 | 0 | 4E | F | 5A | 45 | 34 |
| Octal | 205 | 331 | 57 | 47 | 0 | 116 | 17 | 132 | 105 | 64 |
| Binary | 10000101 | 11011001 | 101111 | 100111 | 0 | 1001110 | 1111 | 1011010 | 1000101 | 110100 |
Color Harmonies of #85D92F
Complementary color
Monochromatic Colors of #85D92F
Black with #85D92F
Text Example
Text Example
White with #85D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D92F; }
p { color: rgb(133,217,47); }
H1.HeaderClassName
{
color: #85D92F;
}
.AnyTagClassName
{
color: #85D92F;
}
</style>
background-color css
<style>
a { background-color: #85D92F; }
a { background-color: rgb(133,217,47); }
div.DivClassName
{
background-color: #85D92F;
}
.BgClassName
{
background-color: #85D92F;
}
</style>
border-color css
<style>
span { border-color: #85D92F; }
span { border-color: rgb(133,217,47); }
td.TdClassName
{
border-color: #85D92F;
}
.TagClassName
{
border-color: #85D92F;
}
</style>