Shades of Pastel Green #66DF62
Tints of Pastel Green #66DF62
RGB
CMYK
RGB Variations
Color information
#66DF62 (or 0x66DF62) is known color: Pastel Green. HEX triplet: 66, DF and 62. RGB value is (102,223,98). Sum of RGB (Red+Green+Blue) = 102+223+98=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DF62 is #99209D. Grayscale: #ACACAC. Windows color (decimal): -10035358 or 6479718. OLE color: 6479718.
HSL color Cylindrical-coordinate representation of color #66DF62: hue angle of 118.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66DF62 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 98 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.13 |
| HSL | 118.08º | 0.66% | 0.63% | - |
| HSV(B) | 118.08º | 0.56% | 0.87% | - |
| XYZ | 34.07 | 56.48 | 20.66 | - |
| YUV | 172.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 98 | 0.54 | 0 | 0.56 | 0.13 | 118.08 | 0.66 | 0.63 |
| Hex | 66 | DF | 62 | 36 | 0 | 38 | D | 76 | 42 | 3F |
| Octal | 146 | 337 | 142 | 66 | 0 | 70 | 15 | 166 | 102 | 77 |
| Binary | 1100110 | 11011111 | 1100010 | 110110 | 0 | 111000 | 1101 | 1110110 | 1000010 | 111111 |
Color Harmonies of #66DF62
Complementary color
Monochromatic Colors of #66DF62
Black with #66DF62
Text Example
Text Example
White with #66DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF62; }
p { color: rgb(102,223,98); }
H1.HeaderClassName
{
color: #66DF62;
}
.AnyTagClassName
{
color: #66DF62;
}
</style>
background-color css
<style>
a { background-color: #66DF62; }
a { background-color: rgb(102,223,98); }
div.DivClassName
{
background-color: #66DF62;
}
.BgClassName
{
background-color: #66DF62;
}
</style>
border-color css
<style>
span { border-color: #66DF62; }
span { border-color: rgb(102,223,98); }
td.TdClassName
{
border-color: #66DF62;
}
.TagClassName
{
border-color: #66DF62;
}
</style>