Shades of Yellow Green #85CA1A
Tints of Yellow Green #85CA1A
RGB
CMYK
RGB Variations
Color information
#85CA1A (or 0x85CA1A) is known color: Yellow Green. HEX triplet: 85, CA and 1A. RGB value is (133,202,26). Sum of RGB (Red+Green+Blue) = 133+202+26=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA1A is #7A35E5. Grayscale: #A1A1A1. Windows color (decimal): -8009190 or 1755781. OLE color: 1755781.
HSL color Cylindrical-coordinate representation of color #85CA1A: hue angle of 83.52º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85CA1A is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 26 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.21 |
| HSL | 83.52º | 0.77% | 0.45% | - |
| HSV(B) | 83.52º | 0.87% | 0.79% | - |
| XYZ | 30.98 | 47.3 | 8.47 | - |
| YUV | 161.31 | 51.64 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 26 | 0.34 | 0 | 0.87 | 0.21 | 83.52 | 0.77 | 0.45 |
| Hex | 85 | CA | 1A | 22 | 0 | 57 | 15 | 54 | 4D | 2D |
| Octal | 205 | 312 | 32 | 42 | 0 | 127 | 25 | 124 | 115 | 55 |
| Binary | 10000101 | 11001010 | 11010 | 100010 | 0 | 1010111 | 10101 | 1010100 | 1001101 | 101101 |
Color Harmonies of #85CA1A
Complementary color
Monochromatic Colors of #85CA1A
Black with #85CA1A
Text Example
Text Example
White with #85CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA1A; }
p { color: rgb(133,202,26); }
H1.HeaderClassName
{
color: #85CA1A;
}
.AnyTagClassName
{
color: #85CA1A;
}
</style>
background-color css
<style>
a { background-color: #85CA1A; }
a { background-color: rgb(133,202,26); }
div.DivClassName
{
background-color: #85CA1A;
}
.BgClassName
{
background-color: #85CA1A;
}
</style>
border-color css
<style>
span { border-color: #85CA1A; }
span { border-color: rgb(133,202,26); }
td.TdClassName
{
border-color: #85CA1A;
}
.TagClassName
{
border-color: #85CA1A;
}
</style>