Shades of Pastel Green #66E07B
Tints of Pastel Green #66E07B
RGB
CMYK
RGB Variations
Color information
#66E07B (or 0x66E07B) is known color: Pastel Green. HEX triplet: 66, E0 and 7B. RGB value is (102,224,123). Sum of RGB (Red+Green+Blue) = 102+224+123=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #66E07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E07B is #991F84. Grayscale: #B0B0B0. Windows color (decimal): -10035077 or 8118374. OLE color: 8118374.
HSL color Cylindrical-coordinate representation of color #66E07B: hue angle of 130.33º 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 #66E07B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 123 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.12 |
| HSL | 130.33º | 0.66% | 0.64% | - |
| HSV(B) | 130.33º | 0.54% | 0.88% | - |
| XYZ | 35.71 | 57.57 | 27.97 | - |
| YUV | 176.01 | 98.08 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 123 | 0.54 | 0 | 0.45 | 0.12 | 130.33 | 0.66 | 0.64 |
| Hex | 66 | E0 | 7B | 36 | 0 | 2D | C | 82 | 42 | 40 |
| Octal | 146 | 340 | 173 | 66 | 0 | 55 | 14 | 202 | 102 | 100 |
| Binary | 1100110 | 11100000 | 1111011 | 110110 | 0 | 101101 | 1100 | 10000010 | 1000010 | 1000000 |
Color Harmonies of #66E07B
Complementary color
Monochromatic Colors of #66E07B
Black with #66E07B
Text Example
Text Example
White with #66E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E07B; }
p { color: rgb(102,224,123); }
H1.HeaderClassName
{
color: #66E07B;
}
.AnyTagClassName
{
color: #66E07B;
}
</style>
background-color css
<style>
a { background-color: #66E07B; }
a { background-color: rgb(102,224,123); }
div.DivClassName
{
background-color: #66E07B;
}
.BgClassName
{
background-color: #66E07B;
}
</style>
border-color css
<style>
span { border-color: #66E07B; }
span { border-color: rgb(102,224,123); }
td.TdClassName
{
border-color: #66E07B;
}
.TagClassName
{
border-color: #66E07B;
}
</style>