Shades of Yellow Green #85CA2B
Tints of Yellow Green #85CA2B
RGB
CMYK
RGB Variations
Color information
#85CA2B (or 0x85CA2B) is known color: Yellow Green. HEX triplet: 85, CA and 2B. RGB value is (133,202,43). Sum of RGB (Red+Green+Blue) = 133+202+43=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA2B is #7A35D4. Grayscale: #A3A3A3. Windows color (decimal): -8009173 or 2869893. OLE color: 2869893.
HSL color Cylindrical-coordinate representation of color #85CA2B: hue angle of 86.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85CA2B is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 43 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.21 |
| HSL | 86.04º | 0.65% | 0.48% | - |
| HSV(B) | 86.04º | 0.79% | 0.79% | - |
| XYZ | 31.23 | 47.4 | 9.79 | - |
| YUV | 163.24 | 60.14 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 43 | 0.34 | 0 | 0.79 | 0.21 | 86.04 | 0.65 | 0.48 |
| Hex | 85 | CA | 2B | 22 | 0 | 4F | 15 | 56 | 41 | 30 |
| Octal | 205 | 312 | 53 | 42 | 0 | 117 | 25 | 126 | 101 | 60 |
| Binary | 10000101 | 11001010 | 101011 | 100010 | 0 | 1001111 | 10101 | 1010110 | 1000001 | 110000 |
Color Harmonies of #85CA2B
Complementary color
Monochromatic Colors of #85CA2B
Black with #85CA2B
Text Example
Text Example
White with #85CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA2B; }
p { color: rgb(133,202,43); }
H1.HeaderClassName
{
color: #85CA2B;
}
.AnyTagClassName
{
color: #85CA2B;
}
</style>
background-color css
<style>
a { background-color: #85CA2B; }
a { background-color: rgb(133,202,43); }
div.DivClassName
{
background-color: #85CA2B;
}
.BgClassName
{
background-color: #85CA2B;
}
</style>
border-color css
<style>
span { border-color: #85CA2B; }
span { border-color: rgb(133,202,43); }
td.TdClassName
{
border-color: #85CA2B;
}
.TagClassName
{
border-color: #85CA2B;
}
</style>