Shades of Pastel Green #85EC75
Tints of Pastel Green #85EC75
RGB
CMYK
RGB Variations
Color information
#85EC75 (or 0x85EC75) is known color: Pastel Green. HEX triplet: 85, EC and 75. RGB value is (133,236,117). Sum of RGB (Red+Green+Blue) = 133+236+117=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EC75 is #7A138A. Grayscale: #C0C0C0. Windows color (decimal): -8000395 or 7728261. OLE color: 7728261.
HSL color Cylindrical-coordinate representation of color #85EC75: hue angle of 111.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85EC75 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 117 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.07 |
| HSL | 111.93º | 0.76% | 0.69% | - |
| HSV(B) | 111.93º | 0.5% | 0.93% | - |
| XYZ | 42.88 | 66.26 | 27.36 | - |
| YUV | 191.64 | 85.88 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 117 | 0.44 | 0 | 0.50 | 0.07 | 111.93 | 0.76 | 0.69 |
| Hex | 85 | EC | 75 | 2C | 0 | 32 | 7 | 70 | 4C | 45 |
| Octal | 205 | 354 | 165 | 54 | 0 | 62 | 7 | 160 | 114 | 105 |
| Binary | 10000101 | 11101100 | 1110101 | 101100 | 0 | 110010 | 111 | 1110000 | 1001100 | 1000101 |
Color Harmonies of #85EC75
Complementary color
Monochromatic Colors of #85EC75
Black with #85EC75
Text Example
Text Example
White with #85EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC75; }
p { color: rgb(133,236,117); }
H1.HeaderClassName
{
color: #85EC75;
}
.AnyTagClassName
{
color: #85EC75;
}
</style>
background-color css
<style>
a { background-color: #85EC75; }
a { background-color: rgb(133,236,117); }
div.DivClassName
{
background-color: #85EC75;
}
.BgClassName
{
background-color: #85EC75;
}
</style>
border-color css
<style>
span { border-color: #85EC75; }
span { border-color: rgb(133,236,117); }
td.TdClassName
{
border-color: #85EC75;
}
.TagClassName
{
border-color: #85EC75;
}
</style>