Shades of Pastel Green #68F588
Tints of Pastel Green #68F588
RGB
CMYK
RGB Variations
Color information
#68F588 (or 0x68F588) is known color: Pastel Green. HEX triplet: 68, F5 and 88. RGB value is (104,245,136). Sum of RGB (Red+Green+Blue) = 104+245+136=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #68F588 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F588 is #970A77. Grayscale: #BEBEBE. Windows color (decimal): -9898616 or 8975720. OLE color: 8975720.
HSL color Cylindrical-coordinate representation of color #68F588: hue angle of 133.62º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F588 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 136 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.04 |
| HSL | 133.62º | 0.88% | 0.68% | - |
| HSV(B) | 133.62º | 0.58% | 0.96% | - |
| XYZ | 42.81 | 70.03 | 34.55 | - |
| YUV | 190.42 | 97.29 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 136 | 0.58 | 0 | 0.44 | 0.04 | 133.62 | 0.88 | 0.68 |
| Hex | 68 | F5 | 88 | 3A | 0 | 2C | 4 | 86 | 58 | 44 |
| Octal | 150 | 365 | 210 | 72 | 0 | 54 | 4 | 206 | 130 | 104 |
| Binary | 1101000 | 11110101 | 10001000 | 111010 | 0 | 101100 | 100 | 10000110 | 1011000 | 1000100 |
Color Harmonies of #68F588
Complementary color
Monochromatic Colors of #68F588
Black with #68F588
Text Example
Text Example
White with #68F588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F588; }
p { color: rgb(104,245,136); }
H1.HeaderClassName
{
color: #68F588;
}
.AnyTagClassName
{
color: #68F588;
}
</style>
background-color css
<style>
a { background-color: #68F588; }
a { background-color: rgb(104,245,136); }
div.DivClassName
{
background-color: #68F588;
}
.BgClassName
{
background-color: #68F588;
}
</style>
border-color css
<style>
span { border-color: #68F588; }
span { border-color: rgb(104,245,136); }
td.TdClassName
{
border-color: #68F588;
}
.TagClassName
{
border-color: #68F588;
}
</style>