Shades of Pastel Green #68F08F
Tints of Pastel Green #68F08F
RGB
CMYK
RGB Variations
Color information
#68F08F (or 0x68F08F) is known color: Pastel Green. HEX triplet: 68, F0 and 8F. RGB value is (104,240,143). Sum of RGB (Red+Green+Blue) = 104+240+143=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #68F08F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F08F is #970F70. Grayscale: #BCBCBC. Windows color (decimal): -9899889 or 9433192. OLE color: 9433192.
HSL color Cylindrical-coordinate representation of color #68F08F: hue angle of 137.21º 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 #68F08F is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 143 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.06 |
| HSL | 137.21º | 0.82% | 0.67% | - |
| HSV(B) | 137.21º | 0.57% | 0.94% | - |
| XYZ | 41.83 | 67.25 | 36.76 | - |
| YUV | 188.28 | 102.44 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 143 | 0.57 | 0 | 0.40 | 0.06 | 137.21 | 0.82 | 0.67 |
| Hex | 68 | F0 | 8F | 39 | 0 | 28 | 6 | 89 | 52 | 43 |
| Octal | 150 | 360 | 217 | 71 | 0 | 50 | 6 | 211 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10001111 | 111001 | 0 | 101000 | 110 | 10001001 | 1010010 | 1000011 |
Color Harmonies of #68F08F
Complementary color
Monochromatic Colors of #68F08F
Black with #68F08F
Text Example
Text Example
White with #68F08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F08F; }
p { color: rgb(104,240,143); }
H1.HeaderClassName
{
color: #68F08F;
}
.AnyTagClassName
{
color: #68F08F;
}
</style>
background-color css
<style>
a { background-color: #68F08F; }
a { background-color: rgb(104,240,143); }
div.DivClassName
{
background-color: #68F08F;
}
.BgClassName
{
background-color: #68F08F;
}
</style>
border-color css
<style>
span { border-color: #68F08F; }
span { border-color: rgb(104,240,143); }
td.TdClassName
{
border-color: #68F08F;
}
.TagClassName
{
border-color: #68F08F;
}
</style>