Shades of Pastel Green #68D573
Tints of Pastel Green #68D573
RGB
CMYK
RGB Variations
Color information
#68D573 (or 0x68D573) is known color: Pastel Green. HEX triplet: 68, D5 and 73. RGB value is (104,213,115). Sum of RGB (Red+Green+Blue) = 104+213+115=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #68D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D573 is #972A8C. Grayscale: #A9A9A9. Windows color (decimal): -9906829 or 7591272. OLE color: 7591272.
HSL color Cylindrical-coordinate representation of color #68D573: hue angle of 126.06º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D573 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 115 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.16 |
| HSL | 126.06º | 0.56% | 0.62% | - |
| HSV(B) | 126.06º | 0.51% | 0.84% | - |
| XYZ | 32.6 | 51.77 | 24.49 | - |
| YUV | 169.24 | 97.39 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 115 | 0.51 | 0 | 0.46 | 0.16 | 126.06 | 0.56 | 0.62 |
| Hex | 68 | D5 | 73 | 33 | 0 | 2E | 10 | 7E | 38 | 3E |
| Octal | 150 | 325 | 163 | 63 | 0 | 56 | 20 | 176 | 70 | 76 |
| Binary | 1101000 | 11010101 | 1110011 | 110011 | 0 | 101110 | 10000 | 1111110 | 111000 | 111110 |
Color Harmonies of #68D573
Complementary color
Monochromatic Colors of #68D573
Black with #68D573
Text Example
Text Example
White with #68D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D573; }
p { color: rgb(104,213,115); }
H1.HeaderClassName
{
color: #68D573;
}
.AnyTagClassName
{
color: #68D573;
}
</style>
background-color css
<style>
a { background-color: #68D573; }
a { background-color: rgb(104,213,115); }
div.DivClassName
{
background-color: #68D573;
}
.BgClassName
{
background-color: #68D573;
}
</style>
border-color css
<style>
span { border-color: #68D573; }
span { border-color: rgb(104,213,115); }
td.TdClassName
{
border-color: #68D573;
}
.TagClassName
{
border-color: #68D573;
}
</style>