Shades of Pastel Green #68E57A
Tints of Pastel Green #68E57A
RGB
CMYK
RGB Variations
Color information
#68E57A (or 0x68E57A) is known color: Pastel Green. HEX triplet: 68, E5 and 7A. RGB value is (104,229,122). Sum of RGB (Red+Green+Blue) = 104+229+122=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #68E57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E57A is #971A85. Grayscale: #B3B3B3. Windows color (decimal): -9902726 or 8054120. OLE color: 8054120.
HSL color Cylindrical-coordinate representation of color #68E57A: hue angle of 128.64º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E57A is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 229 | 122 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.10 |
| HSL | 128.64º | 0.71% | 0.65% | - |
| HSV(B) | 128.64º | 0.55% | 0.9% | - |
| XYZ | 37.24 | 60.39 | 28.11 | - |
| YUV | 179.43 | 95.59 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 229 | 122 | 0.55 | 0 | 0.47 | 0.10 | 128.64 | 0.71 | 0.65 |
| Hex | 68 | E5 | 7A | 37 | 0 | 2F | A | 81 | 47 | 41 |
| Octal | 150 | 345 | 172 | 67 | 0 | 57 | 12 | 201 | 107 | 101 |
| Binary | 1101000 | 11100101 | 1111010 | 110111 | 0 | 101111 | 1010 | 10000001 | 1000111 | 1000001 |
Color Harmonies of #68E57A
Complementary color
Monochromatic Colors of #68E57A
Black with #68E57A
Text Example
Text Example
White with #68E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E57A; }
p { color: rgb(104,229,122); }
H1.HeaderClassName
{
color: #68E57A;
}
.AnyTagClassName
{
color: #68E57A;
}
</style>
background-color css
<style>
a { background-color: #68E57A; }
a { background-color: rgb(104,229,122); }
div.DivClassName
{
background-color: #68E57A;
}
.BgClassName
{
background-color: #68E57A;
}
</style>
border-color css
<style>
span { border-color: #68E57A; }
span { border-color: rgb(104,229,122); }
td.TdClassName
{
border-color: #68E57A;
}
.TagClassName
{
border-color: #68E57A;
}
</style>