Shades of Pastel Green #68D56E
Tints of Pastel Green #68D56E
RGB
CMYK
RGB Variations
Color information
#68D56E (or 0x68D56E) is known color: Pastel Green. HEX triplet: 68, D5 and 6E. RGB value is (104,213,110). Sum of RGB (Red+Green+Blue) = 104+213+110=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #68D56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D56E is #972A91. Grayscale: #A8A8A8. Windows color (decimal): -9906834 or 7263592. OLE color: 7263592.
HSL color Cylindrical-coordinate representation of color #68D56E: hue angle of 123.3º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D56E is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 110 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.16 |
| HSL | 123.3º | 0.56% | 0.62% | - |
| HSV(B) | 123.3º | 0.51% | 0.84% | - |
| XYZ | 32.32 | 51.66 | 23.02 | - |
| YUV | 168.67 | 94.89 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 110 | 0.51 | 0 | 0.48 | 0.16 | 123.3 | 0.56 | 0.62 |
| Hex | 68 | D5 | 6E | 33 | 0 | 30 | 10 | 7B | 38 | 3E |
| Octal | 150 | 325 | 156 | 63 | 0 | 60 | 20 | 173 | 70 | 76 |
| Binary | 1101000 | 11010101 | 1101110 | 110011 | 0 | 110000 | 10000 | 1111011 | 111000 | 111110 |
Color Harmonies of #68D56E
Complementary color
Monochromatic Colors of #68D56E
Black with #68D56E
Text Example
Text Example
White with #68D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D56E; }
p { color: rgb(104,213,110); }
H1.HeaderClassName
{
color: #68D56E;
}
.AnyTagClassName
{
color: #68D56E;
}
</style>
background-color css
<style>
a { background-color: #68D56E; }
a { background-color: rgb(104,213,110); }
div.DivClassName
{
background-color: #68D56E;
}
.BgClassName
{
background-color: #68D56E;
}
</style>
border-color css
<style>
span { border-color: #68D56E; }
span { border-color: rgb(104,213,110); }
td.TdClassName
{
border-color: #68D56E;
}
.TagClassName
{
border-color: #68D56E;
}
</style>