Shades of Pastel Green #85E673
Tints of Pastel Green #85E673
RGB
CMYK
RGB Variations
Color information
#85E673 (or 0x85E673) is known color: Pastel Green. HEX triplet: 85, E6 and 73. RGB value is (133,230,115). Sum of RGB (Red+Green+Blue) = 133+230+115=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #85E673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E673 is #7A198C. Grayscale: #BCBCBC. Windows color (decimal): -8001933 or 7595653. OLE color: 7595653.
HSL color Cylindrical-coordinate representation of color #85E673: hue angle of 110.61º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85E673 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 115 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.10 |
| HSL | 110.61º | 0.7% | 0.68% | - |
| HSV(B) | 110.61º | 0.5% | 0.9% | - |
| XYZ | 41.06 | 62.82 | 26.18 | - |
| YUV | 187.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 115 | 0.42 | 0 | 0.5 | 0.10 | 110.61 | 0.7 | 0.68 |
| Hex | 85 | E6 | 73 | 2A | 0 | 32 | A | 6F | 46 | 44 |
| Octal | 205 | 346 | 163 | 52 | 0 | 62 | 12 | 157 | 106 | 104 |
| Binary | 10000101 | 11100110 | 1110011 | 101010 | 0 | 110010 | 1010 | 1101111 | 1000110 | 1000100 |
Color Harmonies of #85E673
Complementary color
Monochromatic Colors of #85E673
Black with #85E673
Text Example
Text Example
White with #85E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E673; }
p { color: rgb(133,230,115); }
H1.HeaderClassName
{
color: #85E673;
}
.AnyTagClassName
{
color: #85E673;
}
</style>
background-color css
<style>
a { background-color: #85E673; }
a { background-color: rgb(133,230,115); }
div.DivClassName
{
background-color: #85E673;
}
.BgClassName
{
background-color: #85E673;
}
</style>
border-color css
<style>
span { border-color: #85E673; }
span { border-color: rgb(133,230,115); }
td.TdClassName
{
border-color: #85E673;
}
.TagClassName
{
border-color: #85E673;
}
</style>