Shades of Pastel Green #66D972
Tints of Pastel Green #66D972
RGB
CMYK
RGB Variations
Color information
#66D972 (or 0x66D972) is known color: Pastel Green. HEX triplet: 66, D9 and 72. RGB value is (102,217,114). Sum of RGB (Red+Green+Blue) = 102+217+114=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #66D972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D972 is #99268D. Grayscale: #ABABAB. Windows color (decimal): -10036878 or 7526758. OLE color: 7526758.
HSL color Cylindrical-coordinate representation of color #66D972: hue angle of 126.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D972 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 114 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.15 |
| HSL | 126.26º | 0.6% | 0.63% | - |
| HSV(B) | 126.26º | 0.53% | 0.85% | - |
| XYZ | 33.33 | 53.67 | 24.52 | - |
| YUV | 170.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 114 | 0.53 | 0 | 0.47 | 0.15 | 126.26 | 0.6 | 0.63 |
| Hex | 66 | D9 | 72 | 35 | 0 | 2F | F | 7E | 3C | 3F |
| Octal | 146 | 331 | 162 | 65 | 0 | 57 | 17 | 176 | 74 | 77 |
| Binary | 1100110 | 11011001 | 1110010 | 110101 | 0 | 101111 | 1111 | 1111110 | 111100 | 111111 |
Color Harmonies of #66D972
Complementary color
Monochromatic Colors of #66D972
Black with #66D972
Text Example
Text Example
White with #66D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D972; }
p { color: rgb(102,217,114); }
H1.HeaderClassName
{
color: #66D972;
}
.AnyTagClassName
{
color: #66D972;
}
</style>
background-color css
<style>
a { background-color: #66D972; }
a { background-color: rgb(102,217,114); }
div.DivClassName
{
background-color: #66D972;
}
.BgClassName
{
background-color: #66D972;
}
</style>
border-color css
<style>
span { border-color: #66D972; }
span { border-color: rgb(102,217,114); }
td.TdClassName
{
border-color: #66D972;
}
.TagClassName
{
border-color: #66D972;
}
</style>