Shades of Pastel Green #68EA7B
Tints of Pastel Green #68EA7B
RGB
CMYK
RGB Variations
Color information
#68EA7B (or 0x68EA7B) is known color: Pastel Green. HEX triplet: 68, EA and 7B. RGB value is (104,234,123). Sum of RGB (Red+Green+Blue) = 104+234+123=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EA7B is #971584. Grayscale: #B6B6B6. Windows color (decimal): -9901445 or 8120936. OLE color: 8120936.
HSL color Cylindrical-coordinate representation of color #68EA7B: hue angle of 128.77º 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 #68EA7B is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 123 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.08 |
| HSL | 128.77º | 0.76% | 0.66% | - |
| HSV(B) | 128.77º | 0.56% | 0.92% | - |
| XYZ | 38.71 | 63.22 | 28.9 | - |
| YUV | 182.48 | 94.43 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 123 | 0.56 | 0 | 0.47 | 0.08 | 128.77 | 0.76 | 0.66 |
| Hex | 68 | EA | 7B | 38 | 0 | 2F | 8 | 81 | 4C | 42 |
| Octal | 150 | 352 | 173 | 70 | 0 | 57 | 10 | 201 | 114 | 102 |
| Binary | 1101000 | 11101010 | 1111011 | 111000 | 0 | 101111 | 1000 | 10000001 | 1001100 | 1000010 |
Color Harmonies of #68EA7B
Complementary color
Monochromatic Colors of #68EA7B
Black with #68EA7B
Text Example
Text Example
White with #68EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA7B; }
p { color: rgb(104,234,123); }
H1.HeaderClassName
{
color: #68EA7B;
}
.AnyTagClassName
{
color: #68EA7B;
}
</style>
background-color css
<style>
a { background-color: #68EA7B; }
a { background-color: rgb(104,234,123); }
div.DivClassName
{
background-color: #68EA7B;
}
.BgClassName
{
background-color: #68EA7B;
}
</style>
border-color css
<style>
span { border-color: #68EA7B; }
span { border-color: rgb(104,234,123); }
td.TdClassName
{
border-color: #68EA7B;
}
.TagClassName
{
border-color: #68EA7B;
}
</style>