Shades of Pastel Green #68D378
Tints of Pastel Green #68D378
RGB
CMYK
RGB Variations
Color information
#68D378 (or 0x68D378) is known color: Pastel Green. HEX triplet: 68, D3 and 78. RGB value is (104,211,120). Sum of RGB (Red+Green+Blue) = 104+211+120=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #68D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D378 is #972C87. Grayscale: #A8A8A8. Windows color (decimal): -9907336 or 7918440. OLE color: 7918440.
HSL color Cylindrical-coordinate representation of color #68D378: hue angle of 128.97º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D378 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 120 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.17 |
| HSL | 128.97º | 0.55% | 0.62% | - |
| HSV(B) | 128.97º | 0.51% | 0.83% | - |
| XYZ | 32.39 | 50.89 | 25.88 | - |
| YUV | 168.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 120 | 0.51 | 0 | 0.43 | 0.17 | 128.97 | 0.55 | 0.62 |
| Hex | 68 | D3 | 78 | 33 | 0 | 2B | 11 | 81 | 37 | 3E |
| Octal | 150 | 323 | 170 | 63 | 0 | 53 | 21 | 201 | 67 | 76 |
| Binary | 1101000 | 11010011 | 1111000 | 110011 | 0 | 101011 | 10001 | 10000001 | 110111 | 111110 |
Color Harmonies of #68D378
Complementary color
Monochromatic Colors of #68D378
Black with #68D378
Text Example
Text Example
White with #68D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D378; }
p { color: rgb(104,211,120); }
H1.HeaderClassName
{
color: #68D378;
}
.AnyTagClassName
{
color: #68D378;
}
</style>
background-color css
<style>
a { background-color: #68D378; }
a { background-color: rgb(104,211,120); }
div.DivClassName
{
background-color: #68D378;
}
.BgClassName
{
background-color: #68D378;
}
</style>
border-color css
<style>
span { border-color: #68D378; }
span { border-color: rgb(104,211,120); }
td.TdClassName
{
border-color: #68D378;
}
.TagClassName
{
border-color: #68D378;
}
</style>