Shades of Pastel Green #66D06A
Tints of Pastel Green #66D06A
RGB
CMYK
RGB Variations
Color information
#66D06A (or 0x66D06A) is known color: Pastel Green. HEX triplet: 66, D0 and 6A. RGB value is (102,208,106). Sum of RGB (Red+Green+Blue) = 102+208+106=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #66D06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D06A is #992F95. Grayscale: #A4A4A4. Windows color (decimal): -10039190 or 7000166. OLE color: 7000166.
HSL color Cylindrical-coordinate representation of color #66D06A: hue angle of 122.26º 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 #66D06A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 106 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.18 |
| HSL | 122.26º | 0.53% | 0.61% | - |
| HSV(B) | 122.26º | 0.51% | 0.82% | - |
| XYZ | 30.64 | 48.98 | 21.47 | - |
| YUV | 164.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 106 | 0.51 | 0 | 0.49 | 0.18 | 122.26 | 0.53 | 0.61 |
| Hex | 66 | D0 | 6A | 33 | 0 | 31 | 12 | 7A | 35 | 3D |
| Octal | 146 | 320 | 152 | 63 | 0 | 61 | 22 | 172 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1101010 | 110011 | 0 | 110001 | 10010 | 1111010 | 110101 | 111101 |
Color Harmonies of #66D06A
Complementary color
Monochromatic Colors of #66D06A
Black with #66D06A
Text Example
Text Example
White with #66D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D06A; }
p { color: rgb(102,208,106); }
H1.HeaderClassName
{
color: #66D06A;
}
.AnyTagClassName
{
color: #66D06A;
}
</style>
background-color css
<style>
a { background-color: #66D06A; }
a { background-color: rgb(102,208,106); }
div.DivClassName
{
background-color: #66D06A;
}
.BgClassName
{
background-color: #66D06A;
}
</style>
border-color css
<style>
span { border-color: #66D06A; }
span { border-color: rgb(102,208,106); }
td.TdClassName
{
border-color: #66D06A;
}
.TagClassName
{
border-color: #66D06A;
}
</style>