Shades of Pastel Green #68E891
Tints of Pastel Green #68E891
RGB
CMYK
RGB Variations
Color information
#68E891 (or 0x68E891) is known color: Pastel Green. HEX triplet: 68, E8 and 91. RGB value is (104,232,145). Sum of RGB (Red+Green+Blue) = 104+232+145=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #68E891 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E891 is #97176E. Grayscale: #B8B8B8. Windows color (decimal): -9901935 or 9562216. OLE color: 9562216.
HSL color Cylindrical-coordinate representation of color #68E891: hue angle of 139.22º 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 #68E891 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 145 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.09 |
| HSL | 139.22º | 0.74% | 0.66% | - |
| HSV(B) | 139.22º | 0.55% | 0.91% | - |
| XYZ | 39.68 | 62.7 | 36.8 | - |
| YUV | 183.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 145 | 0.55 | 0 | 0.38 | 0.09 | 139.22 | 0.74 | 0.66 |
| Hex | 68 | E8 | 91 | 37 | 0 | 26 | 9 | 8B | 4A | 42 |
| Octal | 150 | 350 | 221 | 67 | 0 | 46 | 11 | 213 | 112 | 102 |
| Binary | 1101000 | 11101000 | 10010001 | 110111 | 0 | 100110 | 1001 | 10001011 | 1001010 | 1000010 |
Color Harmonies of #68E891
Complementary color
Monochromatic Colors of #68E891
Black with #68E891
Text Example
Text Example
White with #68E891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E891; }
p { color: rgb(104,232,145); }
H1.HeaderClassName
{
color: #68E891;
}
.AnyTagClassName
{
color: #68E891;
}
</style>
background-color css
<style>
a { background-color: #68E891; }
a { background-color: rgb(104,232,145); }
div.DivClassName
{
background-color: #68E891;
}
.BgClassName
{
background-color: #68E891;
}
</style>
border-color css
<style>
span { border-color: #68E891; }
span { border-color: rgb(104,232,145); }
td.TdClassName
{
border-color: #68E891;
}
.TagClassName
{
border-color: #68E891;
}
</style>