Shades of Pastel Green #6DCD81
Tints of Pastel Green #6DCD81
RGB
CMYK
RGB Variations
Color information
#6DCD81 (or 0x6DCD81) is known color: Pastel Green. HEX triplet: 6D, CD and 81. RGB value is (109,205,129). Sum of RGB (Red+Green+Blue) = 109+205+129=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCD81 is #92327E. Grayscale: #A7A7A7. Windows color (decimal): -9581183 or 8506733. OLE color: 8506733.
HSL color Cylindrical-coordinate representation of color #6DCD81: hue angle of 132.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCD81 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 129 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.20 |
| HSL | 132.5º | 0.49% | 0.62% | - |
| HSV(B) | 132.5º | 0.47% | 0.8% | - |
| XYZ | 32.1 | 48.5 | 28.44 | - |
| YUV | 167.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 129 | 0.47 | 0 | 0.37 | 0.20 | 132.5 | 0.49 | 0.62 |
| Hex | 6D | CD | 81 | 2F | 0 | 25 | 14 | 84 | 31 | 3E |
| Octal | 155 | 315 | 201 | 57 | 0 | 45 | 24 | 204 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10000001 | 101111 | 0 | 100101 | 10100 | 10000100 | 110001 | 111110 |
Color Harmonies of #6DCD81
Complementary color
Monochromatic Colors of #6DCD81
Black with #6DCD81
Text Example
Text Example
White with #6DCD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD81; }
p { color: rgb(109,205,129); }
H1.HeaderClassName
{
color: #6DCD81;
}
.AnyTagClassName
{
color: #6DCD81;
}
</style>
background-color css
<style>
a { background-color: #6DCD81; }
a { background-color: rgb(109,205,129); }
div.DivClassName
{
background-color: #6DCD81;
}
.BgClassName
{
background-color: #6DCD81;
}
</style>
border-color css
<style>
span { border-color: #6DCD81; }
span { border-color: rgb(109,205,129); }
td.TdClassName
{
border-color: #6DCD81;
}
.TagClassName
{
border-color: #6DCD81;
}
</style>