Shades of Yellow Green #85E730
Tints of Yellow Green #85E730
RGB
CMYK
RGB Variations
Color information
#85E730 (or 0x85E730) is known color: Yellow Green. HEX triplet: 85, E7 and 30. RGB value is (133,231,48). Sum of RGB (Red+Green+Blue) = 133+231+48=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 231 (90.62% from 255 or 56.07% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 231 - color contains mainly: green. Hex color #85E730 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E730 is #7A18CF. Grayscale: #B5B5B5. Windows color (decimal): -8001744 or 3204997. OLE color: 3204997.
HSL color Cylindrical-coordinate representation of color #85E730: hue angle of 92.13º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85E730 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 48 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.09 |
| HSL | 92.13º | 0.79% | 0.55% | - |
| HSV(B) | 92.13º | 0.79% | 0.91% | - |
| XYZ | 38.78 | 62.35 | 12.79 | - |
| YUV | 180.84 | 53.03 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 48 | 0.42 | 0 | 0.79 | 0.09 | 92.13 | 0.79 | 0.55 |
| Hex | 85 | E7 | 30 | 2A | 0 | 4F | 9 | 5C | 4F | 37 |
| Octal | 205 | 347 | 60 | 52 | 0 | 117 | 11 | 134 | 117 | 67 |
| Binary | 10000101 | 11100111 | 110000 | 101010 | 0 | 1001111 | 1001 | 1011100 | 1001111 | 110111 |
Color Harmonies of #85E730
Complementary color
Monochromatic Colors of #85E730
Black with #85E730
Text Example
Text Example
White with #85E730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E730; }
p { color: rgb(133,231,48); }
H1.HeaderClassName
{
color: #85E730;
}
.AnyTagClassName
{
color: #85E730;
}
</style>
background-color css
<style>
a { background-color: #85E730; }
a { background-color: rgb(133,231,48); }
div.DivClassName
{
background-color: #85E730;
}
.BgClassName
{
background-color: #85E730;
}
</style>
border-color css
<style>
span { border-color: #85E730; }
span { border-color: rgb(133,231,48); }
td.TdClassName
{
border-color: #85E730;
}
.TagClassName
{
border-color: #85E730;
}
</style>