Shades of Pastel Green #68F195
Tints of Pastel Green #68F195
RGB
CMYK
RGB Variations
Color information
#68F195 (or 0x68F195) is known color: Pastel Green. HEX triplet: 68, F1 and 95. RGB value is (104,241,149). Sum of RGB (Red+Green+Blue) = 104+241+149=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #68F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F195 is #970E6A. Grayscale: #BDBDBD. Windows color (decimal): -9899627 or 9826664. OLE color: 9826664.
HSL color Cylindrical-coordinate representation of color #68F195: hue angle of 139.71º degrees, saturation: 0.83, 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 #68F195 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 149 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.05 |
| HSL | 139.71º | 0.83% | 0.68% | - |
| HSV(B) | 139.71º | 0.57% | 0.95% | - |
| XYZ | 42.59 | 68.02 | 39.32 | - |
| YUV | 189.55 | 105.11 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 149 | 0.57 | 0 | 0.38 | 0.05 | 139.71 | 0.83 | 0.68 |
| Hex | 68 | F1 | 95 | 39 | 0 | 26 | 5 | 8C | 53 | 44 |
| Octal | 150 | 361 | 225 | 71 | 0 | 46 | 5 | 214 | 123 | 104 |
| Binary | 1101000 | 11110001 | 10010101 | 111001 | 0 | 100110 | 101 | 10001100 | 1010011 | 1000100 |
Color Harmonies of #68F195
Complementary color
Monochromatic Colors of #68F195
Black with #68F195
Text Example
Text Example
White with #68F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F195; }
p { color: rgb(104,241,149); }
H1.HeaderClassName
{
color: #68F195;
}
.AnyTagClassName
{
color: #68F195;
}
</style>
background-color css
<style>
a { background-color: #68F195; }
a { background-color: rgb(104,241,149); }
div.DivClassName
{
background-color: #68F195;
}
.BgClassName
{
background-color: #68F195;
}
</style>
border-color css
<style>
span { border-color: #68F195; }
span { border-color: rgb(104,241,149); }
td.TdClassName
{
border-color: #68F195;
}
.TagClassName
{
border-color: #68F195;
}
</style>