Shades of Pastel Green #66DA6C
Tints of Pastel Green #66DA6C
RGB
CMYK
RGB Variations
Color information
#66DA6C (or 0x66DA6C) is known color: Pastel Green. HEX triplet: 66, DA and 6C. RGB value is (102,218,108). Sum of RGB (Red+Green+Blue) = 102+218+108=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA6C is #992593. Grayscale: #ABABAB. Windows color (decimal): -10036628 or 7133798. OLE color: 7133798.
HSL color Cylindrical-coordinate representation of color #66DA6C: hue angle of 123.1º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DA6C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 108 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.15 |
| HSL | 123.1º | 0.61% | 0.63% | - |
| HSV(B) | 123.1º | 0.53% | 0.85% | - |
| XYZ | 33.26 | 54.05 | 22.87 | - |
| YUV | 170.78 | 92.57 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 108 | 0.53 | 0 | 0.50 | 0.15 | 123.1 | 0.61 | 0.63 |
| Hex | 66 | DA | 6C | 35 | 0 | 32 | F | 7B | 3D | 3F |
| Octal | 146 | 332 | 154 | 65 | 0 | 62 | 17 | 173 | 75 | 77 |
| Binary | 1100110 | 11011010 | 1101100 | 110101 | 0 | 110010 | 1111 | 1111011 | 111101 | 111111 |
Color Harmonies of #66DA6C
Complementary color
Monochromatic Colors of #66DA6C
Black with #66DA6C
Text Example
Text Example
White with #66DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA6C; }
p { color: rgb(102,218,108); }
H1.HeaderClassName
{
color: #66DA6C;
}
.AnyTagClassName
{
color: #66DA6C;
}
</style>
background-color css
<style>
a { background-color: #66DA6C; }
a { background-color: rgb(102,218,108); }
div.DivClassName
{
background-color: #66DA6C;
}
.BgClassName
{
background-color: #66DA6C;
}
</style>
border-color css
<style>
span { border-color: #66DA6C; }
span { border-color: rgb(102,218,108); }
td.TdClassName
{
border-color: #66DA6C;
}
.TagClassName
{
border-color: #66DA6C;
}
</style>