Shades of Pastel Green #66D765
Tints of Pastel Green #66D765
RGB
CMYK
RGB Variations
Color information
#66D765 (or 0x66D765) is known color: Pastel Green. HEX triplet: 66, D7 and 65. RGB value is (102,215,101). Sum of RGB (Red+Green+Blue) = 102+215+101=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #66D765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D765 is #99289A. Grayscale: #A8A8A8. Windows color (decimal): -10037403 or 6674278. OLE color: 6674278.
HSL color Cylindrical-coordinate representation of color #66D765: hue angle of 119.47º 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 #66D765 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 101 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.16 |
| HSL | 119.47º | 0.59% | 0.62% | - |
| HSV(B) | 119.47º | 0.53% | 0.84% | - |
| XYZ | 32.13 | 52.37 | 20.73 | - |
| YUV | 168.22 | 90.06 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 101 | 0.53 | 0 | 0.53 | 0.16 | 119.47 | 0.59 | 0.62 |
| Hex | 66 | D7 | 65 | 35 | 0 | 35 | 10 | 77 | 3B | 3E |
| Octal | 146 | 327 | 145 | 65 | 0 | 65 | 20 | 167 | 73 | 76 |
| Binary | 1100110 | 11010111 | 1100101 | 110101 | 0 | 110101 | 10000 | 1110111 | 111011 | 111110 |
Color Harmonies of #66D765
Complementary color
Monochromatic Colors of #66D765
Black with #66D765
Text Example
Text Example
White with #66D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D765; }
p { color: rgb(102,215,101); }
H1.HeaderClassName
{
color: #66D765;
}
.AnyTagClassName
{
color: #66D765;
}
</style>
background-color css
<style>
a { background-color: #66D765; }
a { background-color: rgb(102,215,101); }
div.DivClassName
{
background-color: #66D765;
}
.BgClassName
{
background-color: #66D765;
}
</style>
border-color css
<style>
span { border-color: #66D765; }
span { border-color: rgb(102,215,101); }
td.TdClassName
{
border-color: #66D765;
}
.TagClassName
{
border-color: #66D765;
}
</style>