Shades of Pastel Green #66E271
Tints of Pastel Green #66E271
RGB
CMYK
RGB Variations
Color information
#66E271 (or 0x66E271) is known color: Pastel Green. HEX triplet: 66, E2 and 71. RGB value is (102,226,113). Sum of RGB (Red+Green+Blue) = 102+226+113=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #66E271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E271 is #991D8E. Grayscale: #B0B0B0. Windows color (decimal): -10034575 or 7463526. OLE color: 7463526.
HSL color Cylindrical-coordinate representation of color #66E271: hue angle of 125.32º 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 #66E271 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 113 | - |
| CMYK | 0.55 | 0 | 0.5 | 0.11 |
| HSL | 125.32º | 0.68% | 0.64% | - |
| HSV(B) | 125.32º | 0.55% | 0.89% | - |
| XYZ | 35.66 | 58.41 | 25.02 | - |
| YUV | 176.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 113 | 0.55 | 0 | 0.5 | 0.11 | 125.32 | 0.68 | 0.64 |
| Hex | 66 | E2 | 71 | 37 | 0 | 32 | B | 7D | 44 | 40 |
| Octal | 146 | 342 | 161 | 67 | 0 | 62 | 13 | 175 | 104 | 100 |
| Binary | 1100110 | 11100010 | 1110001 | 110111 | 0 | 110010 | 1011 | 1111101 | 1000100 | 1000000 |
Color Harmonies of #66E271
Complementary color
Monochromatic Colors of #66E271
Black with #66E271
Text Example
Text Example
White with #66E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E271; }
p { color: rgb(102,226,113); }
H1.HeaderClassName
{
color: #66E271;
}
.AnyTagClassName
{
color: #66E271;
}
</style>
background-color css
<style>
a { background-color: #66E271; }
a { background-color: rgb(102,226,113); }
div.DivClassName
{
background-color: #66E271;
}
.BgClassName
{
background-color: #66E271;
}
</style>
border-color css
<style>
span { border-color: #66E271; }
span { border-color: rgb(102,226,113); }
td.TdClassName
{
border-color: #66E271;
}
.TagClassName
{
border-color: #66E271;
}
</style>