Shades of Pastel Green #68E881
Tints of Pastel Green #68E881
RGB
CMYK
RGB Variations
Color information
#68E881 (or 0x68E881) is known color: Pastel Green. HEX triplet: 68, E8 and 81. RGB value is (104,232,129). Sum of RGB (Red+Green+Blue) = 104+232+129=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #68E881 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E881 is #97177E. Grayscale: #B6B6B6. Windows color (decimal): -9901951 or 8513640. OLE color: 8513640.
HSL color Cylindrical-coordinate representation of color #68E881: hue angle of 131.72º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E881 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 129 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.09 |
| HSL | 131.72º | 0.74% | 0.66% | - |
| HSV(B) | 131.72º | 0.55% | 0.91% | - |
| XYZ | 38.53 | 62.24 | 30.75 | - |
| YUV | 181.99 | 98.09 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 129 | 0.55 | 0 | 0.44 | 0.09 | 131.72 | 0.74 | 0.66 |
| Hex | 68 | E8 | 81 | 37 | 0 | 2C | 9 | 84 | 4A | 42 |
| Octal | 150 | 350 | 201 | 67 | 0 | 54 | 11 | 204 | 112 | 102 |
| Binary | 1101000 | 11101000 | 10000001 | 110111 | 0 | 101100 | 1001 | 10000100 | 1001010 | 1000010 |
Color Harmonies of #68E881
Complementary color
Monochromatic Colors of #68E881
Black with #68E881
Text Example
Text Example
White with #68E881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E881; }
p { color: rgb(104,232,129); }
H1.HeaderClassName
{
color: #68E881;
}
.AnyTagClassName
{
color: #68E881;
}
</style>
background-color css
<style>
a { background-color: #68E881; }
a { background-color: rgb(104,232,129); }
div.DivClassName
{
background-color: #68E881;
}
.BgClassName
{
background-color: #68E881;
}
</style>
border-color css
<style>
span { border-color: #68E881; }
span { border-color: rgb(104,232,129); }
td.TdClassName
{
border-color: #68E881;
}
.TagClassName
{
border-color: #68E881;
}
</style>