Shades of Pastel Green #68D86C
Tints of Pastel Green #68D86C
RGB
CMYK
RGB Variations
Color information
#68D86C (or 0x68D86C) is known color: Pastel Green. HEX triplet: 68, D8 and 6C. RGB value is (104,216,108). Sum of RGB (Red+Green+Blue) = 104+216+108=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #68D86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D86C is #972793. Grayscale: #AAAAAA. Windows color (decimal): -9906068 or 7133288. OLE color: 7133288.
HSL color Cylindrical-coordinate representation of color #68D86C: hue angle of 122.14º 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 #68D86C is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 108 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.15 |
| HSL | 122.14º | 0.59% | 0.63% | - |
| HSV(B) | 122.14º | 0.52% | 0.85% | - |
| XYZ | 32.97 | 53.14 | 22.71 | - |
| YUV | 170.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 108 | 0.52 | 0 | 0.50 | 0.15 | 122.14 | 0.59 | 0.63 |
| Hex | 68 | D8 | 6C | 34 | 0 | 32 | F | 7A | 3B | 3F |
| Octal | 150 | 330 | 154 | 64 | 0 | 62 | 17 | 172 | 73 | 77 |
| Binary | 1101000 | 11011000 | 1101100 | 110100 | 0 | 110010 | 1111 | 1111010 | 111011 | 111111 |
Color Harmonies of #68D86C
Complementary color
Monochromatic Colors of #68D86C
Black with #68D86C
Text Example
Text Example
White with #68D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D86C; }
p { color: rgb(104,216,108); }
H1.HeaderClassName
{
color: #68D86C;
}
.AnyTagClassName
{
color: #68D86C;
}
</style>
background-color css
<style>
a { background-color: #68D86C; }
a { background-color: rgb(104,216,108); }
div.DivClassName
{
background-color: #68D86C;
}
.BgClassName
{
background-color: #68D86C;
}
</style>
border-color css
<style>
span { border-color: #68D86C; }
span { border-color: rgb(104,216,108); }
td.TdClassName
{
border-color: #68D86C;
}
.TagClassName
{
border-color: #68D86C;
}
</style>