Shades of Pastel Green #68F18B
Tints of Pastel Green #68F18B
RGB
CMYK
RGB Variations
Color information
#68F18B (or 0x68F18B) is known color: Pastel Green. HEX triplet: 68, F1 and 8B. RGB value is (104,241,139). Sum of RGB (Red+Green+Blue) = 104+241+139=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #68F18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F18B is #970E74. Grayscale: #BCBCBC. Windows color (decimal): -9899637 or 9171304. OLE color: 9171304.
HSL color Cylindrical-coordinate representation of color #68F18B: hue angle of 135.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F18B is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 139 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.05 |
| HSL | 135.33º | 0.83% | 0.68% | - |
| HSV(B) | 135.33º | 0.57% | 0.95% | - |
| XYZ | 41.82 | 67.72 | 35.29 | - |
| YUV | 188.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 139 | 0.57 | 0 | 0.42 | 0.05 | 135.33 | 0.83 | 0.68 |
| Hex | 68 | F1 | 8B | 39 | 0 | 2A | 5 | 87 | 53 | 44 |
| Octal | 150 | 361 | 213 | 71 | 0 | 52 | 5 | 207 | 123 | 104 |
| Binary | 1101000 | 11110001 | 10001011 | 111001 | 0 | 101010 | 101 | 10000111 | 1010011 | 1000100 |
Color Harmonies of #68F18B
Complementary color
Monochromatic Colors of #68F18B
Black with #68F18B
Text Example
Text Example
White with #68F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F18B; }
p { color: rgb(104,241,139); }
H1.HeaderClassName
{
color: #68F18B;
}
.AnyTagClassName
{
color: #68F18B;
}
</style>
background-color css
<style>
a { background-color: #68F18B; }
a { background-color: rgb(104,241,139); }
div.DivClassName
{
background-color: #68F18B;
}
.BgClassName
{
background-color: #68F18B;
}
</style>
border-color css
<style>
span { border-color: #68F18B; }
span { border-color: rgb(104,241,139); }
td.TdClassName
{
border-color: #68F18B;
}
.TagClassName
{
border-color: #68F18B;
}
</style>