Shades of Pastel Green #66F294
Tints of Pastel Green #66F294
RGB
CMYK
RGB Variations
Color information
#66F294 (or 0x66F294) is known color: Pastel Green. HEX triplet: 66, F2 and 94. RGB value is (102,242,148). Sum of RGB (Red+Green+Blue) = 102+242+148=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #66F294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F294 is #990D6B. Grayscale: #BDBDBD. Windows color (decimal): -10030444 or 9761382. OLE color: 9761382.
HSL color Cylindrical-coordinate representation of color #66F294: hue angle of 139.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F294 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 148 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.05 |
| HSL | 139.71º | 0.84% | 0.67% | - |
| HSV(B) | 139.71º | 0.58% | 0.95% | - |
| XYZ | 42.58 | 68.47 | 38.99 | - |
| YUV | 189.42 | 104.62 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 148 | 0.58 | 0 | 0.39 | 0.05 | 139.71 | 0.84 | 0.67 |
| Hex | 66 | F2 | 94 | 3A | 0 | 27 | 5 | 8C | 54 | 43 |
| Octal | 146 | 362 | 224 | 72 | 0 | 47 | 5 | 214 | 124 | 103 |
| Binary | 1100110 | 11110010 | 10010100 | 111010 | 0 | 100111 | 101 | 10001100 | 1010100 | 1000011 |
Color Harmonies of #66F294
Complementary color
Monochromatic Colors of #66F294
Black with #66F294
Text Example
Text Example
White with #66F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F294; }
p { color: rgb(102,242,148); }
H1.HeaderClassName
{
color: #66F294;
}
.AnyTagClassName
{
color: #66F294;
}
</style>
background-color css
<style>
a { background-color: #66F294; }
a { background-color: rgb(102,242,148); }
div.DivClassName
{
background-color: #66F294;
}
.BgClassName
{
background-color: #66F294;
}
</style>
border-color css
<style>
span { border-color: #66F294; }
span { border-color: rgb(102,242,148); }
td.TdClassName
{
border-color: #66F294;
}
.TagClassName
{
border-color: #66F294;
}
</style>