Shades of Pastel Green #66ED7A
Tints of Pastel Green #66ED7A
RGB
CMYK
RGB Variations
Color information
#66ED7A (or 0x66ED7A) is known color: Pastel Green. HEX triplet: 66, ED and 7A. RGB value is (102,237,122). Sum of RGB (Red+Green+Blue) = 102+237+122=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66ED7A is #991285. Grayscale: #B7B7B7. Windows color (decimal): -10031750 or 8056166. OLE color: 8056166.
HSL color Cylindrical-coordinate representation of color #66ED7A: hue angle of 128.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ED7A is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 122 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.07 |
| HSL | 128.89º | 0.79% | 0.66% | - |
| HSV(B) | 128.89º | 0.57% | 0.93% | - |
| XYZ | 39.28 | 64.8 | 28.85 | - |
| YUV | 183.53 | 93.27 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 122 | 0.57 | 0 | 0.49 | 0.07 | 128.89 | 0.79 | 0.66 |
| Hex | 66 | ED | 7A | 39 | 0 | 31 | 7 | 81 | 4F | 42 |
| Octal | 146 | 355 | 172 | 71 | 0 | 61 | 7 | 201 | 117 | 102 |
| Binary | 1100110 | 11101101 | 1111010 | 111001 | 0 | 110001 | 111 | 10000001 | 1001111 | 1000010 |
Color Harmonies of #66ED7A
Complementary color
Monochromatic Colors of #66ED7A
Black with #66ED7A
Text Example
Text Example
White with #66ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ED7A; }
p { color: rgb(102,237,122); }
H1.HeaderClassName
{
color: #66ED7A;
}
.AnyTagClassName
{
color: #66ED7A;
}
</style>
background-color css
<style>
a { background-color: #66ED7A; }
a { background-color: rgb(102,237,122); }
div.DivClassName
{
background-color: #66ED7A;
}
.BgClassName
{
background-color: #66ED7A;
}
</style>
border-color css
<style>
span { border-color: #66ED7A; }
span { border-color: rgb(102,237,122); }
td.TdClassName
{
border-color: #66ED7A;
}
.TagClassName
{
border-color: #66ED7A;
}
</style>