Shades of Yellow Green #85E629
Tints of Yellow Green #85E629
RGB
CMYK
RGB Variations
Color information
#85E629 (or 0x85E629) is known color: Yellow Green. HEX triplet: 85, E6 and 29. RGB value is (133,230,41). Sum of RGB (Red+Green+Blue) = 133+230+41=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 230 (90.23% from 255 or 56.93% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 230 - color contains mainly: green. Hex color #85E629 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E629 is #7A19D6. Grayscale: #B4B4B4. Windows color (decimal): -8002007 or 2745989. OLE color: 2745989.
HSL color Cylindrical-coordinate representation of color #85E629: hue angle of 90.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85E629 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 41 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.10 |
| HSL | 90.79º | 0.79% | 0.53% | - |
| HSV(B) | 90.79º | 0.82% | 0.9% | - |
| XYZ | 38.37 | 61.74 | 11.99 | - |
| YUV | 179.45 | 49.86 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 41 | 0.42 | 0 | 0.82 | 0.10 | 90.79 | 0.79 | 0.53 |
| Hex | 85 | E6 | 29 | 2A | 0 | 52 | A | 5B | 4F | 35 |
| Octal | 205 | 346 | 51 | 52 | 0 | 122 | 12 | 133 | 117 | 65 |
| Binary | 10000101 | 11100110 | 101001 | 101010 | 0 | 1010010 | 1010 | 1011011 | 1001111 | 110101 |
Color Harmonies of #85E629
Complementary color
Monochromatic Colors of #85E629
Black with #85E629
Text Example
Text Example
White with #85E629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E629; }
p { color: rgb(133,230,41); }
H1.HeaderClassName
{
color: #85E629;
}
.AnyTagClassName
{
color: #85E629;
}
</style>
background-color css
<style>
a { background-color: #85E629; }
a { background-color: rgb(133,230,41); }
div.DivClassName
{
background-color: #85E629;
}
.BgClassName
{
background-color: #85E629;
}
</style>
border-color css
<style>
span { border-color: #85E629; }
span { border-color: rgb(133,230,41); }
td.TdClassName
{
border-color: #85E629;
}
.TagClassName
{
border-color: #85E629;
}
</style>