Shades of Pastel Green #68D669
Tints of Pastel Green #68D669
RGB
CMYK
RGB Variations
Color information
#68D669 (or 0x68D669) is known color: Pastel Green. HEX triplet: 68, D6 and 69. RGB value is (104,214,105). Sum of RGB (Red+Green+Blue) = 104+214+105=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #68D669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D669 is #972996. Grayscale: #A9A9A9. Windows color (decimal): -9906583 or 6936168. OLE color: 6936168.
HSL color Cylindrical-coordinate representation of color #68D669: hue angle of 120.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D669 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 105 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.16 |
| HSL | 120.55º | 0.57% | 0.62% | - |
| HSV(B) | 120.55º | 0.51% | 0.84% | - |
| XYZ | 32.31 | 52.06 | 21.71 | - |
| YUV | 168.68 | 92.06 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 105 | 0.51 | 0 | 0.51 | 0.16 | 120.55 | 0.57 | 0.62 |
| Hex | 68 | D6 | 69 | 33 | 0 | 33 | 10 | 79 | 39 | 3E |
| Octal | 150 | 326 | 151 | 63 | 0 | 63 | 20 | 171 | 71 | 76 |
| Binary | 1101000 | 11010110 | 1101001 | 110011 | 0 | 110011 | 10000 | 1111001 | 111001 | 111110 |
Color Harmonies of #68D669
Complementary color
Monochromatic Colors of #68D669
Black with #68D669
Text Example
Text Example
White with #68D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D669; }
p { color: rgb(104,214,105); }
H1.HeaderClassName
{
color: #68D669;
}
.AnyTagClassName
{
color: #68D669;
}
</style>
background-color css
<style>
a { background-color: #68D669; }
a { background-color: rgb(104,214,105); }
div.DivClassName
{
background-color: #68D669;
}
.BgClassName
{
background-color: #68D669;
}
</style>
border-color css
<style>
span { border-color: #68D669; }
span { border-color: rgb(104,214,105); }
td.TdClassName
{
border-color: #68D669;
}
.TagClassName
{
border-color: #68D669;
}
</style>