Shades of Pastel Green #85E17C
Tints of Pastel Green #85E17C
RGB
CMYK
RGB Variations
Color information
#85E17C (or 0x85E17C) is known color: Pastel Green. HEX triplet: 85, E1 and 7C. RGB value is (133,225,124). Sum of RGB (Red+Green+Blue) = 133+225+124=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #85E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E17C is #7A1E83. Grayscale: #BABABA. Windows color (decimal): -8003204 or 8184197. OLE color: 8184197.
HSL color Cylindrical-coordinate representation of color #85E17C: hue angle of 114.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E17C is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 124 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.12 |
| HSL | 114.65º | 0.63% | 0.68% | - |
| HSV(B) | 114.65º | 0.45% | 0.88% | - |
| XYZ | 40.24 | 60.29 | 28.59 | - |
| YUV | 185.98 | 93.02 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 124 | 0.41 | 0 | 0.45 | 0.12 | 114.65 | 0.63 | 0.68 |
| Hex | 85 | E1 | 7C | 29 | 0 | 2D | C | 73 | 3F | 44 |
| Octal | 205 | 341 | 174 | 51 | 0 | 55 | 14 | 163 | 77 | 104 |
| Binary | 10000101 | 11100001 | 1111100 | 101001 | 0 | 101101 | 1100 | 1110011 | 111111 | 1000100 |
Color Harmonies of #85E17C
Complementary color
Monochromatic Colors of #85E17C
Black with #85E17C
Text Example
Text Example
White with #85E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E17C; }
p { color: rgb(133,225,124); }
H1.HeaderClassName
{
color: #85E17C;
}
.AnyTagClassName
{
color: #85E17C;
}
</style>
background-color css
<style>
a { background-color: #85E17C; }
a { background-color: rgb(133,225,124); }
div.DivClassName
{
background-color: #85E17C;
}
.BgClassName
{
background-color: #85E17C;
}
</style>
border-color css
<style>
span { border-color: #85E17C; }
span { border-color: rgb(133,225,124); }
td.TdClassName
{
border-color: #85E17C;
}
.TagClassName
{
border-color: #85E17C;
}
</style>