Shades of Pastel Green #68F28D
Tints of Pastel Green #68F28D
RGB
CMYK
RGB Variations
Color information
#68F28D (or 0x68F28D) is known color: Pastel Green. HEX triplet: 68, F2 and 8D. RGB value is (104,242,141). Sum of RGB (Red+Green+Blue) = 104+242+141=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #68F28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F28D is #970D72. Grayscale: #BDBDBD. Windows color (decimal): -9899379 or 9302632. OLE color: 9302632.
HSL color Cylindrical-coordinate representation of color #68F28D: hue angle of 136.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F28D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 141 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.05 |
| HSL | 136.09º | 0.84% | 0.68% | - |
| HSV(B) | 136.09º | 0.57% | 0.95% | - |
| XYZ | 42.27 | 68.37 | 36.17 | - |
| YUV | 189.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 141 | 0.57 | 0 | 0.42 | 0.05 | 136.09 | 0.84 | 0.68 |
| Hex | 68 | F2 | 8D | 39 | 0 | 2A | 5 | 88 | 54 | 44 |
| Octal | 150 | 362 | 215 | 71 | 0 | 52 | 5 | 210 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10001101 | 111001 | 0 | 101010 | 101 | 10001000 | 1010100 | 1000100 |
Color Harmonies of #68F28D
Complementary color
Monochromatic Colors of #68F28D
Black with #68F28D
Text Example
Text Example
White with #68F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F28D; }
p { color: rgb(104,242,141); }
H1.HeaderClassName
{
color: #68F28D;
}
.AnyTagClassName
{
color: #68F28D;
}
</style>
background-color css
<style>
a { background-color: #68F28D; }
a { background-color: rgb(104,242,141); }
div.DivClassName
{
background-color: #68F28D;
}
.BgClassName
{
background-color: #68F28D;
}
</style>
border-color css
<style>
span { border-color: #68F28D; }
span { border-color: rgb(104,242,141); }
td.TdClassName
{
border-color: #68F28D;
}
.TagClassName
{
border-color: #68F28D;
}
</style>