Shades of Pastel Green #66D873
Tints of Pastel Green #66D873
RGB
CMYK
RGB Variations
Color information
#66D873 (or 0x66D873) is known color: Pastel Green. HEX triplet: 66, D8 and 73. RGB value is (102,216,115). Sum of RGB (Red+Green+Blue) = 102+216+115=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #66D873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D873 is #99278C. Grayscale: #AAAAAA. Windows color (decimal): -10037133 or 7592038. OLE color: 7592038.
HSL color Cylindrical-coordinate representation of color #66D873: hue angle of 126.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D873 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 115 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.15 |
| HSL | 126.84º | 0.59% | 0.62% | - |
| HSV(B) | 126.84º | 0.53% | 0.85% | - |
| XYZ | 33.13 | 53.17 | 24.74 | - |
| YUV | 170.4 | 96.73 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 115 | 0.53 | 0 | 0.47 | 0.15 | 126.84 | 0.59 | 0.62 |
| Hex | 66 | D8 | 73 | 35 | 0 | 2F | F | 7F | 3B | 3E |
| Octal | 146 | 330 | 163 | 65 | 0 | 57 | 17 | 177 | 73 | 76 |
| Binary | 1100110 | 11011000 | 1110011 | 110101 | 0 | 101111 | 1111 | 1111111 | 111011 | 111110 |
Color Harmonies of #66D873
Complementary color
Monochromatic Colors of #66D873
Black with #66D873
Text Example
Text Example
White with #66D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D873; }
p { color: rgb(102,216,115); }
H1.HeaderClassName
{
color: #66D873;
}
.AnyTagClassName
{
color: #66D873;
}
</style>
background-color css
<style>
a { background-color: #66D873; }
a { background-color: rgb(102,216,115); }
div.DivClassName
{
background-color: #66D873;
}
.BgClassName
{
background-color: #66D873;
}
</style>
border-color css
<style>
span { border-color: #66D873; }
span { border-color: rgb(102,216,115); }
td.TdClassName
{
border-color: #66D873;
}
.TagClassName
{
border-color: #66D873;
}
</style>