Shades of Pastel Green #66E085
Tints of Pastel Green #66E085
RGB
CMYK
RGB Variations
Color information
#66E085 (or 0x66E085) is known color: Pastel Green. HEX triplet: 66, E0 and 85. RGB value is (102,224,133). Sum of RGB (Red+Green+Blue) = 102+224+133=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #66E085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E085 is #991F7A. Grayscale: #B1B1B1. Windows color (decimal): -10035067 or 8773734. OLE color: 8773734.
HSL color Cylindrical-coordinate representation of color #66E085: hue angle of 135.25º 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 #66E085 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 133 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.12 |
| HSL | 135.25º | 0.66% | 0.64% | - |
| HSV(B) | 135.25º | 0.54% | 0.88% | - |
| XYZ | 36.37 | 57.83 | 31.44 | - |
| YUV | 177.15 | 103.08 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 133 | 0.54 | 0 | 0.41 | 0.12 | 135.25 | 0.66 | 0.64 |
| Hex | 66 | E0 | 85 | 36 | 0 | 29 | C | 87 | 42 | 40 |
| Octal | 146 | 340 | 205 | 66 | 0 | 51 | 14 | 207 | 102 | 100 |
| Binary | 1100110 | 11100000 | 10000101 | 110110 | 0 | 101001 | 1100 | 10000111 | 1000010 | 1000000 |
Color Harmonies of #66E085
Complementary color
Monochromatic Colors of #66E085
Black with #66E085
Text Example
Text Example
White with #66E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E085; }
p { color: rgb(102,224,133); }
H1.HeaderClassName
{
color: #66E085;
}
.AnyTagClassName
{
color: #66E085;
}
</style>
background-color css
<style>
a { background-color: #66E085; }
a { background-color: rgb(102,224,133); }
div.DivClassName
{
background-color: #66E085;
}
.BgClassName
{
background-color: #66E085;
}
</style>
border-color css
<style>
span { border-color: #66E085; }
span { border-color: rgb(102,224,133); }
td.TdClassName
{
border-color: #66E085;
}
.TagClassName
{
border-color: #66E085;
}
</style>