Shades of Pastel Green #66DB5A
Tints of Pastel Green #66DB5A
RGB
CMYK
RGB Variations
Color information
#66DB5A (or 0x66DB5A) is known color: Pastel Green. HEX triplet: 66, DB and 5A. RGB value is (102,219,90). Sum of RGB (Red+Green+Blue) = 102+219+90=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DB5A is #9924A5. Grayscale: #A9A9A9. Windows color (decimal): -10036390 or 5954406. OLE color: 5954406.
HSL color Cylindrical-coordinate representation of color #66DB5A: hue angle of 114.42º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66DB5A is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 90 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.14 |
| HSL | 114.42º | 0.64% | 0.61% | - |
| HSV(B) | 114.42º | 0.59% | 0.86% | - |
| XYZ | 32.66 | 54.23 | 18.42 | - |
| YUV | 169.31 | 83.24 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 90 | 0.53 | 0 | 0.59 | 0.14 | 114.42 | 0.64 | 0.61 |
| Hex | 66 | DB | 5A | 35 | 0 | 3B | E | 72 | 40 | 3D |
| Octal | 146 | 333 | 132 | 65 | 0 | 73 | 16 | 162 | 100 | 75 |
| Binary | 1100110 | 11011011 | 1011010 | 110101 | 0 | 111011 | 1110 | 1110010 | 1000000 | 111101 |
Color Harmonies of #66DB5A
Complementary color
Monochromatic Colors of #66DB5A
Black with #66DB5A
Text Example
Text Example
White with #66DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB5A; }
p { color: rgb(102,219,90); }
H1.HeaderClassName
{
color: #66DB5A;
}
.AnyTagClassName
{
color: #66DB5A;
}
</style>
background-color css
<style>
a { background-color: #66DB5A; }
a { background-color: rgb(102,219,90); }
div.DivClassName
{
background-color: #66DB5A;
}
.BgClassName
{
background-color: #66DB5A;
}
</style>
border-color css
<style>
span { border-color: #66DB5A; }
span { border-color: rgb(102,219,90); }
td.TdClassName
{
border-color: #66DB5A;
}
.TagClassName
{
border-color: #66DB5A;
}
</style>