Shades of Pastel Green #66DB75
Tints of Pastel Green #66DB75
RGB
CMYK
RGB Variations
Color information
#66DB75 (or 0x66DB75) is known color: Pastel Green. HEX triplet: 66, DB and 75. RGB value is (102,219,117). Sum of RGB (Red+Green+Blue) = 102+219+117=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DB75 is #99248A. Grayscale: #ACACAC. Windows color (decimal): -10036363 or 7723878. OLE color: 7723878.
HSL color Cylindrical-coordinate representation of color #66DB75: hue angle of 127.69º 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 #66DB75 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 117 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.14 |
| HSL | 127.69º | 0.62% | 0.63% | - |
| HSV(B) | 127.69º | 0.53% | 0.86% | - |
| XYZ | 34.02 | 54.77 | 25.61 | - |
| YUV | 172.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 117 | 0.53 | 0 | 0.47 | 0.14 | 127.69 | 0.62 | 0.63 |
| Hex | 66 | DB | 75 | 35 | 0 | 2F | E | 80 | 3E | 3F |
| Octal | 146 | 333 | 165 | 65 | 0 | 57 | 16 | 200 | 76 | 77 |
| Binary | 1100110 | 11011011 | 1110101 | 110101 | 0 | 101111 | 1110 | 10000000 | 111110 | 111111 |
Color Harmonies of #66DB75
Complementary color
Monochromatic Colors of #66DB75
Black with #66DB75
Text Example
Text Example
White with #66DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB75; }
p { color: rgb(102,219,117); }
H1.HeaderClassName
{
color: #66DB75;
}
.AnyTagClassName
{
color: #66DB75;
}
</style>
background-color css
<style>
a { background-color: #66DB75; }
a { background-color: rgb(102,219,117); }
div.DivClassName
{
background-color: #66DB75;
}
.BgClassName
{
background-color: #66DB75;
}
</style>
border-color css
<style>
span { border-color: #66DB75; }
span { border-color: rgb(102,219,117); }
td.TdClassName
{
border-color: #66DB75;
}
.TagClassName
{
border-color: #66DB75;
}
</style>