Shades of Pastel Green #68DC72
Tints of Pastel Green #68DC72
RGB
CMYK
RGB Variations
Color information
#68DC72 (or 0x68DC72) is known color: Pastel Green. HEX triplet: 68, DC and 72. RGB value is (104,220,114). Sum of RGB (Red+Green+Blue) = 104+220+114=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC72 is #97238D. Grayscale: #ADADAD. Windows color (decimal): -9905038 or 7527528. OLE color: 7527528.
HSL color Cylindrical-coordinate representation of color #68DC72: hue angle of 125.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC72 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 114 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.14 |
| HSL | 125.17º | 0.62% | 0.64% | - |
| HSV(B) | 125.17º | 0.53% | 0.86% | - |
| XYZ | 34.34 | 55.34 | 24.79 | - |
| YUV | 173.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 114 | 0.53 | 0 | 0.48 | 0.14 | 125.17 | 0.62 | 0.64 |
| Hex | 68 | DC | 72 | 35 | 0 | 30 | E | 7D | 3E | 40 |
| Octal | 150 | 334 | 162 | 65 | 0 | 60 | 16 | 175 | 76 | 100 |
| Binary | 1101000 | 11011100 | 1110010 | 110101 | 0 | 110000 | 1110 | 1111101 | 111110 | 1000000 |
Color Harmonies of #68DC72
Complementary color
Monochromatic Colors of #68DC72
Black with #68DC72
Text Example
Text Example
White with #68DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC72; }
p { color: rgb(104,220,114); }
H1.HeaderClassName
{
color: #68DC72;
}
.AnyTagClassName
{
color: #68DC72;
}
</style>
background-color css
<style>
a { background-color: #68DC72; }
a { background-color: rgb(104,220,114); }
div.DivClassName
{
background-color: #68DC72;
}
.BgClassName
{
background-color: #68DC72;
}
</style>
border-color css
<style>
span { border-color: #68DC72; }
span { border-color: rgb(104,220,114); }
td.TdClassName
{
border-color: #68DC72;
}
.TagClassName
{
border-color: #68DC72;
}
</style>