Shades of Pastel Green #68F196
Tints of Pastel Green #68F196
RGB
CMYK
RGB Variations
Color information
#68F196 (or 0x68F196) is known color: Pastel Green. HEX triplet: 68, F1 and 96. RGB value is (104,241,150). Sum of RGB (Red+Green+Blue) = 104+241+150=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #68F196 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F196 is #970E69. Grayscale: #BDBDBD. Windows color (decimal): -9899626 or 9892200. OLE color: 9892200.
HSL color Cylindrical-coordinate representation of color #68F196: hue angle of 140.15º 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 #68F196 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 150 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.05 |
| HSL | 140.15º | 0.83% | 0.68% | - |
| HSV(B) | 140.15º | 0.57% | 0.95% | - |
| XYZ | 42.67 | 68.06 | 39.74 | - |
| YUV | 189.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 150 | 0.57 | 0 | 0.38 | 0.05 | 140.15 | 0.83 | 0.68 |
| Hex | 68 | F1 | 96 | 39 | 0 | 26 | 5 | 8C | 53 | 44 |
| Octal | 150 | 361 | 226 | 71 | 0 | 46 | 5 | 214 | 123 | 104 |
| Binary | 1101000 | 11110001 | 10010110 | 111001 | 0 | 100110 | 101 | 10001100 | 1010011 | 1000100 |
Color Harmonies of #68F196
Complementary color
Monochromatic Colors of #68F196
Black with #68F196
Text Example
Text Example
White with #68F196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F196; }
p { color: rgb(104,241,150); }
H1.HeaderClassName
{
color: #68F196;
}
.AnyTagClassName
{
color: #68F196;
}
</style>
background-color css
<style>
a { background-color: #68F196; }
a { background-color: rgb(104,241,150); }
div.DivClassName
{
background-color: #68F196;
}
.BgClassName
{
background-color: #68F196;
}
</style>
border-color css
<style>
span { border-color: #68F196; }
span { border-color: rgb(104,241,150); }
td.TdClassName
{
border-color: #68F196;
}
.TagClassName
{
border-color: #68F196;
}
</style>