Shades of Pastel Green #6BEC86
Tints of Pastel Green #6BEC86
RGB
CMYK
RGB Variations
Color information
#6BEC86 (or 0x6BEC86) is known color: Pastel Green. HEX triplet: 6B, EC and 86. RGB value is (107,236,134). Sum of RGB (Red+Green+Blue) = 107+236+134=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #6BEC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEC86 is #941379. Grayscale: #BABABA. Windows color (decimal): -9704314 or 8842347. OLE color: 8842347.
HSL color Cylindrical-coordinate representation of color #6BEC86: hue angle of 132.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEC86 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 134 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.07 |
| HSL | 132.56º | 0.77% | 0.67% | - |
| HSV(B) | 132.56º | 0.55% | 0.93% | - |
| XYZ | 40.36 | 64.84 | 32.94 | - |
| YUV | 185.8 | 98.76 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 134 | 0.55 | 0 | 0.43 | 0.07 | 132.56 | 0.77 | 0.67 |
| Hex | 6B | EC | 86 | 37 | 0 | 2B | 7 | 85 | 4D | 43 |
| Octal | 153 | 354 | 206 | 67 | 0 | 53 | 7 | 205 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10000110 | 110111 | 0 | 101011 | 111 | 10000101 | 1001101 | 1000011 |
Color Harmonies of #6BEC86
Complementary color
Monochromatic Colors of #6BEC86
Black with #6BEC86
Text Example
Text Example
White with #6BEC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEC86; }
p { color: rgb(107,236,134); }
H1.HeaderClassName
{
color: #6BEC86;
}
.AnyTagClassName
{
color: #6BEC86;
}
</style>
background-color css
<style>
a { background-color: #6BEC86; }
a { background-color: rgb(107,236,134); }
div.DivClassName
{
background-color: #6BEC86;
}
.BgClassName
{
background-color: #6BEC86;
}
</style>
border-color css
<style>
span { border-color: #6BEC86; }
span { border-color: rgb(107,236,134); }
td.TdClassName
{
border-color: #6BEC86;
}
.TagClassName
{
border-color: #6BEC86;
}
</style>