Shades of Yellow Green #85CA1E
Tints of Yellow Green #85CA1E
RGB
CMYK
RGB Variations
Color information
#85CA1E (or 0x85CA1E) is known color: Yellow Green. HEX triplet: 85, CA and 1E. RGB value is (133,202,30). Sum of RGB (Red+Green+Blue) = 133+202+30=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA1E is #7A35E1. Grayscale: #A2A2A2. Windows color (decimal): -8009186 or 2017925. OLE color: 2017925.
HSL color Cylindrical-coordinate representation of color #85CA1E: hue angle of 84.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85CA1E is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 30 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.21 |
| HSL | 84.07º | 0.74% | 0.45% | - |
| HSV(B) | 84.07º | 0.85% | 0.79% | - |
| XYZ | 31.03 | 47.32 | 8.73 | - |
| YUV | 161.76 | 53.64 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 30 | 0.34 | 0 | 0.85 | 0.21 | 84.07 | 0.74 | 0.45 |
| Hex | 85 | CA | 1E | 22 | 0 | 55 | 15 | 54 | 4A | 2D |
| Octal | 205 | 312 | 36 | 42 | 0 | 125 | 25 | 124 | 112 | 55 |
| Binary | 10000101 | 11001010 | 11110 | 100010 | 0 | 1010101 | 10101 | 1010100 | 1001010 | 101101 |
Color Harmonies of #85CA1E
Complementary color
Monochromatic Colors of #85CA1E
Black with #85CA1E
Text Example
Text Example
White with #85CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA1E; }
p { color: rgb(133,202,30); }
H1.HeaderClassName
{
color: #85CA1E;
}
.AnyTagClassName
{
color: #85CA1E;
}
</style>
background-color css
<style>
a { background-color: #85CA1E; }
a { background-color: rgb(133,202,30); }
div.DivClassName
{
background-color: #85CA1E;
}
.BgClassName
{
background-color: #85CA1E;
}
</style>
border-color css
<style>
span { border-color: #85CA1E; }
span { border-color: rgb(133,202,30); }
td.TdClassName
{
border-color: #85CA1E;
}
.TagClassName
{
border-color: #85CA1E;
}
</style>