Shades of Pastel Green #6DCD66
Tints of Pastel Green #6DCD66
RGB
CMYK
RGB Variations
Color information
#6DCD66 (or 0x6DCD66) is known color: Pastel Green. HEX triplet: 6D, CD and 66. RGB value is (109,205,102). Sum of RGB (Red+Green+Blue) = 109+205+102=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD66 is #923299. Grayscale: #A4A4A4. Windows color (decimal): -9581210 or 6737261. OLE color: 6737261.
HSL color Cylindrical-coordinate representation of color #6DCD66: hue angle of 115.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCD66 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 102 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.20 |
| HSL | 115.92º | 0.51% | 0.6% | - |
| HSV(B) | 115.92º | 0.5% | 0.8% | - |
| XYZ | 30.54 | 47.87 | 20.2 | - |
| YUV | 164.55 | 92.7 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 102 | 0.47 | 0 | 0.50 | 0.20 | 115.92 | 0.51 | 0.6 |
| Hex | 6D | CD | 66 | 2F | 0 | 32 | 14 | 74 | 33 | 3C |
| Octal | 155 | 315 | 146 | 57 | 0 | 62 | 24 | 164 | 63 | 74 |
| Binary | 1101101 | 11001101 | 1100110 | 101111 | 0 | 110010 | 10100 | 1110100 | 110011 | 111100 |
Color Harmonies of #6DCD66
Complementary color
Monochromatic Colors of #6DCD66
Black with #6DCD66
Text Example
Text Example
White with #6DCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD66; }
p { color: rgb(109,205,102); }
H1.HeaderClassName
{
color: #6DCD66;
}
.AnyTagClassName
{
color: #6DCD66;
}
</style>
background-color css
<style>
a { background-color: #6DCD66; }
a { background-color: rgb(109,205,102); }
div.DivClassName
{
background-color: #6DCD66;
}
.BgClassName
{
background-color: #6DCD66;
}
</style>
border-color css
<style>
span { border-color: #6DCD66; }
span { border-color: rgb(109,205,102); }
td.TdClassName
{
border-color: #6DCD66;
}
.TagClassName
{
border-color: #6DCD66;
}
</style>