Shades of Pastel Green #66D078
Tints of Pastel Green #66D078
RGB
CMYK
RGB Variations
Color information
#66D078 (or 0x66D078) is known color: Pastel Green. HEX triplet: 66, D0 and 78. RGB value is (102,208,120). Sum of RGB (Red+Green+Blue) = 102+208+120=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #66D078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D078 is #992F87. Grayscale: #A6A6A6. Windows color (decimal): -10039176 or 7917670. OLE color: 7917670.
HSL color Cylindrical-coordinate representation of color #66D078: hue angle of 130.19º 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 #66D078 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 120 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.18 |
| HSL | 130.19º | 0.53% | 0.61% | - |
| HSV(B) | 130.19º | 0.51% | 0.82% | - |
| XYZ | 31.43 | 49.29 | 25.63 | - |
| YUV | 166.27 | 101.88 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 120 | 0.51 | 0 | 0.42 | 0.18 | 130.19 | 0.53 | 0.61 |
| Hex | 66 | D0 | 78 | 33 | 0 | 2A | 12 | 82 | 35 | 3D |
| Octal | 146 | 320 | 170 | 63 | 0 | 52 | 22 | 202 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1111000 | 110011 | 0 | 101010 | 10010 | 10000010 | 110101 | 111101 |
Color Harmonies of #66D078
Complementary color
Monochromatic Colors of #66D078
Black with #66D078
Text Example
Text Example
White with #66D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D078; }
p { color: rgb(102,208,120); }
H1.HeaderClassName
{
color: #66D078;
}
.AnyTagClassName
{
color: #66D078;
}
</style>
background-color css
<style>
a { background-color: #66D078; }
a { background-color: rgb(102,208,120); }
div.DivClassName
{
background-color: #66D078;
}
.BgClassName
{
background-color: #66D078;
}
</style>
border-color css
<style>
span { border-color: #66D078; }
span { border-color: rgb(102,208,120); }
td.TdClassName
{
border-color: #66D078;
}
.TagClassName
{
border-color: #66D078;
}
</style>