Shades of Pastel Green #68E67D
Tints of Pastel Green #68E67D
RGB
CMYK
RGB Variations
Color information
#68E67D (or 0x68E67D) is known color: Pastel Green. HEX triplet: 68, E6 and 7D. RGB value is (104,230,125). Sum of RGB (Red+Green+Blue) = 104+230+125=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #68E67D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68E67D is #971982. Grayscale: #B4B4B4. Windows color (decimal): -9902467 or 8250984. OLE color: 8250984.
HSL color Cylindrical-coordinate representation of color #68E67D: hue angle of 130º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E67D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 125 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.10 |
| HSL | 130º | 0.72% | 0.65% | - |
| HSV(B) | 130º | 0.55% | 0.9% | - |
| XYZ | 37.71 | 61.02 | 29.19 | - |
| YUV | 180.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 125 | 0.55 | 0 | 0.46 | 0.10 | 130 | 0.72 | 0.65 |
| Hex | 68 | E6 | 7D | 37 | 0 | 2E | A | 82 | 48 | 41 |
| Octal | 150 | 346 | 175 | 67 | 0 | 56 | 12 | 202 | 110 | 101 |
| Binary | 1101000 | 11100110 | 1111101 | 110111 | 0 | 101110 | 1010 | 10000010 | 1001000 | 1000001 |
Color Harmonies of #68E67D
Complementary color
Monochromatic Colors of #68E67D
Black with #68E67D
Text Example
Text Example
White with #68E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E67D; }
p { color: rgb(104,230,125); }
H1.HeaderClassName
{
color: #68E67D;
}
.AnyTagClassName
{
color: #68E67D;
}
</style>
background-color css
<style>
a { background-color: #68E67D; }
a { background-color: rgb(104,230,125); }
div.DivClassName
{
background-color: #68E67D;
}
.BgClassName
{
background-color: #68E67D;
}
</style>
border-color css
<style>
span { border-color: #68E67D; }
span { border-color: rgb(104,230,125); }
td.TdClassName
{
border-color: #68E67D;
}
.TagClassName
{
border-color: #68E67D;
}
</style>