Shades of Pastel Green #66D37B
Tints of Pastel Green #66D37B
RGB
CMYK
RGB Variations
Color information
#66D37B (or 0x66D37B) is known color: Pastel Green. HEX triplet: 66, D3 and 7B. RGB value is (102,211,123). Sum of RGB (Red+Green+Blue) = 102+211+123=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #66D37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D37B is #992C84. Grayscale: #A8A8A8. Windows color (decimal): -10038405 or 8115046. OLE color: 8115046.
HSL color Cylindrical-coordinate representation of color #66D37B: hue angle of 131.56º 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 #66D37B is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 211 | 123 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.17 |
| HSL | 131.56º | 0.55% | 0.61% | - |
| HSV(B) | 131.56º | 0.52% | 0.83% | - |
| XYZ | 32.35 | 50.84 | 26.85 | - |
| YUV | 168.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 211 | 123 | 0.52 | 0 | 0.42 | 0.17 | 131.56 | 0.55 | 0.61 |
| Hex | 66 | D3 | 7B | 34 | 0 | 2A | 11 | 84 | 37 | 3D |
| Octal | 146 | 323 | 173 | 64 | 0 | 52 | 21 | 204 | 67 | 75 |
| Binary | 1100110 | 11010011 | 1111011 | 110100 | 0 | 101010 | 10001 | 10000100 | 110111 | 111101 |
Color Harmonies of #66D37B
Complementary color
Monochromatic Colors of #66D37B
Black with #66D37B
Text Example
Text Example
White with #66D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D37B; }
p { color: rgb(102,211,123); }
H1.HeaderClassName
{
color: #66D37B;
}
.AnyTagClassName
{
color: #66D37B;
}
</style>
background-color css
<style>
a { background-color: #66D37B; }
a { background-color: rgb(102,211,123); }
div.DivClassName
{
background-color: #66D37B;
}
.BgClassName
{
background-color: #66D37B;
}
</style>
border-color css
<style>
span { border-color: #66D37B; }
span { border-color: rgb(102,211,123); }
td.TdClassName
{
border-color: #66D37B;
}
.TagClassName
{
border-color: #66D37B;
}
</style>