Shades of Pastel Green #6FD686
Tints of Pastel Green #6FD686
RGB
CMYK
RGB Variations
Color information
#6FD686 (or 0x6FD686) is known color: Pastel Green. HEX triplet: 6F, D6 and 86. RGB value is (111,214,134). Sum of RGB (Red+Green+Blue) = 111+214+134=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD686 is #902979. Grayscale: #AEAEAE. Windows color (decimal): -9447802 or 8836719. OLE color: 8836719.
HSL color Cylindrical-coordinate representation of color #6FD686: hue angle of 133.4º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD686 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 134 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.16 |
| HSL | 133.4º | 0.56% | 0.64% | - |
| HSV(B) | 133.4º | 0.48% | 0.84% | - |
| XYZ | 34.91 | 53.19 | 30.98 | - |
| YUV | 174.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 134 | 0.48 | 0 | 0.37 | 0.16 | 133.4 | 0.56 | 0.64 |
| Hex | 6F | D6 | 86 | 30 | 0 | 25 | 10 | 85 | 38 | 40 |
| Octal | 157 | 326 | 206 | 60 | 0 | 45 | 20 | 205 | 70 | 100 |
| Binary | 1101111 | 11010110 | 10000110 | 110000 | 0 | 100101 | 10000 | 10000101 | 111000 | 1000000 |
Color Harmonies of #6FD686
Complementary color
Monochromatic Colors of #6FD686
Black with #6FD686
Text Example
Text Example
White with #6FD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD686; }
p { color: rgb(111,214,134); }
H1.HeaderClassName
{
color: #6FD686;
}
.AnyTagClassName
{
color: #6FD686;
}
</style>
background-color css
<style>
a { background-color: #6FD686; }
a { background-color: rgb(111,214,134); }
div.DivClassName
{
background-color: #6FD686;
}
.BgClassName
{
background-color: #6FD686;
}
</style>
border-color css
<style>
span { border-color: #6FD686; }
span { border-color: rgb(111,214,134); }
td.TdClassName
{
border-color: #6FD686;
}
.TagClassName
{
border-color: #6FD686;
}
</style>