Shades of Pastel Green #66F08D
Tints of Pastel Green #66F08D
RGB
CMYK
RGB Variations
Color information
#66F08D (or 0x66F08D) is known color: Pastel Green. HEX triplet: 66, F0 and 8D. RGB value is (102,240,141). Sum of RGB (Red+Green+Blue) = 102+240+141=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #66F08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F08D is #990F72. Grayscale: #BBBBBB. Windows color (decimal): -10030963 or 9302118. OLE color: 9302118.
HSL color Cylindrical-coordinate representation of color #66F08D: hue angle of 136.96º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F08D is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 141 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.06 |
| HSL | 136.96º | 0.82% | 0.67% | - |
| HSV(B) | 136.96º | 0.58% | 0.94% | - |
| XYZ | 41.45 | 67.07 | 35.96 | - |
| YUV | 187.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 141 | 0.58 | 0 | 0.41 | 0.06 | 136.96 | 0.82 | 0.67 |
| Hex | 66 | F0 | 8D | 3A | 0 | 29 | 6 | 89 | 52 | 43 |
| Octal | 146 | 360 | 215 | 72 | 0 | 51 | 6 | 211 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10001101 | 111010 | 0 | 101001 | 110 | 10001001 | 1010010 | 1000011 |
Color Harmonies of #66F08D
Complementary color
Monochromatic Colors of #66F08D
Black with #66F08D
Text Example
Text Example
White with #66F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F08D; }
p { color: rgb(102,240,141); }
H1.HeaderClassName
{
color: #66F08D;
}
.AnyTagClassName
{
color: #66F08D;
}
</style>
background-color css
<style>
a { background-color: #66F08D; }
a { background-color: rgb(102,240,141); }
div.DivClassName
{
background-color: #66F08D;
}
.BgClassName
{
background-color: #66F08D;
}
</style>
border-color css
<style>
span { border-color: #66F08D; }
span { border-color: rgb(102,240,141); }
td.TdClassName
{
border-color: #66F08D;
}
.TagClassName
{
border-color: #66F08D;
}
</style>