Shades of Yellow Green #85D313
Tints of Yellow Green #85D313
RGB
CMYK
RGB Variations
Color information
#85D313 (or 0x85D313) is known color: Yellow Green. HEX triplet: 85, D3 and 13. RGB value is (133,211,19). Sum of RGB (Red+Green+Blue) = 133+211+19=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #85D313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D313 is #7A2CEC. Grayscale: #A6A6A6. Windows color (decimal): -8006893 or 1299333. OLE color: 1299333.
HSL color Cylindrical-coordinate representation of color #85D313: hue angle of 84.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85D313 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 211 | 19 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.17 |
| HSL | 84.38º | 0.83% | 0.45% | - |
| HSV(B) | 84.38º | 0.91% | 0.83% | - |
| XYZ | 33.08 | 51.62 | 8.84 | - |
| YUV | 165.79 | 45.16 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 211 | 19 | 0.37 | 0 | 0.91 | 0.17 | 84.38 | 0.83 | 0.45 |
| Hex | 85 | D3 | 13 | 25 | 0 | 5B | 11 | 54 | 53 | 2D |
| Octal | 205 | 323 | 23 | 45 | 0 | 133 | 21 | 124 | 123 | 55 |
| Binary | 10000101 | 11010011 | 10011 | 100101 | 0 | 1011011 | 10001 | 1010100 | 1010011 | 101101 |
Color Harmonies of #85D313
Complementary color
Monochromatic Colors of #85D313
Black with #85D313
Text Example
Text Example
White with #85D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D313; }
p { color: rgb(133,211,19); }
H1.HeaderClassName
{
color: #85D313;
}
.AnyTagClassName
{
color: #85D313;
}
</style>
background-color css
<style>
a { background-color: #85D313; }
a { background-color: rgb(133,211,19); }
div.DivClassName
{
background-color: #85D313;
}
.BgClassName
{
background-color: #85D313;
}
</style>
border-color css
<style>
span { border-color: #85D313; }
span { border-color: rgb(133,211,19); }
td.TdClassName
{
border-color: #85D313;
}
.TagClassName
{
border-color: #85D313;
}
</style>