Shades of Pastel Green #68D971
Tints of Pastel Green #68D971
RGB
CMYK
RGB Variations
Color information
#68D971 (or 0x68D971) is known color: Pastel Green. HEX triplet: 68, D9 and 71. RGB value is (104,217,113). Sum of RGB (Red+Green+Blue) = 104+217+113=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #68D971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D971 is #97268E. Grayscale: #ABABAB. Windows color (decimal): -9905807 or 7461224. OLE color: 7461224.
HSL color Cylindrical-coordinate representation of color #68D971: hue angle of 124.78º degrees, saturation: 0.6, 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 #68D971 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 113 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.15 |
| HSL | 124.78º | 0.6% | 0.63% | - |
| HSV(B) | 124.78º | 0.52% | 0.85% | - |
| XYZ | 33.5 | 53.76 | 24.23 | - |
| YUV | 171.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 113 | 0.52 | 0 | 0.48 | 0.15 | 124.78 | 0.6 | 0.63 |
| Hex | 68 | D9 | 71 | 34 | 0 | 30 | F | 7D | 3C | 3F |
| Octal | 150 | 331 | 161 | 64 | 0 | 60 | 17 | 175 | 74 | 77 |
| Binary | 1101000 | 11011001 | 1110001 | 110100 | 0 | 110000 | 1111 | 1111101 | 111100 | 111111 |
Color Harmonies of #68D971
Complementary color
Monochromatic Colors of #68D971
Black with #68D971
Text Example
Text Example
White with #68D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D971; }
p { color: rgb(104,217,113); }
H1.HeaderClassName
{
color: #68D971;
}
.AnyTagClassName
{
color: #68D971;
}
</style>
background-color css
<style>
a { background-color: #68D971; }
a { background-color: rgb(104,217,113); }
div.DivClassName
{
background-color: #68D971;
}
.BgClassName
{
background-color: #68D971;
}
</style>
border-color css
<style>
span { border-color: #68D971; }
span { border-color: rgb(104,217,113); }
td.TdClassName
{
border-color: #68D971;
}
.TagClassName
{
border-color: #68D971;
}
</style>