Shades of Pastel Green #66DD5F
Tints of Pastel Green #66DD5F
RGB
CMYK
RGB Variations
Color information
#66DD5F (or 0x66DD5F) is known color: Pastel Green. HEX triplet: 66, DD and 5F. RGB value is (102,221,95). Sum of RGB (Red+Green+Blue) = 102+221+95=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD5F is #9922A0. Grayscale: #ABABAB. Windows color (decimal): -10035873 or 6282598. OLE color: 6282598.
HSL color Cylindrical-coordinate representation of color #66DD5F: hue angle of 116.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DD5F is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 95 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.13 |
| HSL | 116.67º | 0.65% | 0.62% | - |
| HSV(B) | 116.67º | 0.57% | 0.87% | - |
| XYZ | 33.4 | 55.36 | 19.75 | - |
| YUV | 171.06 | 85.08 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 95 | 0.54 | 0 | 0.57 | 0.13 | 116.67 | 0.65 | 0.62 |
| Hex | 66 | DD | 5F | 36 | 0 | 39 | D | 75 | 41 | 3E |
| Octal | 146 | 335 | 137 | 66 | 0 | 71 | 15 | 165 | 101 | 76 |
| Binary | 1100110 | 11011101 | 1011111 | 110110 | 0 | 111001 | 1101 | 1110101 | 1000001 | 111110 |
Color Harmonies of #66DD5F
Complementary color
Monochromatic Colors of #66DD5F
Black with #66DD5F
Text Example
Text Example
White with #66DD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD5F; }
p { color: rgb(102,221,95); }
H1.HeaderClassName
{
color: #66DD5F;
}
.AnyTagClassName
{
color: #66DD5F;
}
</style>
background-color css
<style>
a { background-color: #66DD5F; }
a { background-color: rgb(102,221,95); }
div.DivClassName
{
background-color: #66DD5F;
}
.BgClassName
{
background-color: #66DD5F;
}
</style>
border-color css
<style>
span { border-color: #66DD5F; }
span { border-color: rgb(102,221,95); }
td.TdClassName
{
border-color: #66DD5F;
}
.TagClassName
{
border-color: #66DD5F;
}
</style>