Shades of Pastel Green #66F080
Tints of Pastel Green #66F080
RGB
CMYK
RGB Variations
Color information
#66F080 (or 0x66F080) is known color: Pastel Green. HEX triplet: 66, F0 and 80. RGB value is (102,240,128). Sum of RGB (Red+Green+Blue) = 102+240+128=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #66F080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F080 is #990F7F. Grayscale: #BABABA. Windows color (decimal): -10030976 or 8450150. OLE color: 8450150.
HSL color Cylindrical-coordinate representation of color #66F080: hue angle of 131.3º 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 #66F080 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 128 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.06 |
| HSL | 131.3º | 0.82% | 0.67% | - |
| HSV(B) | 131.3º | 0.58% | 0.94% | - |
| XYZ | 40.54 | 66.7 | 31.16 | - |
| YUV | 185.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 128 | 0.58 | 0 | 0.47 | 0.06 | 131.3 | 0.82 | 0.67 |
| Hex | 66 | F0 | 80 | 3A | 0 | 2F | 6 | 83 | 52 | 43 |
| Octal | 146 | 360 | 200 | 72 | 0 | 57 | 6 | 203 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10000000 | 111010 | 0 | 101111 | 110 | 10000011 | 1010010 | 1000011 |
Color Harmonies of #66F080
Complementary color
Monochromatic Colors of #66F080
Black with #66F080
Text Example
Text Example
White with #66F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F080; }
p { color: rgb(102,240,128); }
H1.HeaderClassName
{
color: #66F080;
}
.AnyTagClassName
{
color: #66F080;
}
</style>
background-color css
<style>
a { background-color: #66F080; }
a { background-color: rgb(102,240,128); }
div.DivClassName
{
background-color: #66F080;
}
.BgClassName
{
background-color: #66F080;
}
</style>
border-color css
<style>
span { border-color: #66F080; }
span { border-color: rgb(102,240,128); }
td.TdClassName
{
border-color: #66F080;
}
.TagClassName
{
border-color: #66F080;
}
</style>