Shades of Pastel Green #66DC5A
Tints of Pastel Green #66DC5A
RGB
CMYK
RGB Variations
Color information
#66DC5A (or 0x66DC5A) is known color: Pastel Green. HEX triplet: 66, DC and 5A. RGB value is (102,220,90). Sum of RGB (Red+Green+Blue) = 102+220+90=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC5A is #9923A5. Grayscale: #AAAAAA. Windows color (decimal): -10036134 or 5954662. OLE color: 5954662.
HSL color Cylindrical-coordinate representation of color #66DC5A: hue angle of 114.46º degrees, saturation: 0.65, 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 #66DC5A is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 90 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.14 |
| HSL | 114.46º | 0.65% | 0.61% | - |
| HSV(B) | 114.46º | 0.59% | 0.86% | - |
| XYZ | 32.92 | 54.75 | 18.51 | - |
| YUV | 169.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 90 | 0.54 | 0 | 0.59 | 0.14 | 114.46 | 0.65 | 0.61 |
| Hex | 66 | DC | 5A | 36 | 0 | 3B | E | 72 | 41 | 3D |
| Octal | 146 | 334 | 132 | 66 | 0 | 73 | 16 | 162 | 101 | 75 |
| Binary | 1100110 | 11011100 | 1011010 | 110110 | 0 | 111011 | 1110 | 1110010 | 1000001 | 111101 |
Color Harmonies of #66DC5A
Complementary color
Monochromatic Colors of #66DC5A
Black with #66DC5A
Text Example
Text Example
White with #66DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC5A; }
p { color: rgb(102,220,90); }
H1.HeaderClassName
{
color: #66DC5A;
}
.AnyTagClassName
{
color: #66DC5A;
}
</style>
background-color css
<style>
a { background-color: #66DC5A; }
a { background-color: rgb(102,220,90); }
div.DivClassName
{
background-color: #66DC5A;
}
.BgClassName
{
background-color: #66DC5A;
}
</style>
border-color css
<style>
span { border-color: #66DC5A; }
span { border-color: rgb(102,220,90); }
td.TdClassName
{
border-color: #66DC5A;
}
.TagClassName
{
border-color: #66DC5A;
}
</style>