Shades of Pastel Green #66D46D
Tints of Pastel Green #66D46D
RGB
CMYK
RGB Variations
Color information
#66D46D (or 0x66D46D) is known color: Pastel Green. HEX triplet: 66, D4 and 6D. RGB value is (102,212,109). Sum of RGB (Red+Green+Blue) = 102+212+109=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #66D46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D46D is #992B92. Grayscale: #A7A7A7. Windows color (decimal): -10038163 or 7197798. OLE color: 7197798.
HSL color Cylindrical-coordinate representation of color #66D46D: hue angle of 123.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D46D is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 109 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.17 |
| HSL | 123.82º | 0.56% | 0.62% | - |
| HSV(B) | 123.82º | 0.52% | 0.83% | - |
| XYZ | 31.78 | 51.02 | 22.64 | - |
| YUV | 167.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 109 | 0.52 | 0 | 0.49 | 0.17 | 123.82 | 0.56 | 0.62 |
| Hex | 66 | D4 | 6D | 34 | 0 | 31 | 11 | 7C | 38 | 3E |
| Octal | 146 | 324 | 155 | 64 | 0 | 61 | 21 | 174 | 70 | 76 |
| Binary | 1100110 | 11010100 | 1101101 | 110100 | 0 | 110001 | 10001 | 1111100 | 111000 | 111110 |
Color Harmonies of #66D46D
Complementary color
Monochromatic Colors of #66D46D
Black with #66D46D
Text Example
Text Example
White with #66D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D46D; }
p { color: rgb(102,212,109); }
H1.HeaderClassName
{
color: #66D46D;
}
.AnyTagClassName
{
color: #66D46D;
}
</style>
background-color css
<style>
a { background-color: #66D46D; }
a { background-color: rgb(102,212,109); }
div.DivClassName
{
background-color: #66D46D;
}
.BgClassName
{
background-color: #66D46D;
}
</style>
border-color css
<style>
span { border-color: #66D46D; }
span { border-color: rgb(102,212,109); }
td.TdClassName
{
border-color: #66D46D;
}
.TagClassName
{
border-color: #66D46D;
}
</style>