Shades of Pastel Green #66DC5E
Tints of Pastel Green #66DC5E
RGB
CMYK
RGB Variations
Color information
#66DC5E (or 0x66DC5E) is known color: Pastel Green. HEX triplet: 66, DC and 5E. RGB value is (102,220,94). Sum of RGB (Red+Green+Blue) = 102+220+94=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC5E is #9923A1. Grayscale: #AAAAAA. Windows color (decimal): -10036130 or 6216806. OLE color: 6216806.
HSL color Cylindrical-coordinate representation of color #66DC5E: hue angle of 116.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DC5E is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 94 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.14 |
| HSL | 116.19º | 0.64% | 0.62% | - |
| HSV(B) | 116.19º | 0.57% | 0.86% | - |
| XYZ | 33.09 | 54.82 | 19.43 | - |
| YUV | 170.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 94 | 0.54 | 0 | 0.57 | 0.14 | 116.19 | 0.64 | 0.62 |
| Hex | 66 | DC | 5E | 36 | 0 | 39 | E | 74 | 40 | 3E |
| Octal | 146 | 334 | 136 | 66 | 0 | 71 | 16 | 164 | 100 | 76 |
| Binary | 1100110 | 11011100 | 1011110 | 110110 | 0 | 111001 | 1110 | 1110100 | 1000000 | 111110 |
Color Harmonies of #66DC5E
Complementary color
Monochromatic Colors of #66DC5E
Black with #66DC5E
Text Example
Text Example
White with #66DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC5E; }
p { color: rgb(102,220,94); }
H1.HeaderClassName
{
color: #66DC5E;
}
.AnyTagClassName
{
color: #66DC5E;
}
</style>
background-color css
<style>
a { background-color: #66DC5E; }
a { background-color: rgb(102,220,94); }
div.DivClassName
{
background-color: #66DC5E;
}
.BgClassName
{
background-color: #66DC5E;
}
</style>
border-color css
<style>
span { border-color: #66DC5E; }
span { border-color: rgb(102,220,94); }
td.TdClassName
{
border-color: #66DC5E;
}
.TagClassName
{
border-color: #66DC5E;
}
</style>