Shades of Pastel Green #6BDB76
Tints of Pastel Green #6BDB76
RGB
CMYK
RGB Variations
Color information
#6BDB76 (or 0x6BDB76) is known color: Pastel Green. HEX triplet: 6B, DB and 76. RGB value is (107,219,118). Sum of RGB (Red+Green+Blue) = 107+219+118=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDB76 is #942489. Grayscale: #AEAEAE. Windows color (decimal): -9708682 or 7789419. OLE color: 7789419.
HSL color Cylindrical-coordinate representation of color #6BDB76: hue angle of 125.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDB76 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 118 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.14 |
| HSL | 125.89º | 0.61% | 0.64% | - |
| HSV(B) | 125.89º | 0.51% | 0.86% | - |
| XYZ | 34.66 | 55.1 | 25.95 | - |
| YUV | 174 | 96.39 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 118 | 0.51 | 0 | 0.46 | 0.14 | 125.89 | 0.61 | 0.64 |
| Hex | 6B | DB | 76 | 33 | 0 | 2E | E | 7E | 3D | 40 |
| Octal | 153 | 333 | 166 | 63 | 0 | 56 | 16 | 176 | 75 | 100 |
| Binary | 1101011 | 11011011 | 1110110 | 110011 | 0 | 101110 | 1110 | 1111110 | 111101 | 1000000 |
Color Harmonies of #6BDB76
Complementary color
Monochromatic Colors of #6BDB76
Black with #6BDB76
Text Example
Text Example
White with #6BDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB76; }
p { color: rgb(107,219,118); }
H1.HeaderClassName
{
color: #6BDB76;
}
.AnyTagClassName
{
color: #6BDB76;
}
</style>
background-color css
<style>
a { background-color: #6BDB76; }
a { background-color: rgb(107,219,118); }
div.DivClassName
{
background-color: #6BDB76;
}
.BgClassName
{
background-color: #6BDB76;
}
</style>
border-color css
<style>
span { border-color: #6BDB76; }
span { border-color: rgb(107,219,118); }
td.TdClassName
{
border-color: #6BDB76;
}
.TagClassName
{
border-color: #6BDB76;
}
</style>