Shades of Pastel Green #68D55D
Tints of Pastel Green #68D55D
RGB
CMYK
RGB Variations
Color information
#68D55D (or 0x68D55D) is known color: Pastel Green. HEX triplet: 68, D5 and 5D. RGB value is (104,213,93). Sum of RGB (Red+Green+Blue) = 104+213+93=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #68D55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D55D is #972AA2. Grayscale: #A7A7A7. Windows color (decimal): -9906851 or 6149480. OLE color: 6149480.
HSL color Cylindrical-coordinate representation of color #68D55D: hue angle of 114.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D55D is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 93 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.16 |
| HSL | 114.5º | 0.59% | 0.6% | - |
| HSV(B) | 114.5º | 0.56% | 0.84% | - |
| XYZ | 31.48 | 51.32 | 18.6 | - |
| YUV | 166.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 93 | 0.51 | 0 | 0.56 | 0.16 | 114.5 | 0.59 | 0.6 |
| Hex | 68 | D5 | 5D | 33 | 0 | 38 | 10 | 72 | 3B | 3C |
| Octal | 150 | 325 | 135 | 63 | 0 | 70 | 20 | 162 | 73 | 74 |
| Binary | 1101000 | 11010101 | 1011101 | 110011 | 0 | 111000 | 10000 | 1110010 | 111011 | 111100 |
Color Harmonies of #68D55D
Complementary color
Monochromatic Colors of #68D55D
Black with #68D55D
Text Example
Text Example
White with #68D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D55D; }
p { color: rgb(104,213,93); }
H1.HeaderClassName
{
color: #68D55D;
}
.AnyTagClassName
{
color: #68D55D;
}
</style>
background-color css
<style>
a { background-color: #68D55D; }
a { background-color: rgb(104,213,93); }
div.DivClassName
{
background-color: #68D55D;
}
.BgClassName
{
background-color: #68D55D;
}
</style>
border-color css
<style>
span { border-color: #68D55D; }
span { border-color: rgb(104,213,93); }
td.TdClassName
{
border-color: #68D55D;
}
.TagClassName
{
border-color: #68D55D;
}
</style>