Shades of Pastel Green #68D279
Tints of Pastel Green #68D279
RGB
CMYK
RGB Variations
Color information
#68D279 (or 0x68D279) is known color: Pastel Green. HEX triplet: 68, D2 and 79. RGB value is (104,210,121). Sum of RGB (Red+Green+Blue) = 104+210+121=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #68D279 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D279 is #972D86. Grayscale: #A8A8A8. Windows color (decimal): -9907591 or 7983720. OLE color: 7983720.
HSL color Cylindrical-coordinate representation of color #68D279: hue angle of 129.62º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D279 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 121 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.18 |
| HSL | 129.62º | 0.54% | 0.62% | - |
| HSV(B) | 129.62º | 0.5% | 0.82% | - |
| XYZ | 32.21 | 50.42 | 26.12 | - |
| YUV | 168.16 | 101.38 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 121 | 0.50 | 0 | 0.42 | 0.18 | 129.62 | 0.54 | 0.62 |
| Hex | 68 | D2 | 79 | 32 | 0 | 2A | 12 | 82 | 36 | 3E |
| Octal | 150 | 322 | 171 | 62 | 0 | 52 | 22 | 202 | 66 | 76 |
| Binary | 1101000 | 11010010 | 1111001 | 110010 | 0 | 101010 | 10010 | 10000010 | 110110 | 111110 |
Color Harmonies of #68D279
Complementary color
Monochromatic Colors of #68D279
Black with #68D279
Text Example
Text Example
White with #68D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D279; }
p { color: rgb(104,210,121); }
H1.HeaderClassName
{
color: #68D279;
}
.AnyTagClassName
{
color: #68D279;
}
</style>
background-color css
<style>
a { background-color: #68D279; }
a { background-color: rgb(104,210,121); }
div.DivClassName
{
background-color: #68D279;
}
.BgClassName
{
background-color: #68D279;
}
</style>
border-color css
<style>
span { border-color: #68D279; }
span { border-color: rgb(104,210,121); }
td.TdClassName
{
border-color: #68D279;
}
.TagClassName
{
border-color: #68D279;
}
</style>