Shades of Yellow Green #85D030
Tints of Yellow Green #85D030
RGB
CMYK
RGB Variations
Color information
#85D030 (or 0x85D030) is known color: Yellow Green. HEX triplet: 85, D0 and 30. RGB value is (133,208,48). Sum of RGB (Red+Green+Blue) = 133+208+48=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #85D030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D030 is #7A2FCF. Grayscale: #A7A7A7. Windows color (decimal): -8007632 or 3199109. OLE color: 3199109.
HSL color Cylindrical-coordinate representation of color #85D030: hue angle of 88.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85D030 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 48 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.18 |
| HSL | 88.13º | 0.63% | 0.5% | - |
| HSV(B) | 88.13º | 0.77% | 0.82% | - |
| XYZ | 32.76 | 50.31 | 10.78 | - |
| YUV | 167.34 | 60.65 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 48 | 0.36 | 0 | 0.77 | 0.18 | 88.13 | 0.63 | 0.5 |
| Hex | 85 | D0 | 30 | 24 | 0 | 4D | 12 | 58 | 3F | 32 |
| Octal | 205 | 320 | 60 | 44 | 0 | 115 | 22 | 130 | 77 | 62 |
| Binary | 10000101 | 11010000 | 110000 | 100100 | 0 | 1001101 | 10010 | 1011000 | 111111 | 110010 |
Color Harmonies of #85D030
Complementary color
Monochromatic Colors of #85D030
Black with #85D030
Text Example
Text Example
White with #85D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D030; }
p { color: rgb(133,208,48); }
H1.HeaderClassName
{
color: #85D030;
}
.AnyTagClassName
{
color: #85D030;
}
</style>
background-color css
<style>
a { background-color: #85D030; }
a { background-color: rgb(133,208,48); }
div.DivClassName
{
background-color: #85D030;
}
.BgClassName
{
background-color: #85D030;
}
</style>
border-color css
<style>
span { border-color: #85D030; }
span { border-color: rgb(133,208,48); }
td.TdClassName
{
border-color: #85D030;
}
.TagClassName
{
border-color: #85D030;
}
</style>