Shades of Pastel Green #68CE7C
Tints of Pastel Green #68CE7C
RGB
CMYK
RGB Variations
Color information
#68CE7C (or 0x68CE7C) is known color: Pastel Green. HEX triplet: 68, CE and 7C. RGB value is (104,206,124). Sum of RGB (Red+Green+Blue) = 104+206+124=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CE7C is #973183. Grayscale: #A6A6A6. Windows color (decimal): -9908612 or 8179304. OLE color: 8179304.
HSL color Cylindrical-coordinate representation of color #68CE7C: hue angle of 131.76º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CE7C is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 124 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.19 |
| HSL | 131.76º | 0.51% | 0.61% | - |
| HSV(B) | 131.76º | 0.5% | 0.81% | - |
| XYZ | 31.42 | 48.54 | 26.78 | - |
| YUV | 166.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 124 | 0.50 | 0 | 0.40 | 0.19 | 131.76 | 0.51 | 0.61 |
| Hex | 68 | CE | 7C | 32 | 0 | 28 | 13 | 84 | 33 | 3D |
| Octal | 150 | 316 | 174 | 62 | 0 | 50 | 23 | 204 | 63 | 75 |
| Binary | 1101000 | 11001110 | 1111100 | 110010 | 0 | 101000 | 10011 | 10000100 | 110011 | 111101 |
Color Harmonies of #68CE7C
Complementary color
Monochromatic Colors of #68CE7C
Black with #68CE7C
Text Example
Text Example
White with #68CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE7C; }
p { color: rgb(104,206,124); }
H1.HeaderClassName
{
color: #68CE7C;
}
.AnyTagClassName
{
color: #68CE7C;
}
</style>
background-color css
<style>
a { background-color: #68CE7C; }
a { background-color: rgb(104,206,124); }
div.DivClassName
{
background-color: #68CE7C;
}
.BgClassName
{
background-color: #68CE7C;
}
</style>
border-color css
<style>
span { border-color: #68CE7C; }
span { border-color: rgb(104,206,124); }
td.TdClassName
{
border-color: #68CE7C;
}
.TagClassName
{
border-color: #68CE7C;
}
</style>