Shades of Pastel Green #66F082
Tints of Pastel Green #66F082
RGB
CMYK
RGB Variations
Color information
#66F082 (or 0x66F082) is known color: Pastel Green. HEX triplet: 66, F0 and 82. RGB value is (102,240,130). Sum of RGB (Red+Green+Blue) = 102+240+130=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #66F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F082 is #990F7D. Grayscale: #BABABA. Windows color (decimal): -10030974 or 8581222. OLE color: 8581222.
HSL color Cylindrical-coordinate representation of color #66F082: hue angle of 132.17º 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 #66F082 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 130 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.06 |
| HSL | 132.17º | 0.82% | 0.67% | - |
| HSV(B) | 132.17º | 0.58% | 0.94% | - |
| XYZ | 40.67 | 66.76 | 31.86 | - |
| YUV | 186.2 | 96.28 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 130 | 0.58 | 0 | 0.46 | 0.06 | 132.17 | 0.82 | 0.67 |
| Hex | 66 | F0 | 82 | 3A | 0 | 2E | 6 | 84 | 52 | 43 |
| Octal | 146 | 360 | 202 | 72 | 0 | 56 | 6 | 204 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10000010 | 111010 | 0 | 101110 | 110 | 10000100 | 1010010 | 1000011 |
Color Harmonies of #66F082
Complementary color
Monochromatic Colors of #66F082
Black with #66F082
Text Example
Text Example
White with #66F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F082; }
p { color: rgb(102,240,130); }
H1.HeaderClassName
{
color: #66F082;
}
.AnyTagClassName
{
color: #66F082;
}
</style>
background-color css
<style>
a { background-color: #66F082; }
a { background-color: rgb(102,240,130); }
div.DivClassName
{
background-color: #66F082;
}
.BgClassName
{
background-color: #66F082;
}
</style>
border-color css
<style>
span { border-color: #66F082; }
span { border-color: rgb(102,240,130); }
td.TdClassName
{
border-color: #66F082;
}
.TagClassName
{
border-color: #66F082;
}
</style>