Shades of Pastel Green #66F68D
Tints of Pastel Green #66F68D
RGB
CMYK
RGB Variations
Color information
#66F68D (or 0x66F68D) is known color: Pastel Green. HEX triplet: 66, F6 and 8D. RGB value is (102,246,141). Sum of RGB (Red+Green+Blue) = 102+246+141=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #66F68D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F68D is #990972. Grayscale: #BFBFBF. Windows color (decimal): -10029427 or 9303654. OLE color: 9303654.
HSL color Cylindrical-coordinate representation of color #66F68D: hue angle of 136.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F68D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 141 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.04 |
| HSL | 136.25º | 0.89% | 0.68% | - |
| HSV(B) | 136.25º | 0.59% | 0.96% | - |
| XYZ | 43.24 | 70.66 | 36.56 | - |
| YUV | 190.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 141 | 0.59 | 0 | 0.43 | 0.04 | 136.25 | 0.89 | 0.68 |
| Hex | 66 | F6 | 8D | 3B | 0 | 2B | 4 | 88 | 59 | 44 |
| Octal | 146 | 366 | 215 | 73 | 0 | 53 | 4 | 210 | 131 | 104 |
| Binary | 1100110 | 11110110 | 10001101 | 111011 | 0 | 101011 | 100 | 10001000 | 1011001 | 1000100 |
Color Harmonies of #66F68D
Complementary color
Monochromatic Colors of #66F68D
Black with #66F68D
Text Example
Text Example
White with #66F68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F68D; }
p { color: rgb(102,246,141); }
H1.HeaderClassName
{
color: #66F68D;
}
.AnyTagClassName
{
color: #66F68D;
}
</style>
background-color css
<style>
a { background-color: #66F68D; }
a { background-color: rgb(102,246,141); }
div.DivClassName
{
background-color: #66F68D;
}
.BgClassName
{
background-color: #66F68D;
}
</style>
border-color css
<style>
span { border-color: #66F68D; }
span { border-color: rgb(102,246,141); }
td.TdClassName
{
border-color: #66F68D;
}
.TagClassName
{
border-color: #66F68D;
}
</style>