Shades of Yellow Green #85CE1A
Tints of Yellow Green #85CE1A
RGB
CMYK
RGB Variations
Color information
#85CE1A (or 0x85CE1A) is known color: Yellow Green. HEX triplet: 85, CE and 1A. RGB value is (133,206,26). Sum of RGB (Red+Green+Blue) = 133+206+26=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE1A is #7A31E5. Grayscale: #A4A4A4. Windows color (decimal): -8008166 or 1756805. OLE color: 1756805.
HSL color Cylindrical-coordinate representation of color #85CE1A: hue angle of 84.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85CE1A is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 26 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.19 |
| HSL | 84.33º | 0.78% | 0.45% | - |
| HSV(B) | 84.33º | 0.87% | 0.81% | - |
| XYZ | 31.93 | 49.2 | 8.79 | - |
| YUV | 163.65 | 50.32 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 26 | 0.35 | 0 | 0.87 | 0.19 | 84.33 | 0.78 | 0.45 |
| Hex | 85 | CE | 1A | 23 | 0 | 57 | 13 | 54 | 4E | 2D |
| Octal | 205 | 316 | 32 | 43 | 0 | 127 | 23 | 124 | 116 | 55 |
| Binary | 10000101 | 11001110 | 11010 | 100011 | 0 | 1010111 | 10011 | 1010100 | 1001110 | 101101 |
Color Harmonies of #85CE1A
Complementary color
Monochromatic Colors of #85CE1A
Black with #85CE1A
Text Example
Text Example
White with #85CE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE1A; }
p { color: rgb(133,206,26); }
H1.HeaderClassName
{
color: #85CE1A;
}
.AnyTagClassName
{
color: #85CE1A;
}
</style>
background-color css
<style>
a { background-color: #85CE1A; }
a { background-color: rgb(133,206,26); }
div.DivClassName
{
background-color: #85CE1A;
}
.BgClassName
{
background-color: #85CE1A;
}
</style>
border-color css
<style>
span { border-color: #85CE1A; }
span { border-color: rgb(133,206,26); }
td.TdClassName
{
border-color: #85CE1A;
}
.TagClassName
{
border-color: #85CE1A;
}
</style>