Shades of Pastel Green #85E07D
Tints of Pastel Green #85E07D
RGB
CMYK
RGB Variations
Color information
#85E07D (or 0x85E07D) is known color: Pastel Green. HEX triplet: 85, E0 and 7D. RGB value is (133,224,125). Sum of RGB (Red+Green+Blue) = 133+224+125=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #85E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E07D is #7A1F82. Grayscale: #B9B9B9. Windows color (decimal): -8003459 or 8249477. OLE color: 8249477.
HSL color Cylindrical-coordinate representation of color #85E07D: hue angle of 115.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85E07D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 125 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.12 |
| HSL | 115.15º | 0.61% | 0.68% | - |
| HSV(B) | 115.15º | 0.44% | 0.88% | - |
| XYZ | 40.03 | 59.78 | 28.83 | - |
| YUV | 185.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 125 | 0.41 | 0 | 0.44 | 0.12 | 115.15 | 0.61 | 0.68 |
| Hex | 85 | E0 | 7D | 29 | 0 | 2C | C | 73 | 3D | 44 |
| Octal | 205 | 340 | 175 | 51 | 0 | 54 | 14 | 163 | 75 | 104 |
| Binary | 10000101 | 11100000 | 1111101 | 101001 | 0 | 101100 | 1100 | 1110011 | 111101 | 1000100 |
Color Harmonies of #85E07D
Complementary color
Monochromatic Colors of #85E07D
Black with #85E07D
Text Example
Text Example
White with #85E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E07D; }
p { color: rgb(133,224,125); }
H1.HeaderClassName
{
color: #85E07D;
}
.AnyTagClassName
{
color: #85E07D;
}
</style>
background-color css
<style>
a { background-color: #85E07D; }
a { background-color: rgb(133,224,125); }
div.DivClassName
{
background-color: #85E07D;
}
.BgClassName
{
background-color: #85E07D;
}
</style>
border-color css
<style>
span { border-color: #85E07D; }
span { border-color: rgb(133,224,125); }
td.TdClassName
{
border-color: #85E07D;
}
.TagClassName
{
border-color: #85E07D;
}
</style>