Shades of Pastel Green #66F794
Tints of Pastel Green #66F794
RGB
CMYK
RGB Variations
Color information
#66F794 (or 0x66F794) is known color: Pastel Green. HEX triplet: 66, F7 and 94. RGB value is (102,247,148). Sum of RGB (Red+Green+Blue) = 102+247+148=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #66F794 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F794 is #99086B. Grayscale: #C0C0C0. Windows color (decimal): -10029164 or 9762662. OLE color: 9762662.
HSL color Cylindrical-coordinate representation of color #66F794: hue angle of 139.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F794 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 247 | 148 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.03 |
| HSL | 139.03º | 0.9% | 0.68% | - |
| HSV(B) | 139.03º | 0.59% | 0.97% | - |
| XYZ | 44.09 | 71.48 | 39.49 | - |
| YUV | 192.36 | 102.96 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 247 | 148 | 0.59 | 0 | 0.40 | 0.03 | 139.03 | 0.9 | 0.68 |
| Hex | 66 | F7 | 94 | 3B | 0 | 28 | 3 | 8B | 5A | 44 |
| Octal | 146 | 367 | 224 | 73 | 0 | 50 | 3 | 213 | 132 | 104 |
| Binary | 1100110 | 11110111 | 10010100 | 111011 | 0 | 101000 | 11 | 10001011 | 1011010 | 1000100 |
Color Harmonies of #66F794
Complementary color
Monochromatic Colors of #66F794
Black with #66F794
Text Example
Text Example
White with #66F794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F794; }
p { color: rgb(102,247,148); }
H1.HeaderClassName
{
color: #66F794;
}
.AnyTagClassName
{
color: #66F794;
}
</style>
background-color css
<style>
a { background-color: #66F794; }
a { background-color: rgb(102,247,148); }
div.DivClassName
{
background-color: #66F794;
}
.BgClassName
{
background-color: #66F794;
}
</style>
border-color css
<style>
span { border-color: #66F794; }
span { border-color: rgb(102,247,148); }
td.TdClassName
{
border-color: #66F794;
}
.TagClassName
{
border-color: #66F794;
}
</style>