Shades of Pastel Green #66DE5A
Tints of Pastel Green #66DE5A
RGB
CMYK
RGB Variations
Color information
#66DE5A (or 0x66DE5A) is known color: Pastel Green. HEX triplet: 66, DE and 5A. RGB value is (102,222,90). Sum of RGB (Red+Green+Blue) = 102+222+90=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DE5A is #9921A5. Grayscale: #ABABAB. Windows color (decimal): -10035622 or 5955174. OLE color: 5955174.
HSL color Cylindrical-coordinate representation of color #66DE5A: hue angle of 114.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66DE5A is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 90 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.13 |
| HSL | 114.55º | 0.67% | 0.61% | - |
| HSV(B) | 114.55º | 0.59% | 0.87% | - |
| XYZ | 33.45 | 55.81 | 18.68 | - |
| YUV | 171.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 90 | 0.54 | 0 | 0.59 | 0.13 | 114.55 | 0.67 | 0.61 |
| Hex | 66 | DE | 5A | 36 | 0 | 3B | D | 73 | 43 | 3D |
| Octal | 146 | 336 | 132 | 66 | 0 | 73 | 15 | 163 | 103 | 75 |
| Binary | 1100110 | 11011110 | 1011010 | 110110 | 0 | 111011 | 1101 | 1110011 | 1000011 | 111101 |
Color Harmonies of #66DE5A
Complementary color
Monochromatic Colors of #66DE5A
Black with #66DE5A
Text Example
Text Example
White with #66DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE5A; }
p { color: rgb(102,222,90); }
H1.HeaderClassName
{
color: #66DE5A;
}
.AnyTagClassName
{
color: #66DE5A;
}
</style>
background-color css
<style>
a { background-color: #66DE5A; }
a { background-color: rgb(102,222,90); }
div.DivClassName
{
background-color: #66DE5A;
}
.BgClassName
{
background-color: #66DE5A;
}
</style>
border-color css
<style>
span { border-color: #66DE5A; }
span { border-color: rgb(102,222,90); }
td.TdClassName
{
border-color: #66DE5A;
}
.TagClassName
{
border-color: #66DE5A;
}
</style>