Shades of Pastel Green #68F286
Tints of Pastel Green #68F286
RGB
CMYK
RGB Variations
Color information
#68F286 (or 0x68F286) is known color: Pastel Green. HEX triplet: 68, F2 and 86. RGB value is (104,242,134). Sum of RGB (Red+Green+Blue) = 104+242+134=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #68F286 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F286 is #970D79. Grayscale: #BCBCBC. Windows color (decimal): -9899386 or 8843880. OLE color: 8843880.
HSL color Cylindrical-coordinate representation of color #68F286: hue angle of 133.04º degrees, saturation: 0.84, 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 #68F286 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 134 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.05 |
| HSL | 133.04º | 0.84% | 0.68% | - |
| HSV(B) | 133.04º | 0.57% | 0.95% | - |
| XYZ | 41.76 | 68.17 | 33.51 | - |
| YUV | 188.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 134 | 0.57 | 0 | 0.45 | 0.05 | 133.04 | 0.84 | 0.68 |
| Hex | 68 | F2 | 86 | 39 | 0 | 2D | 5 | 85 | 54 | 44 |
| Octal | 150 | 362 | 206 | 71 | 0 | 55 | 5 | 205 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10000110 | 111001 | 0 | 101101 | 101 | 10000101 | 1010100 | 1000100 |
Color Harmonies of #68F286
Complementary color
Monochromatic Colors of #68F286
Black with #68F286
Text Example
Text Example
White with #68F286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F286; }
p { color: rgb(104,242,134); }
H1.HeaderClassName
{
color: #68F286;
}
.AnyTagClassName
{
color: #68F286;
}
</style>
background-color css
<style>
a { background-color: #68F286; }
a { background-color: rgb(104,242,134); }
div.DivClassName
{
background-color: #68F286;
}
.BgClassName
{
background-color: #68F286;
}
</style>
border-color css
<style>
span { border-color: #68F286; }
span { border-color: rgb(104,242,134); }
td.TdClassName
{
border-color: #68F286;
}
.TagClassName
{
border-color: #68F286;
}
</style>