Shades of Pastel Green #66DC70
Tints of Pastel Green #66DC70
RGB
CMYK
RGB Variations
Color information
#66DC70 (or 0x66DC70) is known color: Pastel Green. HEX triplet: 66, DC and 70. RGB value is (102,220,112). Sum of RGB (Red+Green+Blue) = 102+220+112=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC70 is #99238F. Grayscale: #ACACAC. Windows color (decimal): -10036112 or 7396454. OLE color: 7396454.
HSL color Cylindrical-coordinate representation of color #66DC70: hue angle of 125.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DC70 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 112 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.14 |
| HSL | 125.08º | 0.63% | 0.63% | - |
| HSV(B) | 125.08º | 0.54% | 0.86% | - |
| XYZ | 34 | 55.18 | 24.19 | - |
| YUV | 172.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 112 | 0.54 | 0 | 0.49 | 0.14 | 125.08 | 0.63 | 0.63 |
| Hex | 66 | DC | 70 | 36 | 0 | 31 | E | 7D | 3F | 3F |
| Octal | 146 | 334 | 160 | 66 | 0 | 61 | 16 | 175 | 77 | 77 |
| Binary | 1100110 | 11011100 | 1110000 | 110110 | 0 | 110001 | 1110 | 1111101 | 111111 | 111111 |
Color Harmonies of #66DC70
Complementary color
Monochromatic Colors of #66DC70
Black with #66DC70
Text Example
Text Example
White with #66DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC70; }
p { color: rgb(102,220,112); }
H1.HeaderClassName
{
color: #66DC70;
}
.AnyTagClassName
{
color: #66DC70;
}
</style>
background-color css
<style>
a { background-color: #66DC70; }
a { background-color: rgb(102,220,112); }
div.DivClassName
{
background-color: #66DC70;
}
.BgClassName
{
background-color: #66DC70;
}
</style>
border-color css
<style>
span { border-color: #66DC70; }
span { border-color: rgb(102,220,112); }
td.TdClassName
{
border-color: #66DC70;
}
.TagClassName
{
border-color: #66DC70;
}
</style>