Shades of Yellow Green #85CF33
Tints of Yellow Green #85CF33
RGB
CMYK
RGB Variations
Color information
#85CF33 (or 0x85CF33) is known color: Yellow Green. HEX triplet: 85, CF and 33. RGB value is (133,207,51). Sum of RGB (Red+Green+Blue) = 133+207+51=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF33 is #7A30CC. Grayscale: #A7A7A7. Windows color (decimal): -8007885 or 3395461. OLE color: 3395461.
HSL color Cylindrical-coordinate representation of color #85CF33: hue angle of 88.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85CF33 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 51 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.19 |
| HSL | 88.46º | 0.62% | 0.51% | - |
| HSV(B) | 88.46º | 0.75% | 0.81% | - |
| XYZ | 32.58 | 49.85 | 11.04 | - |
| YUV | 167.09 | 62.48 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 51 | 0.36 | 0 | 0.75 | 0.19 | 88.46 | 0.62 | 0.51 |
| Hex | 85 | CF | 33 | 24 | 0 | 4B | 13 | 58 | 3E | 33 |
| Octal | 205 | 317 | 63 | 44 | 0 | 113 | 23 | 130 | 76 | 63 |
| Binary | 10000101 | 11001111 | 110011 | 100100 | 0 | 1001011 | 10011 | 1011000 | 111110 | 110011 |
Color Harmonies of #85CF33
Complementary color
Monochromatic Colors of #85CF33
Black with #85CF33
Text Example
Text Example
White with #85CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF33; }
p { color: rgb(133,207,51); }
H1.HeaderClassName
{
color: #85CF33;
}
.AnyTagClassName
{
color: #85CF33;
}
</style>
background-color css
<style>
a { background-color: #85CF33; }
a { background-color: rgb(133,207,51); }
div.DivClassName
{
background-color: #85CF33;
}
.BgClassName
{
background-color: #85CF33;
}
</style>
border-color css
<style>
span { border-color: #85CF33; }
span { border-color: rgb(133,207,51); }
td.TdClassName
{
border-color: #85CF33;
}
.TagClassName
{
border-color: #85CF33;
}
</style>