Shades of Pastel Green #6BDD7A
Tints of Pastel Green #6BDD7A
RGB
CMYK
RGB Variations
Color information
#6BDD7A (or 0x6BDD7A) is known color: Pastel Green. HEX triplet: 6B, DD and 7A. RGB value is (107,221,122). Sum of RGB (Red+Green+Blue) = 107+221+122=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD7A is #942285. Grayscale: #AFAFAF. Windows color (decimal): -9708166 or 8052075. OLE color: 8052075.
HSL color Cylindrical-coordinate representation of color #6BDD7A: hue angle of 127.89º 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 #6BDD7A is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 122 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.13 |
| HSL | 127.89º | 0.63% | 0.64% | - |
| HSV(B) | 127.89º | 0.52% | 0.87% | - |
| XYZ | 35.43 | 56.24 | 27.4 | - |
| YUV | 175.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 122 | 0.52 | 0 | 0.45 | 0.13 | 127.89 | 0.63 | 0.64 |
| Hex | 6B | DD | 7A | 34 | 0 | 2D | D | 80 | 3F | 40 |
| Octal | 153 | 335 | 172 | 64 | 0 | 55 | 15 | 200 | 77 | 100 |
| Binary | 1101011 | 11011101 | 1111010 | 110100 | 0 | 101101 | 1101 | 10000000 | 111111 | 1000000 |
Color Harmonies of #6BDD7A
Complementary color
Monochromatic Colors of #6BDD7A
Black with #6BDD7A
Text Example
Text Example
White with #6BDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD7A; }
p { color: rgb(107,221,122); }
H1.HeaderClassName
{
color: #6BDD7A;
}
.AnyTagClassName
{
color: #6BDD7A;
}
</style>
background-color css
<style>
a { background-color: #6BDD7A; }
a { background-color: rgb(107,221,122); }
div.DivClassName
{
background-color: #6BDD7A;
}
.BgClassName
{
background-color: #6BDD7A;
}
</style>
border-color css
<style>
span { border-color: #6BDD7A; }
span { border-color: rgb(107,221,122); }
td.TdClassName
{
border-color: #6BDD7A;
}
.TagClassName
{
border-color: #6BDD7A;
}
</style>