Shades of Pastel Green #66D37C
Tints of Pastel Green #66D37C
RGB
CMYK
RGB Variations
Color information
#66D37C (or 0x66D37C) is known color: Pastel Green. HEX triplet: 66, D3 and 7C. RGB value is (102,211,124). Sum of RGB (Red+Green+Blue) = 102+211+124=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #66D37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D37C is #992C83. Grayscale: #A8A8A8. Windows color (decimal): -10038404 or 8180582. OLE color: 8180582.
HSL color Cylindrical-coordinate representation of color #66D37C: hue angle of 132.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D37C is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 211 | 124 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.17 |
| HSL | 132.11º | 0.55% | 0.61% | - |
| HSV(B) | 132.11º | 0.52% | 0.83% | - |
| XYZ | 32.41 | 50.87 | 27.18 | - |
| YUV | 168.49 | 102.89 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 211 | 124 | 0.52 | 0 | 0.41 | 0.17 | 132.11 | 0.55 | 0.61 |
| Hex | 66 | D3 | 7C | 34 | 0 | 29 | 11 | 84 | 37 | 3D |
| Octal | 146 | 323 | 174 | 64 | 0 | 51 | 21 | 204 | 67 | 75 |
| Binary | 1100110 | 11010011 | 1111100 | 110100 | 0 | 101001 | 10001 | 10000100 | 110111 | 111101 |
Color Harmonies of #66D37C
Complementary color
Monochromatic Colors of #66D37C
Black with #66D37C
Text Example
Text Example
White with #66D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D37C; }
p { color: rgb(102,211,124); }
H1.HeaderClassName
{
color: #66D37C;
}
.AnyTagClassName
{
color: #66D37C;
}
</style>
background-color css
<style>
a { background-color: #66D37C; }
a { background-color: rgb(102,211,124); }
div.DivClassName
{
background-color: #66D37C;
}
.BgClassName
{
background-color: #66D37C;
}
</style>
border-color css
<style>
span { border-color: #66D37C; }
span { border-color: rgb(102,211,124); }
td.TdClassName
{
border-color: #66D37C;
}
.TagClassName
{
border-color: #66D37C;
}
</style>