Shades of Pastel Green #68D97B
Tints of Pastel Green #68D97B
RGB
CMYK
RGB Variations
Color information
#68D97B (or 0x68D97B) is known color: Pastel Green. HEX triplet: 68, D9 and 7B. RGB value is (104,217,123). Sum of RGB (Red+Green+Blue) = 104+217+123=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #68D97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D97B is #972684. Grayscale: #ACACAC. Windows color (decimal): -9905797 or 8116584. OLE color: 8116584.
HSL color Cylindrical-coordinate representation of color #68D97B: hue angle of 130.09º 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 #68D97B is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 123 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.15 |
| HSL | 130.09º | 0.6% | 0.63% | - |
| HSV(B) | 130.09º | 0.52% | 0.85% | - |
| XYZ | 34.1 | 54 | 27.36 | - |
| YUV | 172.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 123 | 0.52 | 0 | 0.43 | 0.15 | 130.09 | 0.6 | 0.63 |
| Hex | 68 | D9 | 7B | 34 | 0 | 2B | F | 82 | 3C | 3F |
| Octal | 150 | 331 | 173 | 64 | 0 | 53 | 17 | 202 | 74 | 77 |
| Binary | 1101000 | 11011001 | 1111011 | 110100 | 0 | 101011 | 1111 | 10000010 | 111100 | 111111 |
Color Harmonies of #68D97B
Complementary color
Monochromatic Colors of #68D97B
Black with #68D97B
Text Example
Text Example
White with #68D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D97B; }
p { color: rgb(104,217,123); }
H1.HeaderClassName
{
color: #68D97B;
}
.AnyTagClassName
{
color: #68D97B;
}
</style>
background-color css
<style>
a { background-color: #68D97B; }
a { background-color: rgb(104,217,123); }
div.DivClassName
{
background-color: #68D97B;
}
.BgClassName
{
background-color: #68D97B;
}
</style>
border-color css
<style>
span { border-color: #68D97B; }
span { border-color: rgb(104,217,123); }
td.TdClassName
{
border-color: #68D97B;
}
.TagClassName
{
border-color: #68D97B;
}
</style>