Shades of Pastel Green #68FA90
Tints of Pastel Green #68FA90
RGB
CMYK
RGB Variations
Color information
#68FA90 (or 0x68FA90) is known color: Pastel Green. HEX triplet: 68, FA and 90. RGB value is (104,250,144). Sum of RGB (Red+Green+Blue) = 104+250+144=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #68FA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FA90 is #97056F. Grayscale: #C2C2C2. Windows color (decimal): -9897328 or 9501288. OLE color: 9501288.
HSL color Cylindrical-coordinate representation of color #68FA90: hue angle of 136.44º degrees, saturation: 0.94, 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 #68FA90 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 144 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.02 |
| HSL | 136.44º | 0.94% | 0.69% | - |
| HSV(B) | 136.44º | 0.58% | 0.98% | - |
| XYZ | 44.93 | 73.33 | 38.17 | - |
| YUV | 194.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 144 | 0.58 | 0 | 0.42 | 0.02 | 136.44 | 0.94 | 0.69 |
| Hex | 68 | FA | 90 | 3A | 0 | 2A | 2 | 88 | 5E | 45 |
| Octal | 150 | 372 | 220 | 72 | 0 | 52 | 2 | 210 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10010000 | 111010 | 0 | 101010 | 10 | 10001000 | 1011110 | 1000101 |
Color Harmonies of #68FA90
Complementary color
Monochromatic Colors of #68FA90
Black with #68FA90
Text Example
Text Example
White with #68FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FA90; }
p { color: rgb(104,250,144); }
H1.HeaderClassName
{
color: #68FA90;
}
.AnyTagClassName
{
color: #68FA90;
}
</style>
background-color css
<style>
a { background-color: #68FA90; }
a { background-color: rgb(104,250,144); }
div.DivClassName
{
background-color: #68FA90;
}
.BgClassName
{
background-color: #68FA90;
}
</style>
border-color css
<style>
span { border-color: #68FA90; }
span { border-color: rgb(104,250,144); }
td.TdClassName
{
border-color: #68FA90;
}
.TagClassName
{
border-color: #68FA90;
}
</style>