Shades of Pastel Green #66D26C
Tints of Pastel Green #66D26C
RGB
CMYK
RGB Variations
Color information
#66D26C (or 0x66D26C) is known color: Pastel Green. HEX triplet: 66, D2 and 6C. RGB value is (102,210,108). Sum of RGB (Red+Green+Blue) = 102+210+108=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #66D26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D26C is #992D93. Grayscale: #A6A6A6. Windows color (decimal): -10038676 or 7131750. OLE color: 7131750.
HSL color Cylindrical-coordinate representation of color #66D26C: hue angle of 123.33º degrees, saturation: 0.55, 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 #66D26C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 210 | 108 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.18 |
| HSL | 123.33º | 0.55% | 0.61% | - |
| HSV(B) | 123.33º | 0.51% | 0.82% | - |
| XYZ | 31.23 | 50 | 22.19 | - |
| YUV | 166.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 108 | 0.51 | 0 | 0.49 | 0.18 | 123.33 | 0.55 | 0.61 |
| Hex | 66 | D2 | 6C | 33 | 0 | 31 | 12 | 7B | 37 | 3D |
| Octal | 146 | 322 | 154 | 63 | 0 | 61 | 22 | 173 | 67 | 75 |
| Binary | 1100110 | 11010010 | 1101100 | 110011 | 0 | 110001 | 10010 | 1111011 | 110111 | 111101 |
Color Harmonies of #66D26C
Complementary color
Monochromatic Colors of #66D26C
Black with #66D26C
Text Example
Text Example
White with #66D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D26C; }
p { color: rgb(102,210,108); }
H1.HeaderClassName
{
color: #66D26C;
}
.AnyTagClassName
{
color: #66D26C;
}
</style>
background-color css
<style>
a { background-color: #66D26C; }
a { background-color: rgb(102,210,108); }
div.DivClassName
{
background-color: #66D26C;
}
.BgClassName
{
background-color: #66D26C;
}
</style>
border-color css
<style>
span { border-color: #66D26C; }
span { border-color: rgb(102,210,108); }
td.TdClassName
{
border-color: #66D26C;
}
.TagClassName
{
border-color: #66D26C;
}
</style>