Shades of Yellow Green #85E630
Tints of Yellow Green #85E630
RGB
CMYK
RGB Variations
Color information
#85E630 (or 0x85E630) is known color: Yellow Green. HEX triplet: 85, E6 and 30. RGB value is (133,230,48). Sum of RGB (Red+Green+Blue) = 133+230+48=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 230 (90.23% from 255 or 55.96% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 230 - color contains mainly: green. Hex color #85E630 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E630 is #7A19CF. Grayscale: #B4B4B4. Windows color (decimal): -8002000 or 3204741. OLE color: 3204741.
HSL color Cylindrical-coordinate representation of color #85E630: hue angle of 91.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85E630 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 48 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.10 |
| HSL | 91.98º | 0.78% | 0.55% | - |
| HSV(B) | 91.98º | 0.79% | 0.9% | - |
| XYZ | 38.5 | 61.79 | 12.69 | - |
| YUV | 180.25 | 53.36 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 48 | 0.42 | 0 | 0.79 | 0.10 | 91.98 | 0.78 | 0.55 |
| Hex | 85 | E6 | 30 | 2A | 0 | 4F | A | 5C | 4E | 37 |
| Octal | 205 | 346 | 60 | 52 | 0 | 117 | 12 | 134 | 116 | 67 |
| Binary | 10000101 | 11100110 | 110000 | 101010 | 0 | 1001111 | 1010 | 1011100 | 1001110 | 110111 |
Color Harmonies of #85E630
Complementary color
Monochromatic Colors of #85E630
Black with #85E630
Text Example
Text Example
White with #85E630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E630; }
p { color: rgb(133,230,48); }
H1.HeaderClassName
{
color: #85E630;
}
.AnyTagClassName
{
color: #85E630;
}
</style>
background-color css
<style>
a { background-color: #85E630; }
a { background-color: rgb(133,230,48); }
div.DivClassName
{
background-color: #85E630;
}
.BgClassName
{
background-color: #85E630;
}
</style>
border-color css
<style>
span { border-color: #85E630; }
span { border-color: rgb(133,230,48); }
td.TdClassName
{
border-color: #85E630;
}
.TagClassName
{
border-color: #85E630;
}
</style>