Shades of Pastel Green #85D674
Tints of Pastel Green #85D674
RGB
CMYK
RGB Variations
Color information
#85D674 (or 0x85D674) is known color: Pastel Green. HEX triplet: 85, D6 and 74. RGB value is (133,214,116). Sum of RGB (Red+Green+Blue) = 133+214+116=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #85D674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D674 is #7A298B. Grayscale: #B2B2B2. Windows color (decimal): -8006028 or 7657093. OLE color: 7657093.
HSL color Cylindrical-coordinate representation of color #85D674: hue angle of 109.59º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85D674 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 116 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.16 |
| HSL | 109.59º | 0.54% | 0.65% | - |
| HSV(B) | 109.59º | 0.46% | 0.84% | - |
| XYZ | 36.87 | 54.34 | 25.07 | - |
| YUV | 178.61 | 92.66 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 116 | 0.38 | 0 | 0.46 | 0.16 | 109.59 | 0.54 | 0.65 |
| Hex | 85 | D6 | 74 | 26 | 0 | 2E | 10 | 6E | 36 | 41 |
| Octal | 205 | 326 | 164 | 46 | 0 | 56 | 20 | 156 | 66 | 101 |
| Binary | 10000101 | 11010110 | 1110100 | 100110 | 0 | 101110 | 10000 | 1101110 | 110110 | 1000001 |
Color Harmonies of #85D674
Complementary color
Monochromatic Colors of #85D674
Black with #85D674
Text Example
Text Example
White with #85D674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D674; }
p { color: rgb(133,214,116); }
H1.HeaderClassName
{
color: #85D674;
}
.AnyTagClassName
{
color: #85D674;
}
</style>
background-color css
<style>
a { background-color: #85D674; }
a { background-color: rgb(133,214,116); }
div.DivClassName
{
background-color: #85D674;
}
.BgClassName
{
background-color: #85D674;
}
</style>
border-color css
<style>
span { border-color: #85D674; }
span { border-color: rgb(133,214,116); }
td.TdClassName
{
border-color: #85D674;
}
.TagClassName
{
border-color: #85D674;
}
</style>