Shades of Pastel Green #68F78A
Tints of Pastel Green #68F78A
RGB
CMYK
RGB Variations
Color information
#68F78A (or 0x68F78A) is known color: Pastel Green. HEX triplet: 68, F7 and 8A. RGB value is (104,247,138). Sum of RGB (Red+Green+Blue) = 104+247+138=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #68F78A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F78A is #970875. Grayscale: #C0C0C0. Windows color (decimal): -9898102 or 9107304. OLE color: 9107304.
HSL color Cylindrical-coordinate representation of color #68F78A: hue angle of 134.27º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F78A is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 247 | 138 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.03 |
| HSL | 134.27º | 0.9% | 0.69% | - |
| HSV(B) | 134.27º | 0.58% | 0.97% | - |
| XYZ | 43.56 | 71.3 | 35.51 | - |
| YUV | 191.82 | 97.62 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 138 | 0.58 | 0 | 0.44 | 0.03 | 134.27 | 0.9 | 0.69 |
| Hex | 68 | F7 | 8A | 3A | 0 | 2C | 3 | 86 | 5A | 45 |
| Octal | 150 | 367 | 212 | 72 | 0 | 54 | 3 | 206 | 132 | 105 |
| Binary | 1101000 | 11110111 | 10001010 | 111010 | 0 | 101100 | 11 | 10000110 | 1011010 | 1000101 |
Color Harmonies of #68F78A
Complementary color
Monochromatic Colors of #68F78A
Black with #68F78A
Text Example
Text Example
White with #68F78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F78A; }
p { color: rgb(104,247,138); }
H1.HeaderClassName
{
color: #68F78A;
}
.AnyTagClassName
{
color: #68F78A;
}
</style>
background-color css
<style>
a { background-color: #68F78A; }
a { background-color: rgb(104,247,138); }
div.DivClassName
{
background-color: #68F78A;
}
.BgClassName
{
background-color: #68F78A;
}
</style>
border-color css
<style>
span { border-color: #68F78A; }
span { border-color: rgb(104,247,138); }
td.TdClassName
{
border-color: #68F78A;
}
.TagClassName
{
border-color: #68F78A;
}
</style>