Shades of Pastel Green #66D65D
Tints of Pastel Green #66D65D
RGB
CMYK
RGB Variations
Color information
#66D65D (or 0x66D65D) is known color: Pastel Green. HEX triplet: 66, D6 and 5D. RGB value is (102,214,93). Sum of RGB (Red+Green+Blue) = 102+214+93=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #66D65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D65D is #9929A2. Grayscale: #A7A7A7. Windows color (decimal): -10037667 or 6149734. OLE color: 6149734.
HSL color Cylindrical-coordinate representation of color #66D65D: hue angle of 115.54º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66D65D is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 93 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.16 |
| HSL | 115.54º | 0.6% | 0.6% | - |
| HSV(B) | 115.54º | 0.57% | 0.84% | - |
| XYZ | 31.5 | 51.71 | 18.68 | - |
| YUV | 166.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 93 | 0.52 | 0 | 0.57 | 0.16 | 115.54 | 0.6 | 0.6 |
| Hex | 66 | D6 | 5D | 34 | 0 | 39 | 10 | 74 | 3C | 3C |
| Octal | 146 | 326 | 135 | 64 | 0 | 71 | 20 | 164 | 74 | 74 |
| Binary | 1100110 | 11010110 | 1011101 | 110100 | 0 | 111001 | 10000 | 1110100 | 111100 | 111100 |
Color Harmonies of #66D65D
Complementary color
Monochromatic Colors of #66D65D
Black with #66D65D
Text Example
Text Example
White with #66D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D65D; }
p { color: rgb(102,214,93); }
H1.HeaderClassName
{
color: #66D65D;
}
.AnyTagClassName
{
color: #66D65D;
}
</style>
background-color css
<style>
a { background-color: #66D65D; }
a { background-color: rgb(102,214,93); }
div.DivClassName
{
background-color: #66D65D;
}
.BgClassName
{
background-color: #66D65D;
}
</style>
border-color css
<style>
span { border-color: #66D65D; }
span { border-color: rgb(102,214,93); }
td.TdClassName
{
border-color: #66D65D;
}
.TagClassName
{
border-color: #66D65D;
}
</style>