Shades of Pastel Green #66DF64
Tints of Pastel Green #66DF64
RGB
CMYK
RGB Variations
Color information
#66DF64 (or 0x66DF64) is known color: Pastel Green. HEX triplet: 66, DF and 64. RGB value is (102,223,100). Sum of RGB (Red+Green+Blue) = 102+223+100=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DF64 is #99209B. Grayscale: #ADADAD. Windows color (decimal): -10035356 or 6610790. OLE color: 6610790.
HSL color Cylindrical-coordinate representation of color #66DF64: hue angle of 119.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66DF64 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 100 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.13 |
| HSL | 119.02º | 0.66% | 0.63% | - |
| HSV(B) | 119.02º | 0.55% | 0.87% | - |
| XYZ | 34.17 | 56.52 | 21.17 | - |
| YUV | 172.8 | 86.91 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 100 | 0.54 | 0 | 0.55 | 0.13 | 119.02 | 0.66 | 0.63 |
| Hex | 66 | DF | 64 | 36 | 0 | 37 | D | 77 | 42 | 3F |
| Octal | 146 | 337 | 144 | 66 | 0 | 67 | 15 | 167 | 102 | 77 |
| Binary | 1100110 | 11011111 | 1100100 | 110110 | 0 | 110111 | 1101 | 1110111 | 1000010 | 111111 |
Color Harmonies of #66DF64
Complementary color
Monochromatic Colors of #66DF64
Black with #66DF64
Text Example
Text Example
White with #66DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF64; }
p { color: rgb(102,223,100); }
H1.HeaderClassName
{
color: #66DF64;
}
.AnyTagClassName
{
color: #66DF64;
}
</style>
background-color css
<style>
a { background-color: #66DF64; }
a { background-color: rgb(102,223,100); }
div.DivClassName
{
background-color: #66DF64;
}
.BgClassName
{
background-color: #66DF64;
}
</style>
border-color css
<style>
span { border-color: #66DF64; }
span { border-color: rgb(102,223,100); }
td.TdClassName
{
border-color: #66DF64;
}
.TagClassName
{
border-color: #66DF64;
}
</style>