Shades of Pastel Green #68EB80
Tints of Pastel Green #68EB80
RGB
CMYK
RGB Variations
Color information
#68EB80 (or 0x68EB80) is known color: Pastel Green. HEX triplet: 68, EB and 80. RGB value is (104,235,128). Sum of RGB (Red+Green+Blue) = 104+235+128=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB80 is #97147F. Grayscale: #B7B7B7. Windows color (decimal): -9901184 or 8448872. OLE color: 8448872.
HSL color Cylindrical-coordinate representation of color #68EB80: hue angle of 130.99º degrees, saturation: 0.77, 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 #68EB80 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 128 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.08 |
| HSL | 130.99º | 0.77% | 0.66% | - |
| HSV(B) | 130.99º | 0.56% | 0.92% | - |
| XYZ | 39.31 | 63.92 | 30.69 | - |
| YUV | 183.63 | 96.6 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 128 | 0.56 | 0 | 0.46 | 0.08 | 130.99 | 0.77 | 0.66 |
| Hex | 68 | EB | 80 | 38 | 0 | 2E | 8 | 83 | 4D | 42 |
| Octal | 150 | 353 | 200 | 70 | 0 | 56 | 10 | 203 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10000000 | 111000 | 0 | 101110 | 1000 | 10000011 | 1001101 | 1000010 |
Color Harmonies of #68EB80
Complementary color
Monochromatic Colors of #68EB80
Black with #68EB80
Text Example
Text Example
White with #68EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EB80; }
p { color: rgb(104,235,128); }
H1.HeaderClassName
{
color: #68EB80;
}
.AnyTagClassName
{
color: #68EB80;
}
</style>
background-color css
<style>
a { background-color: #68EB80; }
a { background-color: rgb(104,235,128); }
div.DivClassName
{
background-color: #68EB80;
}
.BgClassName
{
background-color: #68EB80;
}
</style>
border-color css
<style>
span { border-color: #68EB80; }
span { border-color: rgb(104,235,128); }
td.TdClassName
{
border-color: #68EB80;
}
.TagClassName
{
border-color: #68EB80;
}
</style>