Shades of Pastel Green #68F790
Tints of Pastel Green #68F790
RGB
CMYK
RGB Variations
Color information
#68F790 (or 0x68F790) is known color: Pastel Green. HEX triplet: 68, F7 and 90. RGB value is (104,247,144). Sum of RGB (Red+Green+Blue) = 104+247+144=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #68F790 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F790 is #97086F. Grayscale: #C0C0C0. Windows color (decimal): -9898096 or 9500520. OLE color: 9500520.
HSL color Cylindrical-coordinate representation of color #68F790: hue angle of 136.78º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F790 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 247 | 144 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.03 |
| HSL | 136.78º | 0.9% | 0.69% | - |
| HSV(B) | 136.78º | 0.58% | 0.97% | - |
| XYZ | 44 | 71.48 | 37.86 | - |
| YUV | 192.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 144 | 0.58 | 0 | 0.42 | 0.03 | 136.78 | 0.9 | 0.69 |
| Hex | 68 | F7 | 90 | 3A | 0 | 2A | 3 | 89 | 5A | 45 |
| Octal | 150 | 367 | 220 | 72 | 0 | 52 | 3 | 211 | 132 | 105 |
| Binary | 1101000 | 11110111 | 10010000 | 111010 | 0 | 101010 | 11 | 10001001 | 1011010 | 1000101 |
Color Harmonies of #68F790
Complementary color
Monochromatic Colors of #68F790
Black with #68F790
Text Example
Text Example
White with #68F790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F790; }
p { color: rgb(104,247,144); }
H1.HeaderClassName
{
color: #68F790;
}
.AnyTagClassName
{
color: #68F790;
}
</style>
background-color css
<style>
a { background-color: #68F790; }
a { background-color: rgb(104,247,144); }
div.DivClassName
{
background-color: #68F790;
}
.BgClassName
{
background-color: #68F790;
}
</style>
border-color css
<style>
span { border-color: #68F790; }
span { border-color: rgb(104,247,144); }
td.TdClassName
{
border-color: #68F790;
}
.TagClassName
{
border-color: #68F790;
}
</style>