Shades of Pastel Green #85E168
Tints of Pastel Green #85E168
RGB
CMYK
RGB Variations
Color information
#85E168 (or 0x85E168) is known color: Pastel Green. HEX triplet: 85, E1 and 68. RGB value is (133,225,104). Sum of RGB (Red+Green+Blue) = 133+225+104=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #85E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E168 is #7A1E97. Grayscale: #B8B8B8. Windows color (decimal): -8003224 or 6873477. OLE color: 6873477.
HSL color Cylindrical-coordinate representation of color #85E168: hue angle of 105.62º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85E168 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 104 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.12 |
| HSL | 105.62º | 0.67% | 0.65% | - |
| HSV(B) | 105.62º | 0.54% | 0.88% | - |
| XYZ | 39.1 | 59.84 | 22.59 | - |
| YUV | 183.7 | 83.02 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 104 | 0.41 | 0 | 0.54 | 0.12 | 105.62 | 0.67 | 0.65 |
| Hex | 85 | E1 | 68 | 29 | 0 | 36 | C | 6A | 43 | 41 |
| Octal | 205 | 341 | 150 | 51 | 0 | 66 | 14 | 152 | 103 | 101 |
| Binary | 10000101 | 11100001 | 1101000 | 101001 | 0 | 110110 | 1100 | 1101010 | 1000011 | 1000001 |
Color Harmonies of #85E168
Complementary color
Monochromatic Colors of #85E168
Black with #85E168
Text Example
Text Example
White with #85E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E168; }
p { color: rgb(133,225,104); }
H1.HeaderClassName
{
color: #85E168;
}
.AnyTagClassName
{
color: #85E168;
}
</style>
background-color css
<style>
a { background-color: #85E168; }
a { background-color: rgb(133,225,104); }
div.DivClassName
{
background-color: #85E168;
}
.BgClassName
{
background-color: #85E168;
}
</style>
border-color css
<style>
span { border-color: #85E168; }
span { border-color: rgb(133,225,104); }
td.TdClassName
{
border-color: #85E168;
}
.TagClassName
{
border-color: #85E168;
}
</style>