Shades of Pastel Green #66EE7A
Tints of Pastel Green #66EE7A
RGB
CMYK
RGB Variations
Color information
#66EE7A (or 0x66EE7A) is known color: Pastel Green. HEX triplet: 66, EE and 7A. RGB value is (102,238,122). Sum of RGB (Red+Green+Blue) = 102+238+122=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #66EE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66EE7A is #991185. Grayscale: #B8B8B8. Windows color (decimal): -10031494 or 8056422. OLE color: 8056422.
HSL color Cylindrical-coordinate representation of color #66EE7A: hue angle of 128.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EE7A is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 238 | 122 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.07 |
| HSL | 128.82º | 0.8% | 0.67% | - |
| HSV(B) | 128.82º | 0.57% | 0.93% | - |
| XYZ | 39.57 | 65.38 | 28.95 | - |
| YUV | 184.11 | 92.94 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 238 | 122 | 0.57 | 0 | 0.49 | 0.07 | 128.82 | 0.8 | 0.67 |
| Hex | 66 | EE | 7A | 39 | 0 | 31 | 7 | 81 | 50 | 43 |
| Octal | 146 | 356 | 172 | 71 | 0 | 61 | 7 | 201 | 120 | 103 |
| Binary | 1100110 | 11101110 | 1111010 | 111001 | 0 | 110001 | 111 | 10000001 | 1010000 | 1000011 |
Color Harmonies of #66EE7A
Complementary color
Monochromatic Colors of #66EE7A
Black with #66EE7A
Text Example
Text Example
White with #66EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EE7A; }
p { color: rgb(102,238,122); }
H1.HeaderClassName
{
color: #66EE7A;
}
.AnyTagClassName
{
color: #66EE7A;
}
</style>
background-color css
<style>
a { background-color: #66EE7A; }
a { background-color: rgb(102,238,122); }
div.DivClassName
{
background-color: #66EE7A;
}
.BgClassName
{
background-color: #66EE7A;
}
</style>
border-color css
<style>
span { border-color: #66EE7A; }
span { border-color: rgb(102,238,122); }
td.TdClassName
{
border-color: #66EE7A;
}
.TagClassName
{
border-color: #66EE7A;
}
</style>