Shades of Pastel Green #6BDD7D
Tints of Pastel Green #6BDD7D
RGB
CMYK
RGB Variations
Color information
#6BDD7D (or 0x6BDD7D) is known color: Pastel Green. HEX triplet: 6B, DD and 7D. RGB value is (107,221,125). Sum of RGB (Red+Green+Blue) = 107+221+125=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD7D is #942282. Grayscale: #B0B0B0. Windows color (decimal): -9708163 or 8248683. OLE color: 8248683.
HSL color Cylindrical-coordinate representation of color #6BDD7D: hue angle of 129.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD7D is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 125 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.13 |
| HSL | 129.47º | 0.63% | 0.64% | - |
| HSV(B) | 129.47º | 0.52% | 0.87% | - |
| XYZ | 35.62 | 56.32 | 28.4 | - |
| YUV | 175.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 125 | 0.52 | 0 | 0.43 | 0.13 | 129.47 | 0.63 | 0.64 |
| Hex | 6B | DD | 7D | 34 | 0 | 2B | D | 81 | 3F | 40 |
| Octal | 153 | 335 | 175 | 64 | 0 | 53 | 15 | 201 | 77 | 100 |
| Binary | 1101011 | 11011101 | 1111101 | 110100 | 0 | 101011 | 1101 | 10000001 | 111111 | 1000000 |
Color Harmonies of #6BDD7D
Complementary color
Monochromatic Colors of #6BDD7D
Black with #6BDD7D
Text Example
Text Example
White with #6BDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD7D; }
p { color: rgb(107,221,125); }
H1.HeaderClassName
{
color: #6BDD7D;
}
.AnyTagClassName
{
color: #6BDD7D;
}
</style>
background-color css
<style>
a { background-color: #6BDD7D; }
a { background-color: rgb(107,221,125); }
div.DivClassName
{
background-color: #6BDD7D;
}
.BgClassName
{
background-color: #6BDD7D;
}
</style>
border-color css
<style>
span { border-color: #6BDD7D; }
span { border-color: rgb(107,221,125); }
td.TdClassName
{
border-color: #6BDD7D;
}
.TagClassName
{
border-color: #6BDD7D;
}
</style>