Shades of Yellow Green #85CF2F
Tints of Yellow Green #85CF2F
RGB
CMYK
RGB Variations
Color information
#85CF2F (or 0x85CF2F) is known color: Yellow Green. HEX triplet: 85, CF and 2F. RGB value is (133,207,47). Sum of RGB (Red+Green+Blue) = 133+207+47=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF2F is #7A30D0. Grayscale: #A7A7A7. Windows color (decimal): -8007889 or 3133317. OLE color: 3133317.
HSL color Cylindrical-coordinate representation of color #85CF2F: hue angle of 87.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85CF2F is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 47 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.19 |
| HSL | 87.75º | 0.63% | 0.5% | - |
| HSV(B) | 87.75º | 0.77% | 0.81% | - |
| XYZ | 32.5 | 49.82 | 10.59 | - |
| YUV | 166.63 | 60.48 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 47 | 0.36 | 0 | 0.77 | 0.19 | 87.75 | 0.63 | 0.5 |
| Hex | 85 | CF | 2F | 24 | 0 | 4D | 13 | 58 | 3F | 32 |
| Octal | 205 | 317 | 57 | 44 | 0 | 115 | 23 | 130 | 77 | 62 |
| Binary | 10000101 | 11001111 | 101111 | 100100 | 0 | 1001101 | 10011 | 1011000 | 111111 | 110010 |
Color Harmonies of #85CF2F
Complementary color
Monochromatic Colors of #85CF2F
Black with #85CF2F
Text Example
Text Example
White with #85CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF2F; }
p { color: rgb(133,207,47); }
H1.HeaderClassName
{
color: #85CF2F;
}
.AnyTagClassName
{
color: #85CF2F;
}
</style>
background-color css
<style>
a { background-color: #85CF2F; }
a { background-color: rgb(133,207,47); }
div.DivClassName
{
background-color: #85CF2F;
}
.BgClassName
{
background-color: #85CF2F;
}
</style>
border-color css
<style>
span { border-color: #85CF2F; }
span { border-color: rgb(133,207,47); }
td.TdClassName
{
border-color: #85CF2F;
}
.TagClassName
{
border-color: #85CF2F;
}
</style>