Shades of Pastel Green #66E06F
Tints of Pastel Green #66E06F
RGB
CMYK
RGB Variations
Color information
#66E06F (or 0x66E06F) is known color: Pastel Green. HEX triplet: 66, E0 and 6F. RGB value is (102,224,111). Sum of RGB (Red+Green+Blue) = 102+224+111=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #66E06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E06F is #991F90. Grayscale: #AEAEAE. Windows color (decimal): -10035089 or 7331942. OLE color: 7331942.
HSL color Cylindrical-coordinate representation of color #66E06F: hue angle of 124.43º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E06F is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 111 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.12 |
| HSL | 124.43º | 0.66% | 0.64% | - |
| HSV(B) | 124.43º | 0.54% | 0.88% | - |
| XYZ | 35 | 57.28 | 24.25 | - |
| YUV | 174.64 | 92.08 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 111 | 0.54 | 0 | 0.50 | 0.12 | 124.43 | 0.66 | 0.64 |
| Hex | 66 | E0 | 6F | 36 | 0 | 32 | C | 7C | 42 | 40 |
| Octal | 146 | 340 | 157 | 66 | 0 | 62 | 14 | 174 | 102 | 100 |
| Binary | 1100110 | 11100000 | 1101111 | 110110 | 0 | 110010 | 1100 | 1111100 | 1000010 | 1000000 |
Color Harmonies of #66E06F
Complementary color
Monochromatic Colors of #66E06F
Black with #66E06F
Text Example
Text Example
White with #66E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E06F; }
p { color: rgb(102,224,111); }
H1.HeaderClassName
{
color: #66E06F;
}
.AnyTagClassName
{
color: #66E06F;
}
</style>
background-color css
<style>
a { background-color: #66E06F; }
a { background-color: rgb(102,224,111); }
div.DivClassName
{
background-color: #66E06F;
}
.BgClassName
{
background-color: #66E06F;
}
</style>
border-color css
<style>
span { border-color: #66E06F; }
span { border-color: rgb(102,224,111); }
td.TdClassName
{
border-color: #66E06F;
}
.TagClassName
{
border-color: #66E06F;
}
</style>