Shades of Pastel Green #68F488
Tints of Pastel Green #68F488
RGB
CMYK
RGB Variations
Color information
#68F488 (or 0x68F488) is known color: Pastel Green. HEX triplet: 68, F4 and 88. RGB value is (104,244,136). Sum of RGB (Red+Green+Blue) = 104+244+136=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #68F488 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F488 is #970B77. Grayscale: #BEBEBE. Windows color (decimal): -9898872 or 8975464. OLE color: 8975464.
HSL color Cylindrical-coordinate representation of color #68F488: hue angle of 133.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F488 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 136 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.04 |
| HSL | 133.71º | 0.86% | 0.68% | - |
| HSV(B) | 133.71º | 0.57% | 0.96% | - |
| XYZ | 42.5 | 69.42 | 34.45 | - |
| YUV | 189.83 | 97.62 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 136 | 0.57 | 0 | 0.44 | 0.04 | 133.71 | 0.86 | 0.68 |
| Hex | 68 | F4 | 88 | 39 | 0 | 2C | 4 | 86 | 56 | 44 |
| Octal | 150 | 364 | 210 | 71 | 0 | 54 | 4 | 206 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10001000 | 111001 | 0 | 101100 | 100 | 10000110 | 1010110 | 1000100 |
Color Harmonies of #68F488
Complementary color
Monochromatic Colors of #68F488
Black with #68F488
Text Example
Text Example
White with #68F488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F488; }
p { color: rgb(104,244,136); }
H1.HeaderClassName
{
color: #68F488;
}
.AnyTagClassName
{
color: #68F488;
}
</style>
background-color css
<style>
a { background-color: #68F488; }
a { background-color: rgb(104,244,136); }
div.DivClassName
{
background-color: #68F488;
}
.BgClassName
{
background-color: #68F488;
}
</style>
border-color css
<style>
span { border-color: #68F488; }
span { border-color: rgb(104,244,136); }
td.TdClassName
{
border-color: #68F488;
}
.TagClassName
{
border-color: #68F488;
}
</style>