Shades of Pastel Green #66DF6D
Tints of Pastel Green #66DF6D
RGB
CMYK
RGB Variations
Color information
#66DF6D (or 0x66DF6D) is known color: Pastel Green. HEX triplet: 66, DF and 6D. RGB value is (102,223,109). Sum of RGB (Red+Green+Blue) = 102+223+109=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DF6D is #992092. Grayscale: #AEAEAE. Windows color (decimal): -10035347 or 7200614. OLE color: 7200614.
HSL color Cylindrical-coordinate representation of color #66DF6D: hue angle of 123.47º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DF6D is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 109 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.13 |
| HSL | 123.47º | 0.65% | 0.64% | - |
| HSV(B) | 123.47º | 0.54% | 0.87% | - |
| XYZ | 34.63 | 56.7 | 23.59 | - |
| YUV | 173.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 109 | 0.54 | 0 | 0.51 | 0.13 | 123.47 | 0.65 | 0.64 |
| Hex | 66 | DF | 6D | 36 | 0 | 33 | D | 7B | 41 | 40 |
| Octal | 146 | 337 | 155 | 66 | 0 | 63 | 15 | 173 | 101 | 100 |
| Binary | 1100110 | 11011111 | 1101101 | 110110 | 0 | 110011 | 1101 | 1111011 | 1000001 | 1000000 |
Color Harmonies of #66DF6D
Complementary color
Monochromatic Colors of #66DF6D
Black with #66DF6D
Text Example
Text Example
White with #66DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF6D; }
p { color: rgb(102,223,109); }
H1.HeaderClassName
{
color: #66DF6D;
}
.AnyTagClassName
{
color: #66DF6D;
}
</style>
background-color css
<style>
a { background-color: #66DF6D; }
a { background-color: rgb(102,223,109); }
div.DivClassName
{
background-color: #66DF6D;
}
.BgClassName
{
background-color: #66DF6D;
}
</style>
border-color css
<style>
span { border-color: #66DF6D; }
span { border-color: rgb(102,223,109); }
td.TdClassName
{
border-color: #66DF6D;
}
.TagClassName
{
border-color: #66DF6D;
}
</style>