Shades of Pastel Green #66D069
Tints of Pastel Green #66D069
RGB
CMYK
RGB Variations
Color information
#66D069 (or 0x66D069) is known color: Pastel Green. HEX triplet: 66, D0 and 69. RGB value is (102,208,105). Sum of RGB (Red+Green+Blue) = 102+208+105=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #66D069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D069 is #992F96. Grayscale: #A4A4A4. Windows color (decimal): -10039191 or 6934630. OLE color: 6934630.
HSL color Cylindrical-coordinate representation of color #66D069: hue angle of 121.7º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D069 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 105 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.18 |
| HSL | 121.7º | 0.53% | 0.61% | - |
| HSV(B) | 121.7º | 0.51% | 0.82% | - |
| XYZ | 30.59 | 48.96 | 21.2 | - |
| YUV | 164.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 105 | 0.51 | 0 | 0.50 | 0.18 | 121.7 | 0.53 | 0.61 |
| Hex | 66 | D0 | 69 | 33 | 0 | 32 | 12 | 7A | 35 | 3D |
| Octal | 146 | 320 | 151 | 63 | 0 | 62 | 22 | 172 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1101001 | 110011 | 0 | 110010 | 10010 | 1111010 | 110101 | 111101 |
Color Harmonies of #66D069
Complementary color
Monochromatic Colors of #66D069
Black with #66D069
Text Example
Text Example
White with #66D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D069; }
p { color: rgb(102,208,105); }
H1.HeaderClassName
{
color: #66D069;
}
.AnyTagClassName
{
color: #66D069;
}
</style>
background-color css
<style>
a { background-color: #66D069; }
a { background-color: rgb(102,208,105); }
div.DivClassName
{
background-color: #66D069;
}
.BgClassName
{
background-color: #66D069;
}
</style>
border-color css
<style>
span { border-color: #66D069; }
span { border-color: rgb(102,208,105); }
td.TdClassName
{
border-color: #66D069;
}
.TagClassName
{
border-color: #66D069;
}
</style>