Shades of Pastel Green #66E073
Tints of Pastel Green #66E073
RGB
CMYK
RGB Variations
Color information
#66E073 (or 0x66E073) is known color: Pastel Green. HEX triplet: 66, E0 and 73. RGB value is (102,224,115). Sum of RGB (Red+Green+Blue) = 102+224+115=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #66E073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E073 is #991F8C. Grayscale: #AFAFAF. Windows color (decimal): -10035085 or 7594086. OLE color: 7594086.
HSL color Cylindrical-coordinate representation of color #66E073: hue angle of 126.39º 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 #66E073 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 115 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.12 |
| HSL | 126.39º | 0.66% | 0.64% | - |
| HSV(B) | 126.39º | 0.54% | 0.88% | - |
| XYZ | 35.23 | 57.37 | 25.44 | - |
| YUV | 175.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 115 | 0.54 | 0 | 0.49 | 0.12 | 126.39 | 0.66 | 0.64 |
| Hex | 66 | E0 | 73 | 36 | 0 | 31 | C | 7E | 42 | 40 |
| Octal | 146 | 340 | 163 | 66 | 0 | 61 | 14 | 176 | 102 | 100 |
| Binary | 1100110 | 11100000 | 1110011 | 110110 | 0 | 110001 | 1100 | 1111110 | 1000010 | 1000000 |
Color Harmonies of #66E073
Complementary color
Monochromatic Colors of #66E073
Black with #66E073
Text Example
Text Example
White with #66E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E073; }
p { color: rgb(102,224,115); }
H1.HeaderClassName
{
color: #66E073;
}
.AnyTagClassName
{
color: #66E073;
}
</style>
background-color css
<style>
a { background-color: #66E073; }
a { background-color: rgb(102,224,115); }
div.DivClassName
{
background-color: #66E073;
}
.BgClassName
{
background-color: #66E073;
}
</style>
border-color css
<style>
span { border-color: #66E073; }
span { border-color: rgb(102,224,115); }
td.TdClassName
{
border-color: #66E073;
}
.TagClassName
{
border-color: #66E073;
}
</style>