Shades of Pastel Green #68E57E
Tints of Pastel Green #68E57E
RGB
CMYK
RGB Variations
Color information
#68E57E (or 0x68E57E) is known color: Pastel Green. HEX triplet: 68, E5 and 7E. RGB value is (104,229,126). Sum of RGB (Red+Green+Blue) = 104+229+126=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #68E57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E57E is #971A81. Grayscale: #B4B4B4. Windows color (decimal): -9902722 or 8316264. OLE color: 8316264.
HSL color Cylindrical-coordinate representation of color #68E57E: hue angle of 130.56º 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 #68E57E is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 229 | 126 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.10 |
| HSL | 130.56º | 0.71% | 0.65% | - |
| HSV(B) | 130.56º | 0.55% | 0.9% | - |
| XYZ | 37.49 | 60.49 | 29.44 | - |
| YUV | 179.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 229 | 126 | 0.55 | 0 | 0.45 | 0.10 | 130.56 | 0.71 | 0.65 |
| Hex | 68 | E5 | 7E | 37 | 0 | 2D | A | 83 | 47 | 41 |
| Octal | 150 | 345 | 176 | 67 | 0 | 55 | 12 | 203 | 107 | 101 |
| Binary | 1101000 | 11100101 | 1111110 | 110111 | 0 | 101101 | 1010 | 10000011 | 1000111 | 1000001 |
Color Harmonies of #68E57E
Complementary color
Monochromatic Colors of #68E57E
Black with #68E57E
Text Example
Text Example
White with #68E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E57E; }
p { color: rgb(104,229,126); }
H1.HeaderClassName
{
color: #68E57E;
}
.AnyTagClassName
{
color: #68E57E;
}
</style>
background-color css
<style>
a { background-color: #68E57E; }
a { background-color: rgb(104,229,126); }
div.DivClassName
{
background-color: #68E57E;
}
.BgClassName
{
background-color: #68E57E;
}
</style>
border-color css
<style>
span { border-color: #68E57E; }
span { border-color: rgb(104,229,126); }
td.TdClassName
{
border-color: #68E57E;
}
.TagClassName
{
border-color: #68E57E;
}
</style>