Shades of Pastel Green #68F393
Tints of Pastel Green #68F393
RGB
CMYK
RGB Variations
Color information
#68F393 (or 0x68F393) is known color: Pastel Green. HEX triplet: 68, F3 and 93. RGB value is (104,243,147). Sum of RGB (Red+Green+Blue) = 104+243+147=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #68F393 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F393 is #970C6C. Grayscale: #BEBEBE. Windows color (decimal): -9899117 or 9696104. OLE color: 9696104.
HSL color Cylindrical-coordinate representation of color #68F393: hue angle of 138.56º degrees, saturation: 0.85, 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 #68F393 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 147 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.05 |
| HSL | 138.56º | 0.85% | 0.68% | - |
| HSV(B) | 138.56º | 0.57% | 0.95% | - |
| XYZ | 43.03 | 69.15 | 38.68 | - |
| YUV | 190.5 | 103.45 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 147 | 0.57 | 0 | 0.40 | 0.05 | 138.56 | 0.85 | 0.68 |
| Hex | 68 | F3 | 93 | 39 | 0 | 28 | 5 | 8B | 55 | 44 |
| Octal | 150 | 363 | 223 | 71 | 0 | 50 | 5 | 213 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10010011 | 111001 | 0 | 101000 | 101 | 10001011 | 1010101 | 1000100 |
Color Harmonies of #68F393
Complementary color
Monochromatic Colors of #68F393
Black with #68F393
Text Example
Text Example
White with #68F393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F393; }
p { color: rgb(104,243,147); }
H1.HeaderClassName
{
color: #68F393;
}
.AnyTagClassName
{
color: #68F393;
}
</style>
background-color css
<style>
a { background-color: #68F393; }
a { background-color: rgb(104,243,147); }
div.DivClassName
{
background-color: #68F393;
}
.BgClassName
{
background-color: #68F393;
}
</style>
border-color css
<style>
span { border-color: #68F393; }
span { border-color: rgb(104,243,147); }
td.TdClassName
{
border-color: #68F393;
}
.TagClassName
{
border-color: #68F393;
}
</style>