Shades of Pastel Green #6BDB7D
Tints of Pastel Green #6BDB7D
RGB
CMYK
RGB Variations
Color information
#6BDB7D (or 0x6BDB7D) is known color: Pastel Green. HEX triplet: 6B, DB and 7D. RGB value is (107,219,125). Sum of RGB (Red+Green+Blue) = 107+219+125=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDB7D is #942482. Grayscale: #AFAFAF. Windows color (decimal): -9708675 or 8248171. OLE color: 8248171.
HSL color Cylindrical-coordinate representation of color #6BDB7D: hue angle of 129.64º 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 #6BDB7D is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 125 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.14 |
| HSL | 129.64º | 0.61% | 0.64% | - |
| HSV(B) | 129.64º | 0.51% | 0.86% | - |
| XYZ | 35.1 | 55.27 | 28.22 | - |
| YUV | 174.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 125 | 0.51 | 0 | 0.43 | 0.14 | 129.64 | 0.61 | 0.64 |
| Hex | 6B | DB | 7D | 33 | 0 | 2B | E | 82 | 3D | 40 |
| Octal | 153 | 333 | 175 | 63 | 0 | 53 | 16 | 202 | 75 | 100 |
| Binary | 1101011 | 11011011 | 1111101 | 110011 | 0 | 101011 | 1110 | 10000010 | 111101 | 1000000 |
Color Harmonies of #6BDB7D
Complementary color
Monochromatic Colors of #6BDB7D
Black with #6BDB7D
Text Example
Text Example
White with #6BDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB7D; }
p { color: rgb(107,219,125); }
H1.HeaderClassName
{
color: #6BDB7D;
}
.AnyTagClassName
{
color: #6BDB7D;
}
</style>
background-color css
<style>
a { background-color: #6BDB7D; }
a { background-color: rgb(107,219,125); }
div.DivClassName
{
background-color: #6BDB7D;
}
.BgClassName
{
background-color: #6BDB7D;
}
</style>
border-color css
<style>
span { border-color: #6BDB7D; }
span { border-color: rgb(107,219,125); }
td.TdClassName
{
border-color: #6BDB7D;
}
.TagClassName
{
border-color: #6BDB7D;
}
</style>