Shades of Pastel Green #66DD5D
Tints of Pastel Green #66DD5D
RGB
CMYK
RGB Variations
Color information
#66DD5D (or 0x66DD5D) is known color: Pastel Green. HEX triplet: 66, DD and 5D. RGB value is (102,221,93). Sum of RGB (Red+Green+Blue) = 102+221+93=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD5D is #9922A2. Grayscale: #ABABAB. Windows color (decimal): -10035875 or 6151526. OLE color: 6151526.
HSL color Cylindrical-coordinate representation of color #66DD5D: hue angle of 115.78º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66DD5D is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 93 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.13 |
| HSL | 115.78º | 0.65% | 0.62% | - |
| HSV(B) | 115.78º | 0.58% | 0.87% | - |
| XYZ | 33.31 | 55.33 | 19.28 | - |
| YUV | 170.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 93 | 0.54 | 0 | 0.58 | 0.13 | 115.78 | 0.65 | 0.62 |
| Hex | 66 | DD | 5D | 36 | 0 | 3A | D | 74 | 41 | 3E |
| Octal | 146 | 335 | 135 | 66 | 0 | 72 | 15 | 164 | 101 | 76 |
| Binary | 1100110 | 11011101 | 1011101 | 110110 | 0 | 111010 | 1101 | 1110100 | 1000001 | 111110 |
Color Harmonies of #66DD5D
Complementary color
Monochromatic Colors of #66DD5D
Black with #66DD5D
Text Example
Text Example
White with #66DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD5D; }
p { color: rgb(102,221,93); }
H1.HeaderClassName
{
color: #66DD5D;
}
.AnyTagClassName
{
color: #66DD5D;
}
</style>
background-color css
<style>
a { background-color: #66DD5D; }
a { background-color: rgb(102,221,93); }
div.DivClassName
{
background-color: #66DD5D;
}
.BgClassName
{
background-color: #66DD5D;
}
</style>
border-color css
<style>
span { border-color: #66DD5D; }
span { border-color: rgb(102,221,93); }
td.TdClassName
{
border-color: #66DD5D;
}
.TagClassName
{
border-color: #66DD5D;
}
</style>