Shades of Pastel Green #66DB78
Tints of Pastel Green #66DB78
RGB
CMYK
RGB Variations
Color information
#66DB78 (or 0x66DB78) is known color: Pastel Green. HEX triplet: 66, DB and 78. RGB value is (102,219,120). Sum of RGB (Red+Green+Blue) = 102+219+120=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DB78 is #992487. Grayscale: #ADADAD. Windows color (decimal): -10036360 or 7920486. OLE color: 7920486.
HSL color Cylindrical-coordinate representation of color #66DB78: hue angle of 129.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB78 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 120 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.14 |
| HSL | 129.23º | 0.62% | 0.63% | - |
| HSV(B) | 129.23º | 0.53% | 0.86% | - |
| XYZ | 34.2 | 54.84 | 26.55 | - |
| YUV | 172.73 | 98.24 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 120 | 0.53 | 0 | 0.45 | 0.14 | 129.23 | 0.62 | 0.63 |
| Hex | 66 | DB | 78 | 35 | 0 | 2D | E | 81 | 3E | 3F |
| Octal | 146 | 333 | 170 | 65 | 0 | 55 | 16 | 201 | 76 | 77 |
| Binary | 1100110 | 11011011 | 1111000 | 110101 | 0 | 101101 | 1110 | 10000001 | 111110 | 111111 |
Color Harmonies of #66DB78
Complementary color
Monochromatic Colors of #66DB78
Black with #66DB78
Text Example
Text Example
White with #66DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB78; }
p { color: rgb(102,219,120); }
H1.HeaderClassName
{
color: #66DB78;
}
.AnyTagClassName
{
color: #66DB78;
}
</style>
background-color css
<style>
a { background-color: #66DB78; }
a { background-color: rgb(102,219,120); }
div.DivClassName
{
background-color: #66DB78;
}
.BgClassName
{
background-color: #66DB78;
}
</style>
border-color css
<style>
span { border-color: #66DB78; }
span { border-color: rgb(102,219,120); }
td.TdClassName
{
border-color: #66DB78;
}
.TagClassName
{
border-color: #66DB78;
}
</style>