Shades of Pastel Green #68F48B
Tints of Pastel Green #68F48B
RGB
CMYK
RGB Variations
Color information
#68F48B (or 0x68F48B) is known color: Pastel Green. HEX triplet: 68, F4 and 8B. RGB value is (104,244,139). Sum of RGB (Red+Green+Blue) = 104+244+139=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #68F48B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F48B is #970B74. Grayscale: #BEBEBE. Windows color (decimal): -9898869 or 9172072. OLE color: 9172072.
HSL color Cylindrical-coordinate representation of color #68F48B: hue angle of 135º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F48B is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 139 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.04 |
| HSL | 135º | 0.86% | 0.68% | - |
| HSV(B) | 135º | 0.57% | 0.96% | - |
| XYZ | 42.72 | 69.51 | 35.59 | - |
| YUV | 190.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 139 | 0.57 | 0 | 0.43 | 0.04 | 135 | 0.86 | 0.68 |
| Hex | 68 | F4 | 8B | 39 | 0 | 2B | 4 | 87 | 56 | 44 |
| Octal | 150 | 364 | 213 | 71 | 0 | 53 | 4 | 207 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10001011 | 111001 | 0 | 101011 | 100 | 10000111 | 1010110 | 1000100 |
Color Harmonies of #68F48B
Complementary color
Monochromatic Colors of #68F48B
Black with #68F48B
Text Example
Text Example
White with #68F48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F48B; }
p { color: rgb(104,244,139); }
H1.HeaderClassName
{
color: #68F48B;
}
.AnyTagClassName
{
color: #68F48B;
}
</style>
background-color css
<style>
a { background-color: #68F48B; }
a { background-color: rgb(104,244,139); }
div.DivClassName
{
background-color: #68F48B;
}
.BgClassName
{
background-color: #68F48B;
}
</style>
border-color css
<style>
span { border-color: #68F48B; }
span { border-color: rgb(104,244,139); }
td.TdClassName
{
border-color: #68F48B;
}
.TagClassName
{
border-color: #68F48B;
}
</style>