Shades of Pastel Green #6BED86
Tints of Pastel Green #6BED86
RGB
CMYK
RGB Variations
Color information
#6BED86 (or 0x6BED86) is known color: Pastel Green. HEX triplet: 6B, ED and 86. RGB value is (107,237,134). Sum of RGB (Red+Green+Blue) = 107+237+134=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BED86 is #941279. Grayscale: #BABABA. Windows color (decimal): -9704058 or 8842603. OLE color: 8842603.
HSL color Cylindrical-coordinate representation of color #6BED86: hue angle of 132.46º degrees, saturation: 0.78, 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 #6BED86 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 134 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.07 |
| HSL | 132.46º | 0.78% | 0.67% | - |
| HSV(B) | 132.46º | 0.55% | 0.93% | - |
| XYZ | 40.65 | 65.42 | 33.04 | - |
| YUV | 186.39 | 98.43 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 134 | 0.55 | 0 | 0.43 | 0.07 | 132.46 | 0.78 | 0.67 |
| Hex | 6B | ED | 86 | 37 | 0 | 2B | 7 | 84 | 4E | 43 |
| Octal | 153 | 355 | 206 | 67 | 0 | 53 | 7 | 204 | 116 | 103 |
| Binary | 1101011 | 11101101 | 10000110 | 110111 | 0 | 101011 | 111 | 10000100 | 1001110 | 1000011 |
Color Harmonies of #6BED86
Complementary color
Monochromatic Colors of #6BED86
Black with #6BED86
Text Example
Text Example
White with #6BED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED86; }
p { color: rgb(107,237,134); }
H1.HeaderClassName
{
color: #6BED86;
}
.AnyTagClassName
{
color: #6BED86;
}
</style>
background-color css
<style>
a { background-color: #6BED86; }
a { background-color: rgb(107,237,134); }
div.DivClassName
{
background-color: #6BED86;
}
.BgClassName
{
background-color: #6BED86;
}
</style>
border-color css
<style>
span { border-color: #6BED86; }
span { border-color: rgb(107,237,134); }
td.TdClassName
{
border-color: #6BED86;
}
.TagClassName
{
border-color: #6BED86;
}
</style>