Shades of Pastel Green #68F990
Tints of Pastel Green #68F990
RGB
CMYK
RGB Variations
Color information
#68F990 (or 0x68F990) is known color: Pastel Green. HEX triplet: 68, F9 and 90. RGB value is (104,249,144). Sum of RGB (Red+Green+Blue) = 104+249+144=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #68F990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F990 is #97066F. Grayscale: #C1C1C1. Windows color (decimal): -9897584 or 9501032. OLE color: 9501032.
HSL color Cylindrical-coordinate representation of color #68F990: hue angle of 136.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F990 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 144 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.02 |
| HSL | 136.55º | 0.92% | 0.69% | - |
| HSV(B) | 136.55º | 0.58% | 0.98% | - |
| XYZ | 44.62 | 72.71 | 38.07 | - |
| YUV | 193.68 | 99.96 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 144 | 0.58 | 0 | 0.42 | 0.02 | 136.55 | 0.92 | 0.69 |
| Hex | 68 | F9 | 90 | 3A | 0 | 2A | 2 | 89 | 5C | 45 |
| Octal | 150 | 371 | 220 | 72 | 0 | 52 | 2 | 211 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10010000 | 111010 | 0 | 101010 | 10 | 10001001 | 1011100 | 1000101 |
Color Harmonies of #68F990
Complementary color
Monochromatic Colors of #68F990
Black with #68F990
Text Example
Text Example
White with #68F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F990; }
p { color: rgb(104,249,144); }
H1.HeaderClassName
{
color: #68F990;
}
.AnyTagClassName
{
color: #68F990;
}
</style>
background-color css
<style>
a { background-color: #68F990; }
a { background-color: rgb(104,249,144); }
div.DivClassName
{
background-color: #68F990;
}
.BgClassName
{
background-color: #68F990;
}
</style>
border-color css
<style>
span { border-color: #68F990; }
span { border-color: rgb(104,249,144); }
td.TdClassName
{
border-color: #68F990;
}
.TagClassName
{
border-color: #68F990;
}
</style>