Shades of Pastel Green #68D873
Tints of Pastel Green #68D873
RGB
CMYK
RGB Variations
Color information
#68D873 (or 0x68D873) is known color: Pastel Green. HEX triplet: 68, D8 and 73. RGB value is (104,216,115). Sum of RGB (Red+Green+Blue) = 104+216+115=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #68D873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D873 is #97278C. Grayscale: #ABABAB. Windows color (decimal): -9906061 or 7592040. OLE color: 7592040.
HSL color Cylindrical-coordinate representation of color #68D873: hue angle of 125.89º degrees, saturation: 0.59, 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 #68D873 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 115 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.15 |
| HSL | 125.89º | 0.59% | 0.63% | - |
| HSV(B) | 125.89º | 0.52% | 0.85% | - |
| XYZ | 33.36 | 53.29 | 24.75 | - |
| YUV | 171 | 96.39 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 115 | 0.52 | 0 | 0.47 | 0.15 | 125.89 | 0.59 | 0.63 |
| Hex | 68 | D8 | 73 | 34 | 0 | 2F | F | 7E | 3B | 3F |
| Octal | 150 | 330 | 163 | 64 | 0 | 57 | 17 | 176 | 73 | 77 |
| Binary | 1101000 | 11011000 | 1110011 | 110100 | 0 | 101111 | 1111 | 1111110 | 111011 | 111111 |
Color Harmonies of #68D873
Complementary color
Monochromatic Colors of #68D873
Black with #68D873
Text Example
Text Example
White with #68D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D873; }
p { color: rgb(104,216,115); }
H1.HeaderClassName
{
color: #68D873;
}
.AnyTagClassName
{
color: #68D873;
}
</style>
background-color css
<style>
a { background-color: #68D873; }
a { background-color: rgb(104,216,115); }
div.DivClassName
{
background-color: #68D873;
}
.BgClassName
{
background-color: #68D873;
}
</style>
border-color css
<style>
span { border-color: #68D873; }
span { border-color: rgb(104,216,115); }
td.TdClassName
{
border-color: #68D873;
}
.TagClassName
{
border-color: #68D873;
}
</style>