Shades of Pastel Green #68DB73
Tints of Pastel Green #68DB73
RGB
CMYK
RGB Variations
Color information
#68DB73 (or 0x68DB73) is known color: Pastel Green. HEX triplet: 68, DB and 73. RGB value is (104,219,115). Sum of RGB (Red+Green+Blue) = 104+219+115=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB73 is #97248C. Grayscale: #ADADAD. Windows color (decimal): -9905293 or 7592808. OLE color: 7592808.
HSL color Cylindrical-coordinate representation of color #68DB73: hue angle of 125.74º degrees, saturation: 0.61, 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 #68DB73 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 115 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.14 |
| HSL | 125.74º | 0.61% | 0.63% | - |
| HSV(B) | 125.74º | 0.53% | 0.86% | - |
| XYZ | 34.13 | 54.84 | 25.01 | - |
| YUV | 172.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 115 | 0.53 | 0 | 0.47 | 0.14 | 125.74 | 0.61 | 0.63 |
| Hex | 68 | DB | 73 | 35 | 0 | 2F | E | 7E | 3D | 3F |
| Octal | 150 | 333 | 163 | 65 | 0 | 57 | 16 | 176 | 75 | 77 |
| Binary | 1101000 | 11011011 | 1110011 | 110101 | 0 | 101111 | 1110 | 1111110 | 111101 | 111111 |
Color Harmonies of #68DB73
Complementary color
Monochromatic Colors of #68DB73
Black with #68DB73
Text Example
Text Example
White with #68DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB73; }
p { color: rgb(104,219,115); }
H1.HeaderClassName
{
color: #68DB73;
}
.AnyTagClassName
{
color: #68DB73;
}
</style>
background-color css
<style>
a { background-color: #68DB73; }
a { background-color: rgb(104,219,115); }
div.DivClassName
{
background-color: #68DB73;
}
.BgClassName
{
background-color: #68DB73;
}
</style>
border-color css
<style>
span { border-color: #68DB73; }
span { border-color: rgb(104,219,115); }
td.TdClassName
{
border-color: #68DB73;
}
.TagClassName
{
border-color: #68DB73;
}
</style>