Shades of Pastel Green #66D161
Tints of Pastel Green #66D161
RGB
CMYK
RGB Variations
Color information
#66D161 (or 0x66D161) is known color: Pastel Green. HEX triplet: 66, D1 and 61. RGB value is (102,209,97). Sum of RGB (Red+Green+Blue) = 102+209+97=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #66D161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D161 is #992E9E. Grayscale: #A4A4A4. Windows color (decimal): -10038943 or 6410598. OLE color: 6410598.
HSL color Cylindrical-coordinate representation of color #66D161: hue angle of 117.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D161 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 97 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.18 |
| HSL | 117.32º | 0.55% | 0.6% | - |
| HSV(B) | 117.32º | 0.54% | 0.82% | - |
| XYZ | 30.44 | 49.29 | 19.22 | - |
| YUV | 164.24 | 90.05 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 97 | 0.51 | 0 | 0.54 | 0.18 | 117.32 | 0.55 | 0.6 |
| Hex | 66 | D1 | 61 | 33 | 0 | 36 | 12 | 75 | 37 | 3C |
| Octal | 146 | 321 | 141 | 63 | 0 | 66 | 22 | 165 | 67 | 74 |
| Binary | 1100110 | 11010001 | 1100001 | 110011 | 0 | 110110 | 10010 | 1110101 | 110111 | 111100 |
Color Harmonies of #66D161
Complementary color
Monochromatic Colors of #66D161
Black with #66D161
Text Example
Text Example
White with #66D161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D161; }
p { color: rgb(102,209,97); }
H1.HeaderClassName
{
color: #66D161;
}
.AnyTagClassName
{
color: #66D161;
}
</style>
background-color css
<style>
a { background-color: #66D161; }
a { background-color: rgb(102,209,97); }
div.DivClassName
{
background-color: #66D161;
}
.BgClassName
{
background-color: #66D161;
}
</style>
border-color css
<style>
span { border-color: #66D161; }
span { border-color: rgb(102,209,97); }
td.TdClassName
{
border-color: #66D161;
}
.TagClassName
{
border-color: #66D161;
}
</style>