Shades of Pastel Green #68E58F
Tints of Pastel Green #68E58F
RGB
CMYK
RGB Variations
Color information
#68E58F (or 0x68E58F) is known color: Pastel Green. HEX triplet: 68, E5 and 8F. RGB value is (104,229,143). Sum of RGB (Red+Green+Blue) = 104+229+143=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #68E58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E58F is #971A70. Grayscale: #B6B6B6. Windows color (decimal): -9902705 or 9430376. OLE color: 9430376.
HSL color Cylindrical-coordinate representation of color #68E58F: hue angle of 138.72º 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 #68E58F is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 229 | 143 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.10 |
| HSL | 138.72º | 0.71% | 0.65% | - |
| HSV(B) | 138.72º | 0.55% | 0.9% | - |
| XYZ | 38.69 | 60.96 | 35.72 | - |
| YUV | 181.82 | 106.09 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 229 | 143 | 0.55 | 0 | 0.38 | 0.10 | 138.72 | 0.71 | 0.65 |
| Hex | 68 | E5 | 8F | 37 | 0 | 26 | A | 8B | 47 | 41 |
| Octal | 150 | 345 | 217 | 67 | 0 | 46 | 12 | 213 | 107 | 101 |
| Binary | 1101000 | 11100101 | 10001111 | 110111 | 0 | 100110 | 1010 | 10001011 | 1000111 | 1000001 |
Color Harmonies of #68E58F
Complementary color
Monochromatic Colors of #68E58F
Black with #68E58F
Text Example
Text Example
White with #68E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E58F; }
p { color: rgb(104,229,143); }
H1.HeaderClassName
{
color: #68E58F;
}
.AnyTagClassName
{
color: #68E58F;
}
</style>
background-color css
<style>
a { background-color: #68E58F; }
a { background-color: rgb(104,229,143); }
div.DivClassName
{
background-color: #68E58F;
}
.BgClassName
{
background-color: #68E58F;
}
</style>
border-color css
<style>
span { border-color: #68E58F; }
span { border-color: rgb(104,229,143); }
td.TdClassName
{
border-color: #68E58F;
}
.TagClassName
{
border-color: #68E58F;
}
</style>