Shades of Pastel Green #6ADE81
Tints of Pastel Green #6ADE81
RGB
CMYK
RGB Variations
Color information
#6ADE81 (or 0x6ADE81) is known color: Pastel Green. HEX triplet: 6A, DE and 81. RGB value is (106,222,129). Sum of RGB (Red+Green+Blue) = 106+222+129=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADE81 is #95217E. Grayscale: #B0B0B0. Windows color (decimal): -9773439 or 8511082. OLE color: 8511082.
HSL color Cylindrical-coordinate representation of color #6ADE81: hue angle of 131.9º 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 #6ADE81 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 129 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.13 |
| HSL | 131.9º | 0.64% | 0.64% | - |
| HSV(B) | 131.9º | 0.52% | 0.87% | - |
| XYZ | 36.03 | 56.89 | 29.85 | - |
| YUV | 176.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 129 | 0.52 | 0 | 0.42 | 0.13 | 131.9 | 0.64 | 0.64 |
| Hex | 6A | DE | 81 | 34 | 0 | 2A | D | 84 | 40 | 40 |
| Octal | 152 | 336 | 201 | 64 | 0 | 52 | 15 | 204 | 100 | 100 |
| Binary | 1101010 | 11011110 | 10000001 | 110100 | 0 | 101010 | 1101 | 10000100 | 1000000 | 1000000 |
Color Harmonies of #6ADE81
Complementary color
Monochromatic Colors of #6ADE81
Black with #6ADE81
Text Example
Text Example
White with #6ADE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE81; }
p { color: rgb(106,222,129); }
H1.HeaderClassName
{
color: #6ADE81;
}
.AnyTagClassName
{
color: #6ADE81;
}
</style>
background-color css
<style>
a { background-color: #6ADE81; }
a { background-color: rgb(106,222,129); }
div.DivClassName
{
background-color: #6ADE81;
}
.BgClassName
{
background-color: #6ADE81;
}
</style>
border-color css
<style>
span { border-color: #6ADE81; }
span { border-color: rgb(106,222,129); }
td.TdClassName
{
border-color: #6ADE81;
}
.TagClassName
{
border-color: #6ADE81;
}
</style>