Shades of Pastel Green #68D878
Tints of Pastel Green #68D878
RGB
CMYK
RGB Variations
Color information
#68D878 (or 0x68D878) is known color: Pastel Green. HEX triplet: 68, D8 and 78. RGB value is (104,216,120). Sum of RGB (Red+Green+Blue) = 104+216+120=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #68D878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D878 is #972787. Grayscale: #ABABAB. Windows color (decimal): -9906056 or 7919720. OLE color: 7919720.
HSL color Cylindrical-coordinate representation of color #68D878: hue angle of 128.57º degrees, saturation: 0.59, 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 #68D878 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 120 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.15 |
| HSL | 128.57º | 0.59% | 0.63% | - |
| HSV(B) | 128.57º | 0.52% | 0.85% | - |
| XYZ | 33.65 | 53.41 | 26.3 | - |
| YUV | 171.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 120 | 0.52 | 0 | 0.44 | 0.15 | 128.57 | 0.59 | 0.63 |
| Hex | 68 | D8 | 78 | 34 | 0 | 2C | F | 81 | 3B | 3F |
| Octal | 150 | 330 | 170 | 64 | 0 | 54 | 17 | 201 | 73 | 77 |
| Binary | 1101000 | 11011000 | 1111000 | 110100 | 0 | 101100 | 1111 | 10000001 | 111011 | 111111 |
Color Harmonies of #68D878
Complementary color
Monochromatic Colors of #68D878
Black with #68D878
Text Example
Text Example
White with #68D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D878; }
p { color: rgb(104,216,120); }
H1.HeaderClassName
{
color: #68D878;
}
.AnyTagClassName
{
color: #68D878;
}
</style>
background-color css
<style>
a { background-color: #68D878; }
a { background-color: rgb(104,216,120); }
div.DivClassName
{
background-color: #68D878;
}
.BgClassName
{
background-color: #68D878;
}
</style>
border-color css
<style>
span { border-color: #68D878; }
span { border-color: rgb(104,216,120); }
td.TdClassName
{
border-color: #68D878;
}
.TagClassName
{
border-color: #68D878;
}
</style>