Shades of Pastel Green #68EE7D
Tints of Pastel Green #68EE7D
RGB
CMYK
RGB Variations
Color information
#68EE7D (or 0x68EE7D) is known color: Pastel Green. HEX triplet: 68, EE and 7D. RGB value is (104,238,125). Sum of RGB (Red+Green+Blue) = 104+238+125=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EE7D is #971182. Grayscale: #B9B9B9. Windows color (decimal): -9900419 or 8253032. OLE color: 8253032.
HSL color Cylindrical-coordinate representation of color #68EE7D: hue angle of 129.4º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EE7D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 125 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.07 |
| HSL | 129.4º | 0.8% | 0.67% | - |
| HSV(B) | 129.4º | 0.56% | 0.93% | - |
| XYZ | 39.99 | 65.57 | 29.95 | - |
| YUV | 185.05 | 94.11 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 125 | 0.56 | 0 | 0.47 | 0.07 | 129.4 | 0.8 | 0.67 |
| Hex | 68 | EE | 7D | 38 | 0 | 2F | 7 | 81 | 50 | 43 |
| Octal | 150 | 356 | 175 | 70 | 0 | 57 | 7 | 201 | 120 | 103 |
| Binary | 1101000 | 11101110 | 1111101 | 111000 | 0 | 101111 | 111 | 10000001 | 1010000 | 1000011 |
Color Harmonies of #68EE7D
Complementary color
Monochromatic Colors of #68EE7D
Black with #68EE7D
Text Example
Text Example
White with #68EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EE7D; }
p { color: rgb(104,238,125); }
H1.HeaderClassName
{
color: #68EE7D;
}
.AnyTagClassName
{
color: #68EE7D;
}
</style>
background-color css
<style>
a { background-color: #68EE7D; }
a { background-color: rgb(104,238,125); }
div.DivClassName
{
background-color: #68EE7D;
}
.BgClassName
{
background-color: #68EE7D;
}
</style>
border-color css
<style>
span { border-color: #68EE7D; }
span { border-color: rgb(104,238,125); }
td.TdClassName
{
border-color: #68EE7D;
}
.TagClassName
{
border-color: #68EE7D;
}
</style>