Shades of Pastel Green #68F296
Tints of Pastel Green #68F296
RGB
CMYK
RGB Variations
Color information
#68F296 (or 0x68F296) is known color: Pastel Green. HEX triplet: 68, F2 and 96. RGB value is (104,242,150). Sum of RGB (Red+Green+Blue) = 104+242+150=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #68F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F296 is #970D69. Grayscale: #BEBEBE. Windows color (decimal): -9899370 or 9892456. OLE color: 9892456.
HSL color Cylindrical-coordinate representation of color #68F296: hue angle of 140º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F296 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 150 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.05 |
| HSL | 140º | 0.84% | 0.68% | - |
| HSV(B) | 140º | 0.57% | 0.95% | - |
| XYZ | 42.97 | 68.65 | 39.84 | - |
| YUV | 190.25 | 105.28 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 150 | 0.57 | 0 | 0.38 | 0.05 | 140 | 0.84 | 0.68 |
| Hex | 68 | F2 | 96 | 39 | 0 | 26 | 5 | 8C | 54 | 44 |
| Octal | 150 | 362 | 226 | 71 | 0 | 46 | 5 | 214 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10010110 | 111001 | 0 | 100110 | 101 | 10001100 | 1010100 | 1000100 |
Color Harmonies of #68F296
Complementary color
Monochromatic Colors of #68F296
Black with #68F296
Text Example
Text Example
White with #68F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F296; }
p { color: rgb(104,242,150); }
H1.HeaderClassName
{
color: #68F296;
}
.AnyTagClassName
{
color: #68F296;
}
</style>
background-color css
<style>
a { background-color: #68F296; }
a { background-color: rgb(104,242,150); }
div.DivClassName
{
background-color: #68F296;
}
.BgClassName
{
background-color: #68F296;
}
</style>
border-color css
<style>
span { border-color: #68F296; }
span { border-color: rgb(104,242,150); }
td.TdClassName
{
border-color: #68F296;
}
.TagClassName
{
border-color: #68F296;
}
</style>