Shades of Pastel Green #66D067
Tints of Pastel Green #66D067
RGB
CMYK
RGB Variations
Color information
#66D067 (or 0x66D067) is known color: Pastel Green. HEX triplet: 66, D0 and 67. RGB value is (102,208,103). Sum of RGB (Red+Green+Blue) = 102+208+103=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #66D067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D067 is #992F98. Grayscale: #A4A4A4. Windows color (decimal): -10039193 or 6803558. OLE color: 6803558.
HSL color Cylindrical-coordinate representation of color #66D067: hue angle of 120.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D067 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 103 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.18 |
| HSL | 120.57º | 0.53% | 0.61% | - |
| HSV(B) | 120.57º | 0.51% | 0.82% | - |
| XYZ | 30.48 | 48.92 | 20.67 | - |
| YUV | 164.34 | 93.38 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 103 | 0.51 | 0 | 0.50 | 0.18 | 120.57 | 0.53 | 0.61 |
| Hex | 66 | D0 | 67 | 33 | 0 | 32 | 12 | 79 | 35 | 3D |
| Octal | 146 | 320 | 147 | 63 | 0 | 62 | 22 | 171 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1100111 | 110011 | 0 | 110010 | 10010 | 1111001 | 110101 | 111101 |
Color Harmonies of #66D067
Complementary color
Monochromatic Colors of #66D067
Black with #66D067
Text Example
Text Example
White with #66D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D067; }
p { color: rgb(102,208,103); }
H1.HeaderClassName
{
color: #66D067;
}
.AnyTagClassName
{
color: #66D067;
}
</style>
background-color css
<style>
a { background-color: #66D067; }
a { background-color: rgb(102,208,103); }
div.DivClassName
{
background-color: #66D067;
}
.BgClassName
{
background-color: #66D067;
}
</style>
border-color css
<style>
span { border-color: #66D067; }
span { border-color: rgb(102,208,103); }
td.TdClassName
{
border-color: #66D067;
}
.TagClassName
{
border-color: #66D067;
}
</style>