Shades of Pastel Green #68D372
Tints of Pastel Green #68D372
RGB
CMYK
RGB Variations
Color information
#68D372 (or 0x68D372) is known color: Pastel Green. HEX triplet: 68, D3 and 72. RGB value is (104,211,114). Sum of RGB (Red+Green+Blue) = 104+211+114=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #68D372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D372 is #972C8D. Grayscale: #A8A8A8. Windows color (decimal): -9907342 or 7525224. OLE color: 7525224.
HSL color Cylindrical-coordinate representation of color #68D372: hue angle of 125.61º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D372 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 114 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.17 |
| HSL | 125.61º | 0.55% | 0.62% | - |
| HSV(B) | 125.61º | 0.51% | 0.83% | - |
| XYZ | 32.04 | 50.75 | 24.03 | - |
| YUV | 167.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 114 | 0.51 | 0 | 0.46 | 0.17 | 125.61 | 0.55 | 0.62 |
| Hex | 68 | D3 | 72 | 33 | 0 | 2E | 11 | 7E | 37 | 3E |
| Octal | 150 | 323 | 162 | 63 | 0 | 56 | 21 | 176 | 67 | 76 |
| Binary | 1101000 | 11010011 | 1110010 | 110011 | 0 | 101110 | 10001 | 1111110 | 110111 | 111110 |
Color Harmonies of #68D372
Complementary color
Monochromatic Colors of #68D372
Black with #68D372
Text Example
Text Example
White with #68D372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D372; }
p { color: rgb(104,211,114); }
H1.HeaderClassName
{
color: #68D372;
}
.AnyTagClassName
{
color: #68D372;
}
</style>
background-color css
<style>
a { background-color: #68D372; }
a { background-color: rgb(104,211,114); }
div.DivClassName
{
background-color: #68D372;
}
.BgClassName
{
background-color: #68D372;
}
</style>
border-color css
<style>
span { border-color: #68D372; }
span { border-color: rgb(104,211,114); }
td.TdClassName
{
border-color: #68D372;
}
.TagClassName
{
border-color: #68D372;
}
</style>