Shades of Pastel Green #68D85B
Tints of Pastel Green #68D85B
RGB
CMYK
RGB Variations
Color information
#68D85B (or 0x68D85B) is known color: Pastel Green. HEX triplet: 68, D8 and 5B. RGB value is (104,216,91). Sum of RGB (Red+Green+Blue) = 104+216+91=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #68D85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D85B is #9727A4. Grayscale: #A8A8A8. Windows color (decimal): -9906085 or 6019176. OLE color: 6019176.
HSL color Cylindrical-coordinate representation of color #68D85B: hue angle of 113.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68D85B is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 91 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.15 |
| HSL | 113.76º | 0.62% | 0.6% | - |
| HSV(B) | 113.76º | 0.58% | 0.85% | - |
| XYZ | 32.15 | 52.81 | 18.4 | - |
| YUV | 168.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 91 | 0.52 | 0 | 0.58 | 0.15 | 113.76 | 0.62 | 0.6 |
| Hex | 68 | D8 | 5B | 34 | 0 | 3A | F | 72 | 3E | 3C |
| Octal | 150 | 330 | 133 | 64 | 0 | 72 | 17 | 162 | 76 | 74 |
| Binary | 1101000 | 11011000 | 1011011 | 110100 | 0 | 111010 | 1111 | 1110010 | 111110 | 111100 |
Color Harmonies of #68D85B
Complementary color
Monochromatic Colors of #68D85B
Black with #68D85B
Text Example
Text Example
White with #68D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D85B; }
p { color: rgb(104,216,91); }
H1.HeaderClassName
{
color: #68D85B;
}
.AnyTagClassName
{
color: #68D85B;
}
</style>
background-color css
<style>
a { background-color: #68D85B; }
a { background-color: rgb(104,216,91); }
div.DivClassName
{
background-color: #68D85B;
}
.BgClassName
{
background-color: #68D85B;
}
</style>
border-color css
<style>
span { border-color: #68D85B; }
span { border-color: rgb(104,216,91); }
td.TdClassName
{
border-color: #68D85B;
}
.TagClassName
{
border-color: #68D85B;
}
</style>