Shades of Yellow Green #85CF37
Tints of Yellow Green #85CF37
RGB
CMYK
RGB Variations
Color information
#85CF37 (or 0x85CF37) is known color: Yellow Green. HEX triplet: 85, CF and 37. RGB value is (133,207,55). Sum of RGB (Red+Green+Blue) = 133+207+55=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF37 is #7A30C8. Grayscale: #A8A8A8. Windows color (decimal): -8007881 or 3657605. OLE color: 3657605.
HSL color Cylindrical-coordinate representation of color #85CF37: hue angle of 89.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85CF37 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 55 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.19 |
| HSL | 89.21º | 0.61% | 0.51% | - |
| HSV(B) | 89.21º | 0.73% | 0.81% | - |
| XYZ | 32.68 | 49.89 | 11.52 | - |
| YUV | 167.55 | 64.48 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 55 | 0.36 | 0 | 0.73 | 0.19 | 89.21 | 0.61 | 0.51 |
| Hex | 85 | CF | 37 | 24 | 0 | 49 | 13 | 59 | 3D | 33 |
| Octal | 205 | 317 | 67 | 44 | 0 | 111 | 23 | 131 | 75 | 63 |
| Binary | 10000101 | 11001111 | 110111 | 100100 | 0 | 1001001 | 10011 | 1011001 | 111101 | 110011 |
Color Harmonies of #85CF37
Complementary color
Monochromatic Colors of #85CF37
Black with #85CF37
Text Example
Text Example
White with #85CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF37; }
p { color: rgb(133,207,55); }
H1.HeaderClassName
{
color: #85CF37;
}
.AnyTagClassName
{
color: #85CF37;
}
</style>
background-color css
<style>
a { background-color: #85CF37; }
a { background-color: rgb(133,207,55); }
div.DivClassName
{
background-color: #85CF37;
}
.BgClassName
{
background-color: #85CF37;
}
</style>
border-color css
<style>
span { border-color: #85CF37; }
span { border-color: rgb(133,207,55); }
td.TdClassName
{
border-color: #85CF37;
}
.TagClassName
{
border-color: #85CF37;
}
</style>