Shades of Pastel Green #6BDB82
Tints of Pastel Green #6BDB82
RGB
CMYK
RGB Variations
Color information
#6BDB82 (or 0x6BDB82) is known color: Pastel Green. HEX triplet: 6B, DB and 82. RGB value is (107,219,130). Sum of RGB (Red+Green+Blue) = 107+219+130=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDB82 is #94247D. Grayscale: #AFAFAF. Windows color (decimal): -9708670 or 8575851. OLE color: 8575851.
HSL color Cylindrical-coordinate representation of color #6BDB82: hue angle of 132.32º 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 #6BDB82 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 130 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.14 |
| HSL | 132.32º | 0.61% | 0.64% | - |
| HSV(B) | 132.32º | 0.51% | 0.86% | - |
| XYZ | 35.42 | 55.4 | 29.95 | - |
| YUV | 175.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 130 | 0.51 | 0 | 0.41 | 0.14 | 132.32 | 0.61 | 0.64 |
| Hex | 6B | DB | 82 | 33 | 0 | 29 | E | 84 | 3D | 40 |
| Octal | 153 | 333 | 202 | 63 | 0 | 51 | 16 | 204 | 75 | 100 |
| Binary | 1101011 | 11011011 | 10000010 | 110011 | 0 | 101001 | 1110 | 10000100 | 111101 | 1000000 |
Color Harmonies of #6BDB82
Complementary color
Monochromatic Colors of #6BDB82
Black with #6BDB82
Text Example
Text Example
White with #6BDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB82; }
p { color: rgb(107,219,130); }
H1.HeaderClassName
{
color: #6BDB82;
}
.AnyTagClassName
{
color: #6BDB82;
}
</style>
background-color css
<style>
a { background-color: #6BDB82; }
a { background-color: rgb(107,219,130); }
div.DivClassName
{
background-color: #6BDB82;
}
.BgClassName
{
background-color: #6BDB82;
}
</style>
border-color css
<style>
span { border-color: #6BDB82; }
span { border-color: rgb(107,219,130); }
td.TdClassName
{
border-color: #6BDB82;
}
.TagClassName
{
border-color: #6BDB82;
}
</style>