Shades of Pastel Green #68D85C
Tints of Pastel Green #68D85C
RGB
CMYK
RGB Variations
Color information
#68D85C (or 0x68D85C) is known color: Pastel Green. HEX triplet: 68, D8 and 5C. RGB value is (104,216,92). Sum of RGB (Red+Green+Blue) = 104+216+92=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #68D85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D85C is #9727A3. Grayscale: #A8A8A8. Windows color (decimal): -9906084 or 6084712. OLE color: 6084712.
HSL color Cylindrical-coordinate representation of color #68D85C: hue angle of 114.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68D85C is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 92 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.15 |
| HSL | 114.19º | 0.61% | 0.6% | - |
| HSV(B) | 114.19º | 0.57% | 0.85% | - |
| XYZ | 32.2 | 52.83 | 18.63 | - |
| YUV | 168.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 92 | 0.52 | 0 | 0.57 | 0.15 | 114.19 | 0.61 | 0.6 |
| Hex | 68 | D8 | 5C | 34 | 0 | 39 | F | 72 | 3D | 3C |
| Octal | 150 | 330 | 134 | 64 | 0 | 71 | 17 | 162 | 75 | 74 |
| Binary | 1101000 | 11011000 | 1011100 | 110100 | 0 | 111001 | 1111 | 1110010 | 111101 | 111100 |
Color Harmonies of #68D85C
Complementary color
Monochromatic Colors of #68D85C
Black with #68D85C
Text Example
Text Example
White with #68D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D85C; }
p { color: rgb(104,216,92); }
H1.HeaderClassName
{
color: #68D85C;
}
.AnyTagClassName
{
color: #68D85C;
}
</style>
background-color css
<style>
a { background-color: #68D85C; }
a { background-color: rgb(104,216,92); }
div.DivClassName
{
background-color: #68D85C;
}
.BgClassName
{
background-color: #68D85C;
}
</style>
border-color css
<style>
span { border-color: #68D85C; }
span { border-color: rgb(104,216,92); }
td.TdClassName
{
border-color: #68D85C;
}
.TagClassName
{
border-color: #68D85C;
}
</style>