Shades of Pastel Green #6BDA86
Tints of Pastel Green #6BDA86
RGB
CMYK
RGB Variations
Color information
#6BDA86 (or 0x6BDA86) is known color: Pastel Green. HEX triplet: 6B, DA and 86. RGB value is (107,218,134). Sum of RGB (Red+Green+Blue) = 107+218+134=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDA86 is #942579. Grayscale: #AFAFAF. Windows color (decimal): -9708922 or 8837739. OLE color: 8837739.
HSL color Cylindrical-coordinate representation of color #6BDA86: hue angle of 134.59º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA86 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 134 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.15 |
| HSL | 134.59º | 0.6% | 0.64% | - |
| HSV(B) | 134.59º | 0.51% | 0.85% | - |
| XYZ | 35.44 | 54.99 | 31.3 | - |
| YUV | 175.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 134 | 0.51 | 0 | 0.39 | 0.15 | 134.59 | 0.6 | 0.64 |
| Hex | 6B | DA | 86 | 33 | 0 | 27 | F | 87 | 3C | 40 |
| Octal | 153 | 332 | 206 | 63 | 0 | 47 | 17 | 207 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10000110 | 110011 | 0 | 100111 | 1111 | 10000111 | 111100 | 1000000 |
Color Harmonies of #6BDA86
Complementary color
Monochromatic Colors of #6BDA86
Black with #6BDA86
Text Example
Text Example
White with #6BDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA86; }
p { color: rgb(107,218,134); }
H1.HeaderClassName
{
color: #6BDA86;
}
.AnyTagClassName
{
color: #6BDA86;
}
</style>
background-color css
<style>
a { background-color: #6BDA86; }
a { background-color: rgb(107,218,134); }
div.DivClassName
{
background-color: #6BDA86;
}
.BgClassName
{
background-color: #6BDA86;
}
</style>
border-color css
<style>
span { border-color: #6BDA86; }
span { border-color: rgb(107,218,134); }
td.TdClassName
{
border-color: #6BDA86;
}
.TagClassName
{
border-color: #6BDA86;
}
</style>