Shades of Pastel Green #66F488
Tints of Pastel Green #66F488
RGB
CMYK
RGB Variations
Color information
#66F488 (or 0x66F488) is known color: Pastel Green. HEX triplet: 66, F4 and 88. RGB value is (102,244,136). Sum of RGB (Red+Green+Blue) = 102+244+136=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #66F488 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F488 is #990B77. Grayscale: #BDBDBD. Windows color (decimal): -10029944 or 8975462. OLE color: 8975462.
HSL color Cylindrical-coordinate representation of color #66F488: hue angle of 134.37º degrees, saturation: 0.87, 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 #66F488 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 136 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.04 |
| HSL | 134.37º | 0.87% | 0.68% | - |
| HSV(B) | 134.37º | 0.58% | 0.96% | - |
| XYZ | 42.27 | 69.3 | 34.44 | - |
| YUV | 189.23 | 97.96 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 136 | 0.58 | 0 | 0.44 | 0.04 | 134.37 | 0.87 | 0.68 |
| Hex | 66 | F4 | 88 | 3A | 0 | 2C | 4 | 86 | 57 | 44 |
| Octal | 146 | 364 | 210 | 72 | 0 | 54 | 4 | 206 | 127 | 104 |
| Binary | 1100110 | 11110100 | 10001000 | 111010 | 0 | 101100 | 100 | 10000110 | 1010111 | 1000100 |
Color Harmonies of #66F488
Complementary color
Monochromatic Colors of #66F488
Black with #66F488
Text Example
Text Example
White with #66F488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F488; }
p { color: rgb(102,244,136); }
H1.HeaderClassName
{
color: #66F488;
}
.AnyTagClassName
{
color: #66F488;
}
</style>
background-color css
<style>
a { background-color: #66F488; }
a { background-color: rgb(102,244,136); }
div.DivClassName
{
background-color: #66F488;
}
.BgClassName
{
background-color: #66F488;
}
</style>
border-color css
<style>
span { border-color: #66F488; }
span { border-color: rgb(102,244,136); }
td.TdClassName
{
border-color: #66F488;
}
.TagClassName
{
border-color: #66F488;
}
</style>