Shades of Pastel Green #6ADE7D
Tints of Pastel Green #6ADE7D
RGB
CMYK
RGB Variations
Color information
#6ADE7D (or 0x6ADE7D) is known color: Pastel Green. HEX triplet: 6A, DE and 7D. RGB value is (106,222,125). Sum of RGB (Red+Green+Blue) = 106+222+125=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADE7D is #952182. Grayscale: #B0B0B0. Windows color (decimal): -9773443 or 8248938. OLE color: 8248938.
HSL color Cylindrical-coordinate representation of color #6ADE7D: hue angle of 129.83º degrees, saturation: 0.64, 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 #6ADE7D is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 125 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.13 |
| HSL | 129.83º | 0.64% | 0.64% | - |
| HSV(B) | 129.83º | 0.52% | 0.87% | - |
| XYZ | 35.77 | 56.79 | 28.48 | - |
| YUV | 176.26 | 99.07 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 125 | 0.52 | 0 | 0.44 | 0.13 | 129.83 | 0.64 | 0.64 |
| Hex | 6A | DE | 7D | 34 | 0 | 2C | D | 82 | 40 | 40 |
| Octal | 152 | 336 | 175 | 64 | 0 | 54 | 15 | 202 | 100 | 100 |
| Binary | 1101010 | 11011110 | 1111101 | 110100 | 0 | 101100 | 1101 | 10000010 | 1000000 | 1000000 |
Color Harmonies of #6ADE7D
Complementary color
Monochromatic Colors of #6ADE7D
Black with #6ADE7D
Text Example
Text Example
White with #6ADE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE7D; }
p { color: rgb(106,222,125); }
H1.HeaderClassName
{
color: #6ADE7D;
}
.AnyTagClassName
{
color: #6ADE7D;
}
</style>
background-color css
<style>
a { background-color: #6ADE7D; }
a { background-color: rgb(106,222,125); }
div.DivClassName
{
background-color: #6ADE7D;
}
.BgClassName
{
background-color: #6ADE7D;
}
</style>
border-color css
<style>
span { border-color: #6ADE7D; }
span { border-color: rgb(106,222,125); }
td.TdClassName
{
border-color: #6ADE7D;
}
.TagClassName
{
border-color: #6ADE7D;
}
</style>