Shades of Pastel Green #68E38C
Tints of Pastel Green #68E38C
RGB
CMYK
RGB Variations
Color information
#68E38C (or 0x68E38C) is known color: Pastel Green. HEX triplet: 68, E3 and 8C. RGB value is (104,227,140). Sum of RGB (Red+Green+Blue) = 104+227+140=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #68E38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E38C is #971C73. Grayscale: #B4B4B4. Windows color (decimal): -9903220 or 9233256. OLE color: 9233256.
HSL color Cylindrical-coordinate representation of color #68E38C: hue angle of 137.56º degrees, saturation: 0.69, 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 #68E38C is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 227 | 140 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.11 |
| HSL | 137.56º | 0.69% | 0.65% | - |
| HSV(B) | 137.56º | 0.54% | 0.89% | - |
| XYZ | 37.91 | 59.77 | 34.35 | - |
| YUV | 180.31 | 105.25 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 227 | 140 | 0.54 | 0 | 0.38 | 0.11 | 137.56 | 0.69 | 0.65 |
| Hex | 68 | E3 | 8C | 36 | 0 | 26 | B | 8A | 45 | 41 |
| Octal | 150 | 343 | 214 | 66 | 0 | 46 | 13 | 212 | 105 | 101 |
| Binary | 1101000 | 11100011 | 10001100 | 110110 | 0 | 100110 | 1011 | 10001010 | 1000101 | 1000001 |
Color Harmonies of #68E38C
Complementary color
Monochromatic Colors of #68E38C
Black with #68E38C
Text Example
Text Example
White with #68E38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E38C; }
p { color: rgb(104,227,140); }
H1.HeaderClassName
{
color: #68E38C;
}
.AnyTagClassName
{
color: #68E38C;
}
</style>
background-color css
<style>
a { background-color: #68E38C; }
a { background-color: rgb(104,227,140); }
div.DivClassName
{
background-color: #68E38C;
}
.BgClassName
{
background-color: #68E38C;
}
</style>
border-color css
<style>
span { border-color: #68E38C; }
span { border-color: rgb(104,227,140); }
td.TdClassName
{
border-color: #68E38C;
}
.TagClassName
{
border-color: #68E38C;
}
</style>