Shades of Pastel Green #68F486
Tints of Pastel Green #68F486
RGB
CMYK
RGB Variations
Color information
#68F486 (or 0x68F486) is known color: Pastel Green. HEX triplet: 68, F4 and 86. RGB value is (104,244,134). Sum of RGB (Red+Green+Blue) = 104+244+134=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #68F486 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F486 is #970B79. Grayscale: #BDBDBD. Windows color (decimal): -9898874 or 8844392. OLE color: 8844392.
HSL color Cylindrical-coordinate representation of color #68F486: hue angle of 132.86º 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 #68F486 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 134 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.04 |
| HSL | 132.86º | 0.86% | 0.68% | - |
| HSV(B) | 132.86º | 0.57% | 0.96% | - |
| XYZ | 42.36 | 69.37 | 33.71 | - |
| YUV | 189.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 134 | 0.57 | 0 | 0.45 | 0.04 | 132.86 | 0.86 | 0.68 |
| Hex | 68 | F4 | 86 | 39 | 0 | 2D | 4 | 85 | 56 | 44 |
| Octal | 150 | 364 | 206 | 71 | 0 | 55 | 4 | 205 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10000110 | 111001 | 0 | 101101 | 100 | 10000101 | 1010110 | 1000100 |
Color Harmonies of #68F486
Complementary color
Monochromatic Colors of #68F486
Black with #68F486
Text Example
Text Example
White with #68F486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F486; }
p { color: rgb(104,244,134); }
H1.HeaderClassName
{
color: #68F486;
}
.AnyTagClassName
{
color: #68F486;
}
</style>
background-color css
<style>
a { background-color: #68F486; }
a { background-color: rgb(104,244,134); }
div.DivClassName
{
background-color: #68F486;
}
.BgClassName
{
background-color: #68F486;
}
</style>
border-color css
<style>
span { border-color: #68F486; }
span { border-color: rgb(104,244,134); }
td.TdClassName
{
border-color: #68F486;
}
.TagClassName
{
border-color: #68F486;
}
</style>