Shades of Yellow Green #85D730
Tints of Yellow Green #85D730
RGB
CMYK
RGB Variations
Color information
#85D730 (or 0x85D730) is known color: Yellow Green. HEX triplet: 85, D7 and 30. RGB value is (133,215,48). Sum of RGB (Red+Green+Blue) = 133+215+48=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #85D730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D730 is #7A28CF. Grayscale: #ACACAC. Windows color (decimal): -8005840 or 3200901. OLE color: 3200901.
HSL color Cylindrical-coordinate representation of color #85D730: hue angle of 89.46º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85D730 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 48 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.16 |
| HSL | 89.46º | 0.68% | 0.52% | - |
| HSV(B) | 89.46º | 0.78% | 0.84% | - |
| XYZ | 34.51 | 53.8 | 11.36 | - |
| YUV | 171.44 | 58.33 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 48 | 0.38 | 0 | 0.78 | 0.16 | 89.46 | 0.68 | 0.52 |
| Hex | 85 | D7 | 30 | 26 | 0 | 4E | 10 | 59 | 44 | 34 |
| Octal | 205 | 327 | 60 | 46 | 0 | 116 | 20 | 131 | 104 | 64 |
| Binary | 10000101 | 11010111 | 110000 | 100110 | 0 | 1001110 | 10000 | 1011001 | 1000100 | 110100 |
Color Harmonies of #85D730
Complementary color
Monochromatic Colors of #85D730
Black with #85D730
Text Example
Text Example
White with #85D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D730; }
p { color: rgb(133,215,48); }
H1.HeaderClassName
{
color: #85D730;
}
.AnyTagClassName
{
color: #85D730;
}
</style>
background-color css
<style>
a { background-color: #85D730; }
a { background-color: rgb(133,215,48); }
div.DivClassName
{
background-color: #85D730;
}
.BgClassName
{
background-color: #85D730;
}
</style>
border-color css
<style>
span { border-color: #85D730; }
span { border-color: rgb(133,215,48); }
td.TdClassName
{
border-color: #85D730;
}
.TagClassName
{
border-color: #85D730;
}
</style>