Shades of Pastel Green #86DF7B
Tints of Pastel Green #86DF7B
RGB
CMYK
RGB Variations
Color information
#86DF7B (or 0x86DF7B) is known color: Pastel Green. HEX triplet: 86, DF and 7B. RGB value is (134,223,123). Sum of RGB (Red+Green+Blue) = 134+223+123=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF7B is #792084. Grayscale: #B9B9B9. Windows color (decimal): -7938181 or 8118150. OLE color: 8118150.
HSL color Cylindrical-coordinate representation of color #86DF7B: hue angle of 113.4º 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 #86DF7B is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 123 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.13 |
| HSL | 113.4º | 0.61% | 0.68% | - |
| HSV(B) | 113.4º | 0.45% | 0.87% | - |
| XYZ | 39.79 | 59.27 | 28.08 | - |
| YUV | 184.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 123 | 0.40 | 0 | 0.45 | 0.13 | 113.4 | 0.61 | 0.68 |
| Hex | 86 | DF | 7B | 28 | 0 | 2D | D | 71 | 3D | 44 |
| Octal | 206 | 337 | 173 | 50 | 0 | 55 | 15 | 161 | 75 | 104 |
| Binary | 10000110 | 11011111 | 1111011 | 101000 | 0 | 101101 | 1101 | 1110001 | 111101 | 1000100 |
Color Harmonies of #86DF7B
Complementary color
Monochromatic Colors of #86DF7B
Black with #86DF7B
Text Example
Text Example
White with #86DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF7B; }
p { color: rgb(134,223,123); }
H1.HeaderClassName
{
color: #86DF7B;
}
.AnyTagClassName
{
color: #86DF7B;
}
</style>
background-color css
<style>
a { background-color: #86DF7B; }
a { background-color: rgb(134,223,123); }
div.DivClassName
{
background-color: #86DF7B;
}
.BgClassName
{
background-color: #86DF7B;
}
</style>
border-color css
<style>
span { border-color: #86DF7B; }
span { border-color: rgb(134,223,123); }
td.TdClassName
{
border-color: #86DF7B;
}
.TagClassName
{
border-color: #86DF7B;
}
</style>