Shades of Pastel Green #6BED8B
Tints of Pastel Green #6BED8B
RGB
CMYK
RGB Variations
Color information
#6BED8B (or 0x6BED8B) is known color: Pastel Green. HEX triplet: 6B, ED and 8B. RGB value is (107,237,139). Sum of RGB (Red+Green+Blue) = 107+237+139=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BED8B is #941274. Grayscale: #BBBBBB. Windows color (decimal): -9704053 or 9170283. OLE color: 9170283.
HSL color Cylindrical-coordinate representation of color #6BED8B: hue angle of 134.77º 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 #6BED8B is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 139 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.07 |
| HSL | 134.77º | 0.78% | 0.67% | - |
| HSV(B) | 134.77º | 0.55% | 0.93% | - |
| XYZ | 41.01 | 65.56 | 34.92 | - |
| YUV | 186.96 | 100.93 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 139 | 0.55 | 0 | 0.41 | 0.07 | 134.77 | 0.78 | 0.67 |
| Hex | 6B | ED | 8B | 37 | 0 | 29 | 7 | 87 | 4E | 43 |
| Octal | 153 | 355 | 213 | 67 | 0 | 51 | 7 | 207 | 116 | 103 |
| Binary | 1101011 | 11101101 | 10001011 | 110111 | 0 | 101001 | 111 | 10000111 | 1001110 | 1000011 |
Color Harmonies of #6BED8B
Complementary color
Monochromatic Colors of #6BED8B
Black with #6BED8B
Text Example
Text Example
White with #6BED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED8B; }
p { color: rgb(107,237,139); }
H1.HeaderClassName
{
color: #6BED8B;
}
.AnyTagClassName
{
color: #6BED8B;
}
</style>
background-color css
<style>
a { background-color: #6BED8B; }
a { background-color: rgb(107,237,139); }
div.DivClassName
{
background-color: #6BED8B;
}
.BgClassName
{
background-color: #6BED8B;
}
</style>
border-color css
<style>
span { border-color: #6BED8B; }
span { border-color: rgb(107,237,139); }
td.TdClassName
{
border-color: #6BED8B;
}
.TagClassName
{
border-color: #6BED8B;
}
</style>