Shades of Pastel Green #68F08D
Tints of Pastel Green #68F08D
RGB
CMYK
RGB Variations
Color information
#68F08D (or 0x68F08D) is known color: Pastel Green. HEX triplet: 68, F0 and 8D. RGB value is (104,240,141). Sum of RGB (Red+Green+Blue) = 104+240+141=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #68F08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F08D is #970F72. Grayscale: #BCBCBC. Windows color (decimal): -9899891 or 9302120. OLE color: 9302120.
HSL color Cylindrical-coordinate representation of color #68F08D: hue angle of 136.32º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F08D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 141 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.06 |
| HSL | 136.32º | 0.82% | 0.67% | - |
| HSV(B) | 136.32º | 0.57% | 0.94% | - |
| XYZ | 41.68 | 67.19 | 35.97 | - |
| YUV | 188.05 | 101.44 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 141 | 0.57 | 0 | 0.41 | 0.06 | 136.32 | 0.82 | 0.67 |
| Hex | 68 | F0 | 8D | 39 | 0 | 29 | 6 | 88 | 52 | 43 |
| Octal | 150 | 360 | 215 | 71 | 0 | 51 | 6 | 210 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10001101 | 111001 | 0 | 101001 | 110 | 10001000 | 1010010 | 1000011 |
Color Harmonies of #68F08D
Complementary color
Monochromatic Colors of #68F08D
Black with #68F08D
Text Example
Text Example
White with #68F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F08D; }
p { color: rgb(104,240,141); }
H1.HeaderClassName
{
color: #68F08D;
}
.AnyTagClassName
{
color: #68F08D;
}
</style>
background-color css
<style>
a { background-color: #68F08D; }
a { background-color: rgb(104,240,141); }
div.DivClassName
{
background-color: #68F08D;
}
.BgClassName
{
background-color: #68F08D;
}
</style>
border-color css
<style>
span { border-color: #68F08D; }
span { border-color: rgb(104,240,141); }
td.TdClassName
{
border-color: #68F08D;
}
.TagClassName
{
border-color: #68F08D;
}
</style>