Shades of Pastel Green #66F590
Tints of Pastel Green #66F590
RGB
CMYK
RGB Variations
Color information
#66F590 (or 0x66F590) is known color: Pastel Green. HEX triplet: 66, F5 and 90. RGB value is (102,245,144). Sum of RGB (Red+Green+Blue) = 102+245+144=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #66F590 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F590 is #990A6F. Grayscale: #BEBEBE. Windows color (decimal): -10029680 or 9500006. OLE color: 9500006.
HSL color Cylindrical-coordinate representation of color #66F590: hue angle of 137.62º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F590 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 144 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.04 |
| HSL | 137.62º | 0.88% | 0.68% | - |
| HSV(B) | 137.62º | 0.58% | 0.96% | - |
| XYZ | 43.17 | 70.14 | 37.65 | - |
| YUV | 190.73 | 101.62 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 144 | 0.58 | 0 | 0.41 | 0.04 | 137.62 | 0.88 | 0.68 |
| Hex | 66 | F5 | 90 | 3A | 0 | 29 | 4 | 8A | 58 | 44 |
| Octal | 146 | 365 | 220 | 72 | 0 | 51 | 4 | 212 | 130 | 104 |
| Binary | 1100110 | 11110101 | 10010000 | 111010 | 0 | 101001 | 100 | 10001010 | 1011000 | 1000100 |
Color Harmonies of #66F590
Complementary color
Monochromatic Colors of #66F590
Black with #66F590
Text Example
Text Example
White with #66F590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F590; }
p { color: rgb(102,245,144); }
H1.HeaderClassName
{
color: #66F590;
}
.AnyTagClassName
{
color: #66F590;
}
</style>
background-color css
<style>
a { background-color: #66F590; }
a { background-color: rgb(102,245,144); }
div.DivClassName
{
background-color: #66F590;
}
.BgClassName
{
background-color: #66F590;
}
</style>
border-color css
<style>
span { border-color: #66F590; }
span { border-color: rgb(102,245,144); }
td.TdClassName
{
border-color: #66F590;
}
.TagClassName
{
border-color: #66F590;
}
</style>