Shades of Pastel Green #85DF7B
Tints of Pastel Green #85DF7B
RGB
CMYK
RGB Variations
Color information
#85DF7B (or 0x85DF7B) is known color: Pastel Green. HEX triplet: 85, DF and 7B. RGB value is (133,223,123). Sum of RGB (Red+Green+Blue) = 133+223+123=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DF7B is #7A2084. Grayscale: #B9B9B9. Windows color (decimal): -8003717 or 8118149. OLE color: 8118149.
HSL color Cylindrical-coordinate representation of color #85DF7B: hue angle of 114º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85DF7B is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 123 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.13 |
| HSL | 114º | 0.61% | 0.68% | - |
| HSV(B) | 114º | 0.45% | 0.87% | - |
| XYZ | 39.64 | 59.19 | 28.08 | - |
| YUV | 184.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 123 | 0.40 | 0 | 0.45 | 0.13 | 114 | 0.61 | 0.68 |
| Hex | 85 | DF | 7B | 28 | 0 | 2D | D | 72 | 3D | 44 |
| Octal | 205 | 337 | 173 | 50 | 0 | 55 | 15 | 162 | 75 | 104 |
| Binary | 10000101 | 11011111 | 1111011 | 101000 | 0 | 101101 | 1101 | 1110010 | 111101 | 1000100 |
Color Harmonies of #85DF7B
Complementary color
Monochromatic Colors of #85DF7B
Black with #85DF7B
Text Example
Text Example
White with #85DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF7B; }
p { color: rgb(133,223,123); }
H1.HeaderClassName
{
color: #85DF7B;
}
.AnyTagClassName
{
color: #85DF7B;
}
</style>
background-color css
<style>
a { background-color: #85DF7B; }
a { background-color: rgb(133,223,123); }
div.DivClassName
{
background-color: #85DF7B;
}
.BgClassName
{
background-color: #85DF7B;
}
</style>
border-color css
<style>
span { border-color: #85DF7B; }
span { border-color: rgb(133,223,123); }
td.TdClassName
{
border-color: #85DF7B;
}
.TagClassName
{
border-color: #85DF7B;
}
</style>