Shades of Pastel Green #68E275
Tints of Pastel Green #68E275
RGB
CMYK
RGB Variations
Color information
#68E275 (or 0x68E275) is known color: Pastel Green. HEX triplet: 68, E2 and 75. RGB value is (104,226,117). Sum of RGB (Red+Green+Blue) = 104+226+117=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #68E275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E275 is #971D8A. Grayscale: #B1B1B1. Windows color (decimal): -9903499 or 7725672. OLE color: 7725672.
HSL color Cylindrical-coordinate representation of color #68E275: hue angle of 126.39º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E275 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 226 | 117 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.11 |
| HSL | 126.39º | 0.68% | 0.65% | - |
| HSV(B) | 126.39º | 0.54% | 0.89% | - |
| XYZ | 36.12 | 58.62 | 26.24 | - |
| YUV | 177.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 117 | 0.54 | 0 | 0.48 | 0.11 | 126.39 | 0.68 | 0.65 |
| Hex | 68 | E2 | 75 | 36 | 0 | 30 | B | 7E | 44 | 41 |
| Octal | 150 | 342 | 165 | 66 | 0 | 60 | 13 | 176 | 104 | 101 |
| Binary | 1101000 | 11100010 | 1110101 | 110110 | 0 | 110000 | 1011 | 1111110 | 1000100 | 1000001 |
Color Harmonies of #68E275
Complementary color
Monochromatic Colors of #68E275
Black with #68E275
Text Example
Text Example
White with #68E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E275; }
p { color: rgb(104,226,117); }
H1.HeaderClassName
{
color: #68E275;
}
.AnyTagClassName
{
color: #68E275;
}
</style>
background-color css
<style>
a { background-color: #68E275; }
a { background-color: rgb(104,226,117); }
div.DivClassName
{
background-color: #68E275;
}
.BgClassName
{
background-color: #68E275;
}
</style>
border-color css
<style>
span { border-color: #68E275; }
span { border-color: rgb(104,226,117); }
td.TdClassName
{
border-color: #68E275;
}
.TagClassName
{
border-color: #68E275;
}
</style>