Shades of Pastel Green #68F08A
Tints of Pastel Green #68F08A
RGB
CMYK
RGB Variations
Color information
#68F08A (or 0x68F08A) is known color: Pastel Green. HEX triplet: 68, F0 and 8A. RGB value is (104,240,138). Sum of RGB (Red+Green+Blue) = 104+240+138=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #68F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F08A is #970F75. Grayscale: #BBBBBB. Windows color (decimal): -9899894 or 9105512. OLE color: 9105512.
HSL color Cylindrical-coordinate representation of color #68F08A: hue angle of 135º 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 #68F08A is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 138 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.06 |
| HSL | 135º | 0.82% | 0.67% | - |
| HSV(B) | 135º | 0.57% | 0.94% | - |
| XYZ | 41.46 | 67.1 | 34.81 | - |
| YUV | 187.71 | 99.94 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 138 | 0.57 | 0 | 0.42 | 0.06 | 135 | 0.82 | 0.67 |
| Hex | 68 | F0 | 8A | 39 | 0 | 2A | 6 | 87 | 52 | 43 |
| Octal | 150 | 360 | 212 | 71 | 0 | 52 | 6 | 207 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10001010 | 111001 | 0 | 101010 | 110 | 10000111 | 1010010 | 1000011 |
Color Harmonies of #68F08A
Complementary color
Monochromatic Colors of #68F08A
Black with #68F08A
Text Example
Text Example
White with #68F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F08A; }
p { color: rgb(104,240,138); }
H1.HeaderClassName
{
color: #68F08A;
}
.AnyTagClassName
{
color: #68F08A;
}
</style>
background-color css
<style>
a { background-color: #68F08A; }
a { background-color: rgb(104,240,138); }
div.DivClassName
{
background-color: #68F08A;
}
.BgClassName
{
background-color: #68F08A;
}
</style>
border-color css
<style>
span { border-color: #68F08A; }
span { border-color: rgb(104,240,138); }
td.TdClassName
{
border-color: #68F08A;
}
.TagClassName
{
border-color: #68F08A;
}
</style>