Shades of Pastel Green #6ADD7C
Tints of Pastel Green #6ADD7C
RGB
CMYK
RGB Variations
Color information
#6ADD7C (or 0x6ADD7C) is known color: Pastel Green. HEX triplet: 6A, DD and 7C. RGB value is (106,221,124). Sum of RGB (Red+Green+Blue) = 106+221+124=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADD7C is #952283. Grayscale: #AFAFAF. Windows color (decimal): -9773700 or 8183146. OLE color: 8183146.
HSL color Cylindrical-coordinate representation of color #6ADD7C: hue angle of 129.39º 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 #6ADD7C is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 124 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.13 |
| HSL | 129.39º | 0.63% | 0.64% | - |
| HSV(B) | 129.39º | 0.52% | 0.87% | - |
| XYZ | 35.44 | 56.23 | 28.05 | - |
| YUV | 175.56 | 98.9 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 124 | 0.52 | 0 | 0.44 | 0.13 | 129.39 | 0.63 | 0.64 |
| Hex | 6A | DD | 7C | 34 | 0 | 2C | D | 81 | 3F | 40 |
| Octal | 152 | 335 | 174 | 64 | 0 | 54 | 15 | 201 | 77 | 100 |
| Binary | 1101010 | 11011101 | 1111100 | 110100 | 0 | 101100 | 1101 | 10000001 | 111111 | 1000000 |
Color Harmonies of #6ADD7C
Complementary color
Monochromatic Colors of #6ADD7C
Black with #6ADD7C
Text Example
Text Example
White with #6ADD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD7C; }
p { color: rgb(106,221,124); }
H1.HeaderClassName
{
color: #6ADD7C;
}
.AnyTagClassName
{
color: #6ADD7C;
}
</style>
background-color css
<style>
a { background-color: #6ADD7C; }
a { background-color: rgb(106,221,124); }
div.DivClassName
{
background-color: #6ADD7C;
}
.BgClassName
{
background-color: #6ADD7C;
}
</style>
border-color css
<style>
span { border-color: #6ADD7C; }
span { border-color: rgb(106,221,124); }
td.TdClassName
{
border-color: #6ADD7C;
}
.TagClassName
{
border-color: #6ADD7C;
}
</style>