Shades of Pastel Green #68F68E
Tints of Pastel Green #68F68E
RGB
CMYK
RGB Variations
Color information
#68F68E (or 0x68F68E) is known color: Pastel Green. HEX triplet: 68, F6 and 8E. RGB value is (104,246,142). Sum of RGB (Red+Green+Blue) = 104+246+142=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #68F68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F68E is #970971. Grayscale: #BFBFBF. Windows color (decimal): -9898354 or 9369192. OLE color: 9369192.
HSL color Cylindrical-coordinate representation of color #68F68E: hue angle of 136.06º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F68E is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 142 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.04 |
| HSL | 136.06º | 0.89% | 0.69% | - |
| HSV(B) | 136.06º | 0.58% | 0.96% | - |
| XYZ | 43.55 | 70.81 | 36.96 | - |
| YUV | 191.69 | 99.96 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 142 | 0.58 | 0 | 0.42 | 0.04 | 136.06 | 0.89 | 0.69 |
| Hex | 68 | F6 | 8E | 3A | 0 | 2A | 4 | 88 | 59 | 45 |
| Octal | 150 | 366 | 216 | 72 | 0 | 52 | 4 | 210 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10001110 | 111010 | 0 | 101010 | 100 | 10001000 | 1011001 | 1000101 |
Color Harmonies of #68F68E
Complementary color
Monochromatic Colors of #68F68E
Black with #68F68E
Text Example
Text Example
White with #68F68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F68E; }
p { color: rgb(104,246,142); }
H1.HeaderClassName
{
color: #68F68E;
}
.AnyTagClassName
{
color: #68F68E;
}
</style>
background-color css
<style>
a { background-color: #68F68E; }
a { background-color: rgb(104,246,142); }
div.DivClassName
{
background-color: #68F68E;
}
.BgClassName
{
background-color: #68F68E;
}
</style>
border-color css
<style>
span { border-color: #68F68E; }
span { border-color: rgb(104,246,142); }
td.TdClassName
{
border-color: #68F68E;
}
.TagClassName
{
border-color: #68F68E;
}
</style>