Shades of Pastel Green #68D060
Tints of Pastel Green #68D060
RGB
CMYK
RGB Variations
Color information
#68D060 (or 0x68D060) is known color: Pastel Green. HEX triplet: 68, D0 and 60. RGB value is (104,208,96). Sum of RGB (Red+Green+Blue) = 104+208+96=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #68D060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D060 is #972F9F. Grayscale: #A4A4A4. Windows color (decimal): -9908128 or 6344808. OLE color: 6344808.
HSL color Cylindrical-coordinate representation of color #68D060: hue angle of 115.71º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68D060 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 96 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.18 |
| HSL | 115.71º | 0.54% | 0.6% | - |
| HSV(B) | 115.71º | 0.54% | 0.82% | - |
| XYZ | 30.38 | 48.9 | 18.9 | - |
| YUV | 164.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 96 | 0.5 | 0 | 0.54 | 0.18 | 115.71 | 0.54 | 0.6 |
| Hex | 68 | D0 | 60 | 32 | 0 | 36 | 12 | 74 | 36 | 3C |
| Octal | 150 | 320 | 140 | 62 | 0 | 66 | 22 | 164 | 66 | 74 |
| Binary | 1101000 | 11010000 | 1100000 | 110010 | 0 | 110110 | 10010 | 1110100 | 110110 | 111100 |
Color Harmonies of #68D060
Complementary color
Monochromatic Colors of #68D060
Black with #68D060
Text Example
Text Example
White with #68D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D060; }
p { color: rgb(104,208,96); }
H1.HeaderClassName
{
color: #68D060;
}
.AnyTagClassName
{
color: #68D060;
}
</style>
background-color css
<style>
a { background-color: #68D060; }
a { background-color: rgb(104,208,96); }
div.DivClassName
{
background-color: #68D060;
}
.BgClassName
{
background-color: #68D060;
}
</style>
border-color css
<style>
span { border-color: #68D060; }
span { border-color: rgb(104,208,96); }
td.TdClassName
{
border-color: #68D060;
}
.TagClassName
{
border-color: #68D060;
}
</style>