Shades of Green Yellow #85F337
Tints of Green Yellow #85F337
RGB
CMYK
RGB Variations
Color information
#85F337 (or 0x85F337) is known color: Green Yellow. HEX triplet: 85, F3 and 37. RGB value is (133,243,55). Sum of RGB (Red+Green+Blue) = 133+243+55=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #85F337 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F337 is #7A0CC8. Grayscale: #BDBDBD. Windows color (decimal): -7998665 or 3666821. OLE color: 3666821.
HSL color Cylindrical-coordinate representation of color #85F337: hue angle of 95.11º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85F337 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 55 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.05 |
| HSL | 95.11º | 0.89% | 0.58% | - |
| HSV(B) | 95.11º | 0.77% | 0.95% | - |
| XYZ | 42.41 | 69.36 | 14.77 | - |
| YUV | 188.68 | 52.56 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 55 | 0.45 | 0 | 0.77 | 0.05 | 95.11 | 0.89 | 0.58 |
| Hex | 85 | F3 | 37 | 2D | 0 | 4D | 5 | 5F | 59 | 3A |
| Octal | 205 | 363 | 67 | 55 | 0 | 115 | 5 | 137 | 131 | 72 |
| Binary | 10000101 | 11110011 | 110111 | 101101 | 0 | 1001101 | 101 | 1011111 | 1011001 | 111010 |
Color Harmonies of #85F337
Complementary color
Monochromatic Colors of #85F337
Black with #85F337
Text Example
Text Example
White with #85F337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F337; }
p { color: rgb(133,243,55); }
H1.HeaderClassName
{
color: #85F337;
}
.AnyTagClassName
{
color: #85F337;
}
</style>
background-color css
<style>
a { background-color: #85F337; }
a { background-color: rgb(133,243,55); }
div.DivClassName
{
background-color: #85F337;
}
.BgClassName
{
background-color: #85F337;
}
</style>
border-color css
<style>
span { border-color: #85F337; }
span { border-color: rgb(133,243,55); }
td.TdClassName
{
border-color: #85F337;
}
.TagClassName
{
border-color: #85F337;
}
</style>