Shades of Pastel Green #86DD68
Tints of Pastel Green #86DD68
RGB
CMYK
RGB Variations
Color information
#86DD68 (or 0x86DD68) is known color: Pastel Green. HEX triplet: 86, DD and 68. RGB value is (134,221,104). Sum of RGB (Red+Green+Blue) = 134+221+104=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD68 is #792297. Grayscale: #B6B6B6. Windows color (decimal): -7938712 or 6872454. OLE color: 6872454.
HSL color Cylindrical-coordinate representation of color #86DD68: hue angle of 104.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86DD68 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 104 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.13 |
| HSL | 104.62º | 0.63% | 0.64% | - |
| HSV(B) | 104.62º | 0.53% | 0.87% | - |
| XYZ | 38.19 | 57.78 | 22.24 | - |
| YUV | 181.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 104 | 0.39 | 0 | 0.53 | 0.13 | 104.62 | 0.63 | 0.64 |
| Hex | 86 | DD | 68 | 27 | 0 | 35 | D | 69 | 3F | 40 |
| Octal | 206 | 335 | 150 | 47 | 0 | 65 | 15 | 151 | 77 | 100 |
| Binary | 10000110 | 11011101 | 1101000 | 100111 | 0 | 110101 | 1101 | 1101001 | 111111 | 1000000 |
Color Harmonies of #86DD68
Complementary color
Monochromatic Colors of #86DD68
Black with #86DD68
Text Example
Text Example
White with #86DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD68; }
p { color: rgb(134,221,104); }
H1.HeaderClassName
{
color: #86DD68;
}
.AnyTagClassName
{
color: #86DD68;
}
</style>
background-color css
<style>
a { background-color: #86DD68; }
a { background-color: rgb(134,221,104); }
div.DivClassName
{
background-color: #86DD68;
}
.BgClassName
{
background-color: #86DD68;
}
</style>
border-color css
<style>
span { border-color: #86DD68; }
span { border-color: rgb(134,221,104); }
td.TdClassName
{
border-color: #86DD68;
}
.TagClassName
{
border-color: #86DD68;
}
</style>