Shades of Pastel Green #68EA84
Tints of Pastel Green #68EA84
RGB
CMYK
RGB Variations
Color information
#68EA84 (or 0x68EA84) is known color: Pastel Green. HEX triplet: 68, EA and 84. RGB value is (104,234,132). Sum of RGB (Red+Green+Blue) = 104+234+132=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA84 is #97157B. Grayscale: #B7B7B7. Windows color (decimal): -9901436 or 8710760. OLE color: 8710760.
HSL color Cylindrical-coordinate representation of color #68EA84: hue angle of 132.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EA84 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 132 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.08 |
| HSL | 132.92º | 0.76% | 0.66% | - |
| HSV(B) | 132.92º | 0.56% | 0.92% | - |
| XYZ | 39.3 | 63.45 | 32.01 | - |
| YUV | 183.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 132 | 0.56 | 0 | 0.44 | 0.08 | 132.92 | 0.76 | 0.66 |
| Hex | 68 | EA | 84 | 38 | 0 | 2C | 8 | 85 | 4C | 42 |
| Octal | 150 | 352 | 204 | 70 | 0 | 54 | 10 | 205 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10000100 | 111000 | 0 | 101100 | 1000 | 10000101 | 1001100 | 1000010 |
Color Harmonies of #68EA84
Complementary color
Monochromatic Colors of #68EA84
Black with #68EA84
Text Example
Text Example
White with #68EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA84; }
p { color: rgb(104,234,132); }
H1.HeaderClassName
{
color: #68EA84;
}
.AnyTagClassName
{
color: #68EA84;
}
</style>
background-color css
<style>
a { background-color: #68EA84; }
a { background-color: rgb(104,234,132); }
div.DivClassName
{
background-color: #68EA84;
}
.BgClassName
{
background-color: #68EA84;
}
</style>
border-color css
<style>
span { border-color: #68EA84; }
span { border-color: rgb(104,234,132); }
td.TdClassName
{
border-color: #68EA84;
}
.TagClassName
{
border-color: #68EA84;
}
</style>