Shades of Pastel Green #66DC58
Tints of Pastel Green #66DC58
RGB
CMYK
RGB Variations
Color information
#66DC58 (or 0x66DC58) is known color: Pastel Green. HEX triplet: 66, DC and 58. RGB value is (102,220,88). Sum of RGB (Red+Green+Blue) = 102+220+88=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC58 is #9923A7. Grayscale: #AAAAAA. Windows color (decimal): -10036136 or 5823590. OLE color: 5823590.
HSL color Cylindrical-coordinate representation of color #66DC58: hue angle of 113.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DC58 is Cyan = 0.54, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 88 | - |
| CMYK | 0.54 | 0 | 0.6 | 0.14 |
| HSL | 113.64º | 0.65% | 0.6% | - |
| HSV(B) | 113.64º | 0.6% | 0.86% | - |
| XYZ | 32.83 | 54.72 | 18.06 | - |
| YUV | 169.67 | 81.91 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 88 | 0.54 | 0 | 0.6 | 0.14 | 113.64 | 0.65 | 0.6 |
| Hex | 66 | DC | 58 | 36 | 0 | 3C | E | 72 | 41 | 3C |
| Octal | 146 | 334 | 130 | 66 | 0 | 74 | 16 | 162 | 101 | 74 |
| Binary | 1100110 | 11011100 | 1011000 | 110110 | 0 | 111100 | 1110 | 1110010 | 1000001 | 111100 |
Color Harmonies of #66DC58
Complementary color
Monochromatic Colors of #66DC58
Black with #66DC58
Text Example
Text Example
White with #66DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC58; }
p { color: rgb(102,220,88); }
H1.HeaderClassName
{
color: #66DC58;
}
.AnyTagClassName
{
color: #66DC58;
}
</style>
background-color css
<style>
a { background-color: #66DC58; }
a { background-color: rgb(102,220,88); }
div.DivClassName
{
background-color: #66DC58;
}
.BgClassName
{
background-color: #66DC58;
}
</style>
border-color css
<style>
span { border-color: #66DC58; }
span { border-color: rgb(102,220,88); }
td.TdClassName
{
border-color: #66DC58;
}
.TagClassName
{
border-color: #66DC58;
}
</style>