Shades of Pastel Green #68F18F
Tints of Pastel Green #68F18F
RGB
CMYK
RGB Variations
Color information
#68F18F (or 0x68F18F) is known color: Pastel Green. HEX triplet: 68, F1 and 8F. RGB value is (104,241,143). Sum of RGB (Red+Green+Blue) = 104+241+143=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #68F18F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F18F is #970E70. Grayscale: #BDBDBD. Windows color (decimal): -9899633 or 9433448. OLE color: 9433448.
HSL color Cylindrical-coordinate representation of color #68F18F: hue angle of 137.08º 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 #68F18F is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 143 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.05 |
| HSL | 137.08º | 0.83% | 0.68% | - |
| HSV(B) | 137.08º | 0.57% | 0.95% | - |
| XYZ | 42.12 | 67.84 | 36.86 | - |
| YUV | 188.87 | 102.11 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 143 | 0.57 | 0 | 0.41 | 0.05 | 137.08 | 0.83 | 0.68 |
| Hex | 68 | F1 | 8F | 39 | 0 | 29 | 5 | 89 | 53 | 44 |
| Octal | 150 | 361 | 217 | 71 | 0 | 51 | 5 | 211 | 123 | 104 |
| Binary | 1101000 | 11110001 | 10001111 | 111001 | 0 | 101001 | 101 | 10001001 | 1010011 | 1000100 |
Color Harmonies of #68F18F
Complementary color
Monochromatic Colors of #68F18F
Black with #68F18F
Text Example
Text Example
White with #68F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F18F; }
p { color: rgb(104,241,143); }
H1.HeaderClassName
{
color: #68F18F;
}
.AnyTagClassName
{
color: #68F18F;
}
</style>
background-color css
<style>
a { background-color: #68F18F; }
a { background-color: rgb(104,241,143); }
div.DivClassName
{
background-color: #68F18F;
}
.BgClassName
{
background-color: #68F18F;
}
</style>
border-color css
<style>
span { border-color: #68F18F; }
span { border-color: rgb(104,241,143); }
td.TdClassName
{
border-color: #68F18F;
}
.TagClassName
{
border-color: #68F18F;
}
</style>