Shades of Pastel Green #68DA72
Tints of Pastel Green #68DA72
RGB
CMYK
RGB Variations
Color information
#68DA72 (or 0x68DA72) is known color: Pastel Green. HEX triplet: 68, DA and 72. RGB value is (104,218,114). Sum of RGB (Red+Green+Blue) = 104+218+114=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA72 is #97258D. Grayscale: #ACACAC. Windows color (decimal): -9905550 or 7527016. OLE color: 7527016.
HSL color Cylindrical-coordinate representation of color #68DA72: hue angle of 125.26º 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 #68DA72 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 114 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.15 |
| HSL | 125.26º | 0.61% | 0.63% | - |
| HSV(B) | 125.26º | 0.52% | 0.85% | - |
| XYZ | 33.82 | 54.3 | 24.62 | - |
| YUV | 172.06 | 95.23 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 114 | 0.52 | 0 | 0.48 | 0.15 | 125.26 | 0.61 | 0.63 |
| Hex | 68 | DA | 72 | 34 | 0 | 30 | F | 7D | 3D | 3F |
| Octal | 150 | 332 | 162 | 64 | 0 | 60 | 17 | 175 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1110010 | 110100 | 0 | 110000 | 1111 | 1111101 | 111101 | 111111 |
Color Harmonies of #68DA72
Complementary color
Monochromatic Colors of #68DA72
Black with #68DA72
Text Example
Text Example
White with #68DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA72; }
p { color: rgb(104,218,114); }
H1.HeaderClassName
{
color: #68DA72;
}
.AnyTagClassName
{
color: #68DA72;
}
</style>
background-color css
<style>
a { background-color: #68DA72; }
a { background-color: rgb(104,218,114); }
div.DivClassName
{
background-color: #68DA72;
}
.BgClassName
{
background-color: #68DA72;
}
</style>
border-color css
<style>
span { border-color: #68DA72; }
span { border-color: rgb(104,218,114); }
td.TdClassName
{
border-color: #68DA72;
}
.TagClassName
{
border-color: #68DA72;
}
</style>