Shades of Pastel Green #68F391
Tints of Pastel Green #68F391
RGB
CMYK
RGB Variations
Color information
#68F391 (or 0x68F391) is known color: Pastel Green. HEX triplet: 68, F3 and 91. RGB value is (104,243,145). Sum of RGB (Red+Green+Blue) = 104+243+145=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #68F391 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F391 is #970C6E. Grayscale: #BEBEBE. Windows color (decimal): -9899119 or 9565032. OLE color: 9565032.
HSL color Cylindrical-coordinate representation of color #68F391: hue angle of 137.7º 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 #68F391 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 145 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.05 |
| HSL | 137.7º | 0.85% | 0.68% | - |
| HSV(B) | 137.7º | 0.57% | 0.95% | - |
| XYZ | 42.87 | 69.09 | 37.86 | - |
| YUV | 190.27 | 102.45 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 145 | 0.57 | 0 | 0.40 | 0.05 | 137.7 | 0.85 | 0.68 |
| Hex | 68 | F3 | 91 | 39 | 0 | 28 | 5 | 8A | 55 | 44 |
| Octal | 150 | 363 | 221 | 71 | 0 | 50 | 5 | 212 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10010001 | 111001 | 0 | 101000 | 101 | 10001010 | 1010101 | 1000100 |
Color Harmonies of #68F391
Complementary color
Monochromatic Colors of #68F391
Black with #68F391
Text Example
Text Example
White with #68F391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F391; }
p { color: rgb(104,243,145); }
H1.HeaderClassName
{
color: #68F391;
}
.AnyTagClassName
{
color: #68F391;
}
</style>
background-color css
<style>
a { background-color: #68F391; }
a { background-color: rgb(104,243,145); }
div.DivClassName
{
background-color: #68F391;
}
.BgClassName
{
background-color: #68F391;
}
</style>
border-color css
<style>
span { border-color: #68F391; }
span { border-color: rgb(104,243,145); }
td.TdClassName
{
border-color: #68F391;
}
.TagClassName
{
border-color: #68F391;
}
</style>