Shades of Pastel Green #66DB6C
Tints of Pastel Green #66DB6C
RGB
CMYK
RGB Variations
Color information
#66DB6C (or 0x66DB6C) is known color: Pastel Green. HEX triplet: 66, DB and 6C. RGB value is (102,219,108). Sum of RGB (Red+Green+Blue) = 102+219+108=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DB6C is #992493. Grayscale: #ABABAB. Windows color (decimal): -10036372 or 7134054. OLE color: 7134054.
HSL color Cylindrical-coordinate representation of color #66DB6C: hue angle of 123.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB6C is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 108 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.14 |
| HSL | 123.08º | 0.62% | 0.63% | - |
| HSV(B) | 123.08º | 0.53% | 0.86% | - |
| XYZ | 33.52 | 54.57 | 22.95 | - |
| YUV | 171.36 | 92.24 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 108 | 0.53 | 0 | 0.51 | 0.14 | 123.08 | 0.62 | 0.63 |
| Hex | 66 | DB | 6C | 35 | 0 | 33 | E | 7B | 3E | 3F |
| Octal | 146 | 333 | 154 | 65 | 0 | 63 | 16 | 173 | 76 | 77 |
| Binary | 1100110 | 11011011 | 1101100 | 110101 | 0 | 110011 | 1110 | 1111011 | 111110 | 111111 |
Color Harmonies of #66DB6C
Complementary color
Monochromatic Colors of #66DB6C
Black with #66DB6C
Text Example
Text Example
White with #66DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB6C; }
p { color: rgb(102,219,108); }
H1.HeaderClassName
{
color: #66DB6C;
}
.AnyTagClassName
{
color: #66DB6C;
}
</style>
background-color css
<style>
a { background-color: #66DB6C; }
a { background-color: rgb(102,219,108); }
div.DivClassName
{
background-color: #66DB6C;
}
.BgClassName
{
background-color: #66DB6C;
}
</style>
border-color css
<style>
span { border-color: #66DB6C; }
span { border-color: rgb(102,219,108); }
td.TdClassName
{
border-color: #66DB6C;
}
.TagClassName
{
border-color: #66DB6C;
}
</style>