Shades of Pastel Green #68D666
Tints of Pastel Green #68D666
RGB
CMYK
RGB Variations
Color information
#68D666 (or 0x68D666) is known color: Pastel Green. HEX triplet: 68, D6 and 66. RGB value is (104,214,102). Sum of RGB (Red+Green+Blue) = 104+214+102=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #68D666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D666 is #972999. Grayscale: #A8A8A8. Windows color (decimal): -9906586 or 6739560. OLE color: 6739560.
HSL color Cylindrical-coordinate representation of color #68D666: hue angle of 118.93º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D666 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 102 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.16 |
| HSL | 118.93º | 0.58% | 0.62% | - |
| HSV(B) | 118.93º | 0.52% | 0.84% | - |
| XYZ | 32.15 | 52 | 20.91 | - |
| YUV | 168.34 | 90.56 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 102 | 0.51 | 0 | 0.52 | 0.16 | 118.93 | 0.58 | 0.62 |
| Hex | 68 | D6 | 66 | 33 | 0 | 34 | 10 | 77 | 3A | 3E |
| Octal | 150 | 326 | 146 | 63 | 0 | 64 | 20 | 167 | 72 | 76 |
| Binary | 1101000 | 11010110 | 1100110 | 110011 | 0 | 110100 | 10000 | 1110111 | 111010 | 111110 |
Color Harmonies of #68D666
Complementary color
Monochromatic Colors of #68D666
Black with #68D666
Text Example
Text Example
White with #68D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D666; }
p { color: rgb(104,214,102); }
H1.HeaderClassName
{
color: #68D666;
}
.AnyTagClassName
{
color: #68D666;
}
</style>
background-color css
<style>
a { background-color: #68D666; }
a { background-color: rgb(104,214,102); }
div.DivClassName
{
background-color: #68D666;
}
.BgClassName
{
background-color: #68D666;
}
</style>
border-color css
<style>
span { border-color: #68D666; }
span { border-color: rgb(104,214,102); }
td.TdClassName
{
border-color: #68D666;
}
.TagClassName
{
border-color: #68D666;
}
</style>