Shades of Pastel Green #66D76B
Tints of Pastel Green #66D76B
RGB
CMYK
RGB Variations
Color information
#66D76B (or 0x66D76B) is known color: Pastel Green. HEX triplet: 66, D7 and 6B. RGB value is (102,215,107). Sum of RGB (Red+Green+Blue) = 102+215+107=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #66D76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D76B is #992894. Grayscale: #A9A9A9. Windows color (decimal): -10037397 or 7067494. OLE color: 7067494.
HSL color Cylindrical-coordinate representation of color #66D76B: hue angle of 122.65º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D76B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 107 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.16 |
| HSL | 122.65º | 0.59% | 0.62% | - |
| HSV(B) | 122.65º | 0.53% | 0.84% | - |
| XYZ | 32.43 | 52.49 | 22.33 | - |
| YUV | 168.9 | 93.06 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 107 | 0.53 | 0 | 0.50 | 0.16 | 122.65 | 0.59 | 0.62 |
| Hex | 66 | D7 | 6B | 35 | 0 | 32 | 10 | 7B | 3B | 3E |
| Octal | 146 | 327 | 153 | 65 | 0 | 62 | 20 | 173 | 73 | 76 |
| Binary | 1100110 | 11010111 | 1101011 | 110101 | 0 | 110010 | 10000 | 1111011 | 111011 | 111110 |
Color Harmonies of #66D76B
Complementary color
Monochromatic Colors of #66D76B
Black with #66D76B
Text Example
Text Example
White with #66D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D76B; }
p { color: rgb(102,215,107); }
H1.HeaderClassName
{
color: #66D76B;
}
.AnyTagClassName
{
color: #66D76B;
}
</style>
background-color css
<style>
a { background-color: #66D76B; }
a { background-color: rgb(102,215,107); }
div.DivClassName
{
background-color: #66D76B;
}
.BgClassName
{
background-color: #66D76B;
}
</style>
border-color css
<style>
span { border-color: #66D76B; }
span { border-color: rgb(102,215,107); }
td.TdClassName
{
border-color: #66D76B;
}
.TagClassName
{
border-color: #66D76B;
}
</style>