Shades of Pastel Green #66F48E
Tints of Pastel Green #66F48E
RGB
CMYK
RGB Variations
Color information
#66F48E (or 0x66F48E) is known color: Pastel Green. HEX triplet: 66, F4 and 8E. RGB value is (102,244,142). Sum of RGB (Red+Green+Blue) = 102+244+142=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #66F48E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F48E is #990B71. Grayscale: #BEBEBE. Windows color (decimal): -10029938 or 9368678. OLE color: 9368678.
HSL color Cylindrical-coordinate representation of color #66F48E: hue angle of 136.9º 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 #66F48E is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 142 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.04 |
| HSL | 136.9º | 0.87% | 0.68% | - |
| HSV(B) | 136.9º | 0.58% | 0.96% | - |
| XYZ | 42.71 | 69.48 | 36.75 | - |
| YUV | 189.91 | 100.96 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 142 | 0.58 | 0 | 0.42 | 0.04 | 136.9 | 0.87 | 0.68 |
| Hex | 66 | F4 | 8E | 3A | 0 | 2A | 4 | 89 | 57 | 44 |
| Octal | 146 | 364 | 216 | 72 | 0 | 52 | 4 | 211 | 127 | 104 |
| Binary | 1100110 | 11110100 | 10001110 | 111010 | 0 | 101010 | 100 | 10001001 | 1010111 | 1000100 |
Color Harmonies of #66F48E
Complementary color
Monochromatic Colors of #66F48E
Black with #66F48E
Text Example
Text Example
White with #66F48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F48E; }
p { color: rgb(102,244,142); }
H1.HeaderClassName
{
color: #66F48E;
}
.AnyTagClassName
{
color: #66F48E;
}
</style>
background-color css
<style>
a { background-color: #66F48E; }
a { background-color: rgb(102,244,142); }
div.DivClassName
{
background-color: #66F48E;
}
.BgClassName
{
background-color: #66F48E;
}
</style>
border-color css
<style>
span { border-color: #66F48E; }
span { border-color: rgb(102,244,142); }
td.TdClassName
{
border-color: #66F48E;
}
.TagClassName
{
border-color: #66F48E;
}
</style>