Shades of Pastel Green #66E27D
Tints of Pastel Green #66E27D
RGB
CMYK
RGB Variations
Color information
#66E27D (or 0x66E27D) is known color: Pastel Green. HEX triplet: 66, E2 and 7D. RGB value is (102,226,125). Sum of RGB (Red+Green+Blue) = 102+226+125=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #66E27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E27D is #991D82. Grayscale: #B1B1B1. Windows color (decimal): -10034563 or 8249958. OLE color: 8249958.
HSL color Cylindrical-coordinate representation of color #66E27D: hue angle of 131.13º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E27D is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 125 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.11 |
| HSL | 131.13º | 0.68% | 0.64% | - |
| HSV(B) | 131.13º | 0.55% | 0.89% | - |
| XYZ | 36.38 | 58.7 | 28.81 | - |
| YUV | 177.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 125 | 0.55 | 0 | 0.45 | 0.11 | 131.13 | 0.68 | 0.64 |
| Hex | 66 | E2 | 7D | 37 | 0 | 2D | B | 83 | 44 | 40 |
| Octal | 146 | 342 | 175 | 67 | 0 | 55 | 13 | 203 | 104 | 100 |
| Binary | 1100110 | 11100010 | 1111101 | 110111 | 0 | 101101 | 1011 | 10000011 | 1000100 | 1000000 |
Color Harmonies of #66E27D
Complementary color
Monochromatic Colors of #66E27D
Black with #66E27D
Text Example
Text Example
White with #66E27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E27D; }
p { color: rgb(102,226,125); }
H1.HeaderClassName
{
color: #66E27D;
}
.AnyTagClassName
{
color: #66E27D;
}
</style>
background-color css
<style>
a { background-color: #66E27D; }
a { background-color: rgb(102,226,125); }
div.DivClassName
{
background-color: #66E27D;
}
.BgClassName
{
background-color: #66E27D;
}
</style>
border-color css
<style>
span { border-color: #66E27D; }
span { border-color: rgb(102,226,125); }
td.TdClassName
{
border-color: #66E27D;
}
.TagClassName
{
border-color: #66E27D;
}
</style>