Shades of Pastel Green #66D672
Tints of Pastel Green #66D672
RGB
CMYK
RGB Variations
Color information
#66D672 (or 0x66D672) is known color: Pastel Green. HEX triplet: 66, D6 and 72. RGB value is (102,214,114). Sum of RGB (Red+Green+Blue) = 102+214+114=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #66D672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D672 is #99298D. Grayscale: #A9A9A9. Windows color (decimal): -10037646 or 7525990. OLE color: 7525990.
HSL color Cylindrical-coordinate representation of color #66D672: hue angle of 126.43º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D672 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 114 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.16 |
| HSL | 126.43º | 0.58% | 0.62% | - |
| HSV(B) | 126.43º | 0.52% | 0.84% | - |
| XYZ | 32.56 | 52.13 | 24.27 | - |
| YUV | 169.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 114 | 0.52 | 0 | 0.47 | 0.16 | 126.43 | 0.58 | 0.62 |
| Hex | 66 | D6 | 72 | 34 | 0 | 2F | 10 | 7E | 3A | 3E |
| Octal | 146 | 326 | 162 | 64 | 0 | 57 | 20 | 176 | 72 | 76 |
| Binary | 1100110 | 11010110 | 1110010 | 110100 | 0 | 101111 | 10000 | 1111110 | 111010 | 111110 |
Color Harmonies of #66D672
Complementary color
Monochromatic Colors of #66D672
Black with #66D672
Text Example
Text Example
White with #66D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D672; }
p { color: rgb(102,214,114); }
H1.HeaderClassName
{
color: #66D672;
}
.AnyTagClassName
{
color: #66D672;
}
</style>
background-color css
<style>
a { background-color: #66D672; }
a { background-color: rgb(102,214,114); }
div.DivClassName
{
background-color: #66D672;
}
.BgClassName
{
background-color: #66D672;
}
</style>
border-color css
<style>
span { border-color: #66D672; }
span { border-color: rgb(102,214,114); }
td.TdClassName
{
border-color: #66D672;
}
.TagClassName
{
border-color: #66D672;
}
</style>