Shades of Pastel Green #68F090
Tints of Pastel Green #68F090
RGB
CMYK
RGB Variations
Color information
#68F090 (or 0x68F090) is known color: Pastel Green. HEX triplet: 68, F0 and 90. RGB value is (104,240,144). Sum of RGB (Red+Green+Blue) = 104+240+144=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #68F090 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F090 is #970F6F. Grayscale: #BCBCBC. Windows color (decimal): -9899888 or 9498728. OLE color: 9498728.
HSL color Cylindrical-coordinate representation of color #68F090: hue angle of 137.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F090 is Cyan = 0.57, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 144 | - |
| CMYK | 0.57 | 0 | 0.4 | 0.06 |
| HSL | 137.65º | 0.82% | 0.67% | - |
| HSV(B) | 137.65º | 0.57% | 0.94% | - |
| XYZ | 41.9 | 67.28 | 37.16 | - |
| YUV | 188.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 144 | 0.57 | 0 | 0.4 | 0.06 | 137.65 | 0.82 | 0.67 |
| Hex | 68 | F0 | 90 | 39 | 0 | 28 | 6 | 8A | 52 | 43 |
| Octal | 150 | 360 | 220 | 71 | 0 | 50 | 6 | 212 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10010000 | 111001 | 0 | 101000 | 110 | 10001010 | 1010010 | 1000011 |
Color Harmonies of #68F090
Complementary color
Monochromatic Colors of #68F090
Black with #68F090
Text Example
Text Example
White with #68F090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F090; }
p { color: rgb(104,240,144); }
H1.HeaderClassName
{
color: #68F090;
}
.AnyTagClassName
{
color: #68F090;
}
</style>
background-color css
<style>
a { background-color: #68F090; }
a { background-color: rgb(104,240,144); }
div.DivClassName
{
background-color: #68F090;
}
.BgClassName
{
background-color: #68F090;
}
</style>
border-color css
<style>
span { border-color: #68F090; }
span { border-color: rgb(104,240,144); }
td.TdClassName
{
border-color: #68F090;
}
.TagClassName
{
border-color: #68F090;
}
</style>