Shades of Pastel Green #66DB68
Tints of Pastel Green #66DB68
RGB
CMYK
RGB Variations
Color information
#66DB68 (or 0x66DB68) is known color: Pastel Green. HEX triplet: 66, DB and 68. RGB value is (102,219,104). Sum of RGB (Red+Green+Blue) = 102+219+104=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DB68 is #992497. Grayscale: #ABABAB. Windows color (decimal): -10036376 or 6871910. OLE color: 6871910.
HSL color Cylindrical-coordinate representation of color #66DB68: hue angle of 121.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB68 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 104 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.14 |
| HSL | 121.03º | 0.62% | 0.63% | - |
| HSV(B) | 121.03º | 0.53% | 0.86% | - |
| XYZ | 33.31 | 54.49 | 21.86 | - |
| YUV | 170.91 | 90.24 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 104 | 0.53 | 0 | 0.53 | 0.14 | 121.03 | 0.62 | 0.63 |
| Hex | 66 | DB | 68 | 35 | 0 | 35 | E | 79 | 3E | 3F |
| Octal | 146 | 333 | 150 | 65 | 0 | 65 | 16 | 171 | 76 | 77 |
| Binary | 1100110 | 11011011 | 1101000 | 110101 | 0 | 110101 | 1110 | 1111001 | 111110 | 111111 |
Color Harmonies of #66DB68
Complementary color
Monochromatic Colors of #66DB68
Black with #66DB68
Text Example
Text Example
White with #66DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB68; }
p { color: rgb(102,219,104); }
H1.HeaderClassName
{
color: #66DB68;
}
.AnyTagClassName
{
color: #66DB68;
}
</style>
background-color css
<style>
a { background-color: #66DB68; }
a { background-color: rgb(102,219,104); }
div.DivClassName
{
background-color: #66DB68;
}
.BgClassName
{
background-color: #66DB68;
}
</style>
border-color css
<style>
span { border-color: #66DB68; }
span { border-color: rgb(102,219,104); }
td.TdClassName
{
border-color: #66DB68;
}
.TagClassName
{
border-color: #66DB68;
}
</style>