Shades of Yellow Green #85CA24
Tints of Yellow Green #85CA24
RGB
CMYK
RGB Variations
Color information
#85CA24 (or 0x85CA24) is known color: Yellow Green. HEX triplet: 85, CA and 24. RGB value is (133,202,36). Sum of RGB (Red+Green+Blue) = 133+202+36=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA24 is #7A35DB. Grayscale: #A3A3A3. Windows color (decimal): -8009180 or 2411141. OLE color: 2411141.
HSL color Cylindrical-coordinate representation of color #85CA24: hue angle of 84.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85CA24 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 36 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.21 |
| HSL | 84.94º | 0.7% | 0.47% | - |
| HSV(B) | 84.94º | 0.82% | 0.79% | - |
| XYZ | 31.11 | 47.35 | 9.17 | - |
| YUV | 162.45 | 56.64 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 36 | 0.34 | 0 | 0.82 | 0.21 | 84.94 | 0.7 | 0.47 |
| Hex | 85 | CA | 24 | 22 | 0 | 52 | 15 | 55 | 46 | 2F |
| Octal | 205 | 312 | 44 | 42 | 0 | 122 | 25 | 125 | 106 | 57 |
| Binary | 10000101 | 11001010 | 100100 | 100010 | 0 | 1010010 | 10101 | 1010101 | 1000110 | 101111 |
Color Harmonies of #85CA24
Complementary color
Monochromatic Colors of #85CA24
Black with #85CA24
Text Example
Text Example
White with #85CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA24; }
p { color: rgb(133,202,36); }
H1.HeaderClassName
{
color: #85CA24;
}
.AnyTagClassName
{
color: #85CA24;
}
</style>
background-color css
<style>
a { background-color: #85CA24; }
a { background-color: rgb(133,202,36); }
div.DivClassName
{
background-color: #85CA24;
}
.BgClassName
{
background-color: #85CA24;
}
</style>
border-color css
<style>
span { border-color: #85CA24; }
span { border-color: rgb(133,202,36); }
td.TdClassName
{
border-color: #85CA24;
}
.TagClassName
{
border-color: #85CA24;
}
</style>