Shades of Pastel Green #66D669
Tints of Pastel Green #66D669
RGB
CMYK
RGB Variations
Color information
#66D669 (or 0x66D669) is known color: Pastel Green. HEX triplet: 66, D6 and 69. RGB value is (102,214,105). Sum of RGB (Red+Green+Blue) = 102+214+105=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #66D669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D669 is #992996. Grayscale: #A8A8A8. Windows color (decimal): -10037655 or 6936166. OLE color: 6936166.
HSL color Cylindrical-coordinate representation of color #66D669: hue angle of 121.61º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D669 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 105 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.16 |
| HSL | 121.61º | 0.58% | 0.62% | - |
| HSV(B) | 121.61º | 0.52% | 0.84% | - |
| XYZ | 32.08 | 51.94 | 21.7 | - |
| YUV | 168.09 | 92.39 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 105 | 0.52 | 0 | 0.51 | 0.16 | 121.61 | 0.58 | 0.62 |
| Hex | 66 | D6 | 69 | 34 | 0 | 33 | 10 | 7A | 3A | 3E |
| Octal | 146 | 326 | 151 | 64 | 0 | 63 | 20 | 172 | 72 | 76 |
| Binary | 1100110 | 11010110 | 1101001 | 110100 | 0 | 110011 | 10000 | 1111010 | 111010 | 111110 |
Color Harmonies of #66D669
Complementary color
Monochromatic Colors of #66D669
Black with #66D669
Text Example
Text Example
White with #66D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D669; }
p { color: rgb(102,214,105); }
H1.HeaderClassName
{
color: #66D669;
}
.AnyTagClassName
{
color: #66D669;
}
</style>
background-color css
<style>
a { background-color: #66D669; }
a { background-color: rgb(102,214,105); }
div.DivClassName
{
background-color: #66D669;
}
.BgClassName
{
background-color: #66D669;
}
</style>
border-color css
<style>
span { border-color: #66D669; }
span { border-color: rgb(102,214,105); }
td.TdClassName
{
border-color: #66D669;
}
.TagClassName
{
border-color: #66D669;
}
</style>