Shades of Pastel Green #66F394
Tints of Pastel Green #66F394
RGB
CMYK
RGB Variations
Color information
#66F394 (or 0x66F394) is known color: Pastel Green. HEX triplet: 66, F3 and 94. RGB value is (102,243,148). Sum of RGB (Red+Green+Blue) = 102+243+148=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #66F394 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F394 is #990C6B. Grayscale: #BEBEBE. Windows color (decimal): -10030188 or 9761638. OLE color: 9761638.
HSL color Cylindrical-coordinate representation of color #66F394: hue angle of 139.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F394 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 148 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.05 |
| HSL | 139.57º | 0.85% | 0.68% | - |
| HSV(B) | 139.57º | 0.58% | 0.95% | - |
| XYZ | 42.88 | 69.06 | 39.09 | - |
| YUV | 190.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 148 | 0.58 | 0 | 0.39 | 0.05 | 139.57 | 0.85 | 0.68 |
| Hex | 66 | F3 | 94 | 3A | 0 | 27 | 5 | 8C | 55 | 44 |
| Octal | 146 | 363 | 224 | 72 | 0 | 47 | 5 | 214 | 125 | 104 |
| Binary | 1100110 | 11110011 | 10010100 | 111010 | 0 | 100111 | 101 | 10001100 | 1010101 | 1000100 |
Color Harmonies of #66F394
Complementary color
Monochromatic Colors of #66F394
Black with #66F394
Text Example
Text Example
White with #66F394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F394; }
p { color: rgb(102,243,148); }
H1.HeaderClassName
{
color: #66F394;
}
.AnyTagClassName
{
color: #66F394;
}
</style>
background-color css
<style>
a { background-color: #66F394; }
a { background-color: rgb(102,243,148); }
div.DivClassName
{
background-color: #66F394;
}
.BgClassName
{
background-color: #66F394;
}
</style>
border-color css
<style>
span { border-color: #66F394; }
span { border-color: rgb(102,243,148); }
td.TdClassName
{
border-color: #66F394;
}
.TagClassName
{
border-color: #66F394;
}
</style>