Shades of Yellow Green #85CE1C
Tints of Yellow Green #85CE1C
RGB
CMYK
RGB Variations
Color information
#85CE1C (or 0x85CE1C) is known color: Yellow Green. HEX triplet: 85, CE and 1C. RGB value is (133,206,28). Sum of RGB (Red+Green+Blue) = 133+206+28=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE1C is #7A31E3. Grayscale: #A4A4A4. Windows color (decimal): -8008164 or 1887877. OLE color: 1887877.
HSL color Cylindrical-coordinate representation of color #85CE1C: hue angle of 84.61º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85CE1C is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 28 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.19 |
| HSL | 84.61º | 0.76% | 0.46% | - |
| HSV(B) | 84.61º | 0.86% | 0.81% | - |
| XYZ | 31.95 | 49.21 | 8.91 | - |
| YUV | 163.88 | 51.32 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 28 | 0.35 | 0 | 0.86 | 0.19 | 84.61 | 0.76 | 0.46 |
| Hex | 85 | CE | 1C | 23 | 0 | 56 | 13 | 55 | 4C | 2E |
| Octal | 205 | 316 | 34 | 43 | 0 | 126 | 23 | 125 | 114 | 56 |
| Binary | 10000101 | 11001110 | 11100 | 100011 | 0 | 1010110 | 10011 | 1010101 | 1001100 | 101110 |
Color Harmonies of #85CE1C
Complementary color
Monochromatic Colors of #85CE1C
Black with #85CE1C
Text Example
Text Example
White with #85CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE1C; }
p { color: rgb(133,206,28); }
H1.HeaderClassName
{
color: #85CE1C;
}
.AnyTagClassName
{
color: #85CE1C;
}
</style>
background-color css
<style>
a { background-color: #85CE1C; }
a { background-color: rgb(133,206,28); }
div.DivClassName
{
background-color: #85CE1C;
}
.BgClassName
{
background-color: #85CE1C;
}
</style>
border-color css
<style>
span { border-color: #85CE1C; }
span { border-color: rgb(133,206,28); }
td.TdClassName
{
border-color: #85CE1C;
}
.TagClassName
{
border-color: #85CE1C;
}
</style>