Shades of Pastel Green #85D272
Tints of Pastel Green #85D272
RGB
CMYK
RGB Variations
Color information
#85D272 (or 0x85D272) is known color: Pastel Green. HEX triplet: 85, D2 and 72. RGB value is (133,210,114). Sum of RGB (Red+Green+Blue) = 133+210+114=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #85D272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D272 is #7A2D8D. Grayscale: #B0B0B0. Windows color (decimal): -8007054 or 7524997. OLE color: 7524997.
HSL color Cylindrical-coordinate representation of color #85D272: hue angle of 108.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85D272 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 114 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.18 |
| HSL | 108.13º | 0.52% | 0.64% | - |
| HSV(B) | 108.13º | 0.46% | 0.82% | - |
| XYZ | 35.76 | 52.29 | 24.13 | - |
| YUV | 176.03 | 92.99 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 114 | 0.37 | 0 | 0.46 | 0.18 | 108.13 | 0.52 | 0.64 |
| Hex | 85 | D2 | 72 | 25 | 0 | 2E | 12 | 6C | 34 | 40 |
| Octal | 205 | 322 | 162 | 45 | 0 | 56 | 22 | 154 | 64 | 100 |
| Binary | 10000101 | 11010010 | 1110010 | 100101 | 0 | 101110 | 10010 | 1101100 | 110100 | 1000000 |
Color Harmonies of #85D272
Complementary color
Monochromatic Colors of #85D272
Black with #85D272
Text Example
Text Example
White with #85D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D272; }
p { color: rgb(133,210,114); }
H1.HeaderClassName
{
color: #85D272;
}
.AnyTagClassName
{
color: #85D272;
}
</style>
background-color css
<style>
a { background-color: #85D272; }
a { background-color: rgb(133,210,114); }
div.DivClassName
{
background-color: #85D272;
}
.BgClassName
{
background-color: #85D272;
}
</style>
border-color css
<style>
span { border-color: #85D272; }
span { border-color: rgb(133,210,114); }
td.TdClassName
{
border-color: #85D272;
}
.TagClassName
{
border-color: #85D272;
}
</style>