Shades of Pastel Green #68F095
Tints of Pastel Green #68F095
RGB
CMYK
RGB Variations
Color information
#68F095 (or 0x68F095) is known color: Pastel Green. HEX triplet: 68, F0 and 95. RGB value is (104,240,149). Sum of RGB (Red+Green+Blue) = 104+240+149=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #68F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F095 is #970F6A. Grayscale: #BDBDBD. Windows color (decimal): -9899883 or 9826408. OLE color: 9826408.
HSL color Cylindrical-coordinate representation of color #68F095: hue angle of 139.85º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F095 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 149 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.06 |
| HSL | 139.85º | 0.82% | 0.67% | - |
| HSV(B) | 139.85º | 0.57% | 0.94% | - |
| XYZ | 42.29 | 67.43 | 39.22 | - |
| YUV | 188.96 | 105.44 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 149 | 0.57 | 0 | 0.38 | 0.06 | 139.85 | 0.82 | 0.67 |
| Hex | 68 | F0 | 95 | 39 | 0 | 26 | 6 | 8C | 52 | 43 |
| Octal | 150 | 360 | 225 | 71 | 0 | 46 | 6 | 214 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10010101 | 111001 | 0 | 100110 | 110 | 10001100 | 1010010 | 1000011 |
Color Harmonies of #68F095
Complementary color
Monochromatic Colors of #68F095
Black with #68F095
Text Example
Text Example
White with #68F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F095; }
p { color: rgb(104,240,149); }
H1.HeaderClassName
{
color: #68F095;
}
.AnyTagClassName
{
color: #68F095;
}
</style>
background-color css
<style>
a { background-color: #68F095; }
a { background-color: rgb(104,240,149); }
div.DivClassName
{
background-color: #68F095;
}
.BgClassName
{
background-color: #68F095;
}
</style>
border-color css
<style>
span { border-color: #68F095; }
span { border-color: rgb(104,240,149); }
td.TdClassName
{
border-color: #68F095;
}
.TagClassName
{
border-color: #68F095;
}
</style>