Shades of Pastel Green #66D465
Tints of Pastel Green #66D465
RGB
CMYK
RGB Variations
Color information
#66D465 (or 0x66D465) is known color: Pastel Green. HEX triplet: 66, D4 and 65. RGB value is (102,212,101). Sum of RGB (Red+Green+Blue) = 102+212+101=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #66D465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D465 is #992B9A. Grayscale: #A6A6A6. Windows color (decimal): -10038171 or 6673510. OLE color: 6673510.
HSL color Cylindrical-coordinate representation of color #66D465: hue angle of 119.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D465 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 101 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.17 |
| HSL | 119.46º | 0.56% | 0.61% | - |
| HSV(B) | 119.46º | 0.52% | 0.83% | - |
| XYZ | 31.37 | 50.85 | 20.47 | - |
| YUV | 166.46 | 91.06 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 101 | 0.52 | 0 | 0.52 | 0.17 | 119.46 | 0.56 | 0.61 |
| Hex | 66 | D4 | 65 | 34 | 0 | 34 | 11 | 77 | 38 | 3D |
| Octal | 146 | 324 | 145 | 64 | 0 | 64 | 21 | 167 | 70 | 75 |
| Binary | 1100110 | 11010100 | 1100101 | 110100 | 0 | 110100 | 10001 | 1110111 | 111000 | 111101 |
Color Harmonies of #66D465
Complementary color
Monochromatic Colors of #66D465
Black with #66D465
Text Example
Text Example
White with #66D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D465; }
p { color: rgb(102,212,101); }
H1.HeaderClassName
{
color: #66D465;
}
.AnyTagClassName
{
color: #66D465;
}
</style>
background-color css
<style>
a { background-color: #66D465; }
a { background-color: rgb(102,212,101); }
div.DivClassName
{
background-color: #66D465;
}
.BgClassName
{
background-color: #66D465;
}
</style>
border-color css
<style>
span { border-color: #66D465; }
span { border-color: rgb(102,212,101); }
td.TdClassName
{
border-color: #66D465;
}
.TagClassName
{
border-color: #66D465;
}
</style>