Shades of Pastel Green #68DA6D
Tints of Pastel Green #68DA6D
RGB
CMYK
RGB Variations
Color information
#68DA6D (or 0x68DA6D) is known color: Pastel Green. HEX triplet: 68, DA and 6D. RGB value is (104,218,109). Sum of RGB (Red+Green+Blue) = 104+218+109=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA6D is #972592. Grayscale: #ABABAB. Windows color (decimal): -9905555 or 7199336. OLE color: 7199336.
HSL color Cylindrical-coordinate representation of color #68DA6D: hue angle of 122.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DA6D is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 109 | - |
| CMYK | 0.52 | 0 | 0.5 | 0.15 |
| HSL | 122.63º | 0.61% | 0.63% | - |
| HSV(B) | 122.63º | 0.52% | 0.85% | - |
| XYZ | 33.54 | 54.19 | 23.16 | - |
| YUV | 171.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 109 | 0.52 | 0 | 0.5 | 0.15 | 122.63 | 0.61 | 0.63 |
| Hex | 68 | DA | 6D | 34 | 0 | 32 | F | 7B | 3D | 3F |
| Octal | 150 | 332 | 155 | 64 | 0 | 62 | 17 | 173 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1101101 | 110100 | 0 | 110010 | 1111 | 1111011 | 111101 | 111111 |
Color Harmonies of #68DA6D
Complementary color
Monochromatic Colors of #68DA6D
Black with #68DA6D
Text Example
Text Example
White with #68DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA6D; }
p { color: rgb(104,218,109); }
H1.HeaderClassName
{
color: #68DA6D;
}
.AnyTagClassName
{
color: #68DA6D;
}
</style>
background-color css
<style>
a { background-color: #68DA6D; }
a { background-color: rgb(104,218,109); }
div.DivClassName
{
background-color: #68DA6D;
}
.BgClassName
{
background-color: #68DA6D;
}
</style>
border-color css
<style>
span { border-color: #68DA6D; }
span { border-color: rgb(104,218,109); }
td.TdClassName
{
border-color: #68DA6D;
}
.TagClassName
{
border-color: #68DA6D;
}
</style>