Shades of Pastel Green #68D960
Tints of Pastel Green #68D960
RGB
CMYK
RGB Variations
Color information
#68D960 (or 0x68D960) is known color: Pastel Green. HEX triplet: 68, D9 and 60. RGB value is (104,217,96). Sum of RGB (Red+Green+Blue) = 104+217+96=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #68D960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D960 is #97269F. Grayscale: #A9A9A9. Windows color (decimal): -9905824 or 6347112. OLE color: 6347112.
HSL color Cylindrical-coordinate representation of color #68D960: hue angle of 116.03º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D960 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 96 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.15 |
| HSL | 116.03º | 0.61% | 0.61% | - |
| HSV(B) | 116.03º | 0.56% | 0.85% | - |
| XYZ | 32.63 | 53.41 | 19.66 | - |
| YUV | 169.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 96 | 0.52 | 0 | 0.56 | 0.15 | 116.03 | 0.61 | 0.61 |
| Hex | 68 | D9 | 60 | 34 | 0 | 38 | F | 74 | 3D | 3D |
| Octal | 150 | 331 | 140 | 64 | 0 | 70 | 17 | 164 | 75 | 75 |
| Binary | 1101000 | 11011001 | 1100000 | 110100 | 0 | 111000 | 1111 | 1110100 | 111101 | 111101 |
Color Harmonies of #68D960
Complementary color
Monochromatic Colors of #68D960
Black with #68D960
Text Example
Text Example
White with #68D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D960; }
p { color: rgb(104,217,96); }
H1.HeaderClassName
{
color: #68D960;
}
.AnyTagClassName
{
color: #68D960;
}
</style>
background-color css
<style>
a { background-color: #68D960; }
a { background-color: rgb(104,217,96); }
div.DivClassName
{
background-color: #68D960;
}
.BgClassName
{
background-color: #68D960;
}
</style>
border-color css
<style>
span { border-color: #68D960; }
span { border-color: rgb(104,217,96); }
td.TdClassName
{
border-color: #68D960;
}
.TagClassName
{
border-color: #68D960;
}
</style>