Shades of Pastel Green #68D85F
Tints of Pastel Green #68D85F
RGB
CMYK
RGB Variations
Color information
#68D85F (or 0x68D85F) is known color: Pastel Green. HEX triplet: 68, D8 and 5F. RGB value is (104,216,95). Sum of RGB (Red+Green+Blue) = 104+216+95=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #68D85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D85F is #9727A0. Grayscale: #A9A9A9. Windows color (decimal): -9906081 or 6281320. OLE color: 6281320.
HSL color Cylindrical-coordinate representation of color #68D85F: hue angle of 115.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D85F is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 95 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.15 |
| HSL | 115.54º | 0.61% | 0.61% | - |
| HSV(B) | 115.54º | 0.56% | 0.85% | - |
| XYZ | 32.33 | 52.88 | 19.33 | - |
| YUV | 168.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 95 | 0.52 | 0 | 0.56 | 0.15 | 115.54 | 0.61 | 0.61 |
| Hex | 68 | D8 | 5F | 34 | 0 | 38 | F | 74 | 3D | 3D |
| Octal | 150 | 330 | 137 | 64 | 0 | 70 | 17 | 164 | 75 | 75 |
| Binary | 1101000 | 11011000 | 1011111 | 110100 | 0 | 111000 | 1111 | 1110100 | 111101 | 111101 |
Color Harmonies of #68D85F
Complementary color
Monochromatic Colors of #68D85F
Black with #68D85F
Text Example
Text Example
White with #68D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D85F; }
p { color: rgb(104,216,95); }
H1.HeaderClassName
{
color: #68D85F;
}
.AnyTagClassName
{
color: #68D85F;
}
</style>
background-color css
<style>
a { background-color: #68D85F; }
a { background-color: rgb(104,216,95); }
div.DivClassName
{
background-color: #68D85F;
}
.BgClassName
{
background-color: #68D85F;
}
</style>
border-color css
<style>
span { border-color: #68D85F; }
span { border-color: rgb(104,216,95); }
td.TdClassName
{
border-color: #68D85F;
}
.TagClassName
{
border-color: #68D85F;
}
</style>