Shades of Pastel Green #85E06C
Tints of Pastel Green #85E06C
RGB
CMYK
RGB Variations
Color information
#85E06C (or 0x85E06C) is known color: Pastel Green. HEX triplet: 85, E0 and 6C. RGB value is (133,224,108). Sum of RGB (Red+Green+Blue) = 133+224+108=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #85E06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E06C is #7A1F93. Grayscale: #B7B7B7. Windows color (decimal): -8003476 or 7135365. OLE color: 7135365.
HSL color Cylindrical-coordinate representation of color #85E06C: hue angle of 107.07º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85E06C is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 108 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.12 |
| HSL | 107.07º | 0.65% | 0.65% | - |
| HSV(B) | 107.07º | 0.52% | 0.88% | - |
| XYZ | 39.04 | 59.38 | 23.59 | - |
| YUV | 183.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 108 | 0.41 | 0 | 0.52 | 0.12 | 107.07 | 0.65 | 0.65 |
| Hex | 85 | E0 | 6C | 29 | 0 | 34 | C | 6B | 41 | 41 |
| Octal | 205 | 340 | 154 | 51 | 0 | 64 | 14 | 153 | 101 | 101 |
| Binary | 10000101 | 11100000 | 1101100 | 101001 | 0 | 110100 | 1100 | 1101011 | 1000001 | 1000001 |
Color Harmonies of #85E06C
Complementary color
Monochromatic Colors of #85E06C
Black with #85E06C
Text Example
Text Example
White with #85E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E06C; }
p { color: rgb(133,224,108); }
H1.HeaderClassName
{
color: #85E06C;
}
.AnyTagClassName
{
color: #85E06C;
}
</style>
background-color css
<style>
a { background-color: #85E06C; }
a { background-color: rgb(133,224,108); }
div.DivClassName
{
background-color: #85E06C;
}
.BgClassName
{
background-color: #85E06C;
}
</style>
border-color css
<style>
span { border-color: #85E06C; }
span { border-color: rgb(133,224,108); }
td.TdClassName
{
border-color: #85E06C;
}
.TagClassName
{
border-color: #85E06C;
}
</style>