Shades of Pastel Green #68F294
Tints of Pastel Green #68F294
RGB
CMYK
RGB Variations
Color information
#68F294 (or 0x68F294) is known color: Pastel Green. HEX triplet: 68, F2 and 94. RGB value is (104,242,148). Sum of RGB (Red+Green+Blue) = 104+242+148=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #68F294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F294 is #970D6B. Grayscale: #BEBEBE. Windows color (decimal): -9899372 or 9761384. OLE color: 9761384.
HSL color Cylindrical-coordinate representation of color #68F294: hue angle of 139.13º 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 #68F294 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 148 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.05 |
| HSL | 139.13º | 0.84% | 0.68% | - |
| HSV(B) | 139.13º | 0.57% | 0.95% | - |
| XYZ | 42.81 | 68.59 | 39 | - |
| YUV | 190.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 148 | 0.57 | 0 | 0.39 | 0.05 | 139.13 | 0.84 | 0.68 |
| Hex | 68 | F2 | 94 | 39 | 0 | 27 | 5 | 8B | 54 | 44 |
| Octal | 150 | 362 | 224 | 71 | 0 | 47 | 5 | 213 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10010100 | 111001 | 0 | 100111 | 101 | 10001011 | 1010100 | 1000100 |
Color Harmonies of #68F294
Complementary color
Monochromatic Colors of #68F294
Black with #68F294
Text Example
Text Example
White with #68F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F294; }
p { color: rgb(104,242,148); }
H1.HeaderClassName
{
color: #68F294;
}
.AnyTagClassName
{
color: #68F294;
}
</style>
background-color css
<style>
a { background-color: #68F294; }
a { background-color: rgb(104,242,148); }
div.DivClassName
{
background-color: #68F294;
}
.BgClassName
{
background-color: #68F294;
}
</style>
border-color css
<style>
span { border-color: #68F294; }
span { border-color: rgb(104,242,148); }
td.TdClassName
{
border-color: #68F294;
}
.TagClassName
{
border-color: #68F294;
}
</style>