Shades of Pastel Green #68E46C
Tints of Pastel Green #68E46C
RGB
CMYK
RGB Variations
Color information
#68E46C (or 0x68E46C) is known color: Pastel Green. HEX triplet: 68, E4 and 6C. RGB value is (104,228,108). Sum of RGB (Red+Green+Blue) = 104+228+108=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #68E46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E46C is #971B93. Grayscale: #B1B1B1. Windows color (decimal): -9902996 or 7136360. OLE color: 7136360.
HSL color Cylindrical-coordinate representation of color #68E46C: hue angle of 121.94º degrees, saturation: 0.7, 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 #68E46C is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 228 | 108 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.11 |
| HSL | 121.94º | 0.7% | 0.65% | - |
| HSV(B) | 121.94º | 0.54% | 0.89% | - |
| XYZ | 36.16 | 59.51 | 23.77 | - |
| YUV | 177.24 | 88.92 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 108 | 0.54 | 0 | 0.53 | 0.11 | 121.94 | 0.7 | 0.65 |
| Hex | 68 | E4 | 6C | 36 | 0 | 35 | B | 7A | 46 | 41 |
| Octal | 150 | 344 | 154 | 66 | 0 | 65 | 13 | 172 | 106 | 101 |
| Binary | 1101000 | 11100100 | 1101100 | 110110 | 0 | 110101 | 1011 | 1111010 | 1000110 | 1000001 |
Color Harmonies of #68E46C
Complementary color
Monochromatic Colors of #68E46C
Black with #68E46C
Text Example
Text Example
White with #68E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E46C; }
p { color: rgb(104,228,108); }
H1.HeaderClassName
{
color: #68E46C;
}
.AnyTagClassName
{
color: #68E46C;
}
</style>
background-color css
<style>
a { background-color: #68E46C; }
a { background-color: rgb(104,228,108); }
div.DivClassName
{
background-color: #68E46C;
}
.BgClassName
{
background-color: #68E46C;
}
</style>
border-color css
<style>
span { border-color: #68E46C; }
span { border-color: rgb(104,228,108); }
td.TdClassName
{
border-color: #68E46C;
}
.TagClassName
{
border-color: #68E46C;
}
</style>