Shades of Yellow Green #85CE16
Tints of Yellow Green #85CE16
RGB
CMYK
RGB Variations
Color information
#85CE16 (or 0x85CE16) is known color: Yellow Green. HEX triplet: 85, CE and 16. RGB value is (133,206,22). Sum of RGB (Red+Green+Blue) = 133+206+22=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CE16 is #7A31E9. Grayscale: #A3A3A3. Windows color (decimal): -8008170 or 1494661. OLE color: 1494661.
HSL color Cylindrical-coordinate representation of color #85CE16: hue angle of 83.8º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85CE16 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 22 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.19 |
| HSL | 83.8º | 0.81% | 0.45% | - |
| HSV(B) | 83.8º | 0.89% | 0.81% | - |
| XYZ | 31.89 | 49.19 | 8.57 | - |
| YUV | 163.2 | 48.32 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 22 | 0.35 | 0 | 0.89 | 0.19 | 83.8 | 0.81 | 0.45 |
| Hex | 85 | CE | 16 | 23 | 0 | 59 | 13 | 54 | 51 | 2D |
| Octal | 205 | 316 | 26 | 43 | 0 | 131 | 23 | 124 | 121 | 55 |
| Binary | 10000101 | 11001110 | 10110 | 100011 | 0 | 1011001 | 10011 | 1010100 | 1010001 | 101101 |
Color Harmonies of #85CE16
Complementary color
Monochromatic Colors of #85CE16
Black with #85CE16
Text Example
Text Example
White with #85CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE16; }
p { color: rgb(133,206,22); }
H1.HeaderClassName
{
color: #85CE16;
}
.AnyTagClassName
{
color: #85CE16;
}
</style>
background-color css
<style>
a { background-color: #85CE16; }
a { background-color: rgb(133,206,22); }
div.DivClassName
{
background-color: #85CE16;
}
.BgClassName
{
background-color: #85CE16;
}
</style>
border-color css
<style>
span { border-color: #85CE16; }
span { border-color: rgb(133,206,22); }
td.TdClassName
{
border-color: #85CE16;
}
.TagClassName
{
border-color: #85CE16;
}
</style>