Shades of Pastel Green #88F16C
Tints of Pastel Green #88F16C
RGB
CMYK
RGB Variations
Color information
#88F16C (or 0x88F16C) is known color: Pastel Green. HEX triplet: 88, F1 and 6C. RGB value is (136,241,108). Sum of RGB (Red+Green+Blue) = 136+241+108=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #88F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88F16C is #770E93. Grayscale: #C2C2C2. Windows color (decimal): -7802516 or 7139720. OLE color: 7139720.
HSL color Cylindrical-coordinate representation of color #88F16C: hue angle of 107.37º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88F16C is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 241 | 108 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.05 |
| HSL | 107.37º | 0.83% | 0.68% | - |
| HSV(B) | 107.37º | 0.55% | 0.95% | - |
| XYZ | 44.32 | 69.23 | 25.21 | - |
| YUV | 194.44 | 79.21 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 241 | 108 | 0.44 | 0 | 0.55 | 0.05 | 107.37 | 0.83 | 0.68 |
| Hex | 88 | F1 | 6C | 2C | 0 | 37 | 5 | 6B | 53 | 44 |
| Octal | 210 | 361 | 154 | 54 | 0 | 67 | 5 | 153 | 123 | 104 |
| Binary | 10001000 | 11110001 | 1101100 | 101100 | 0 | 110111 | 101 | 1101011 | 1010011 | 1000100 |
Color Harmonies of #88F16C
Complementary color
Monochromatic Colors of #88F16C
Black with #88F16C
Text Example
Text Example
White with #88F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F16C; }
p { color: rgb(136,241,108); }
H1.HeaderClassName
{
color: #88F16C;
}
.AnyTagClassName
{
color: #88F16C;
}
</style>
background-color css
<style>
a { background-color: #88F16C; }
a { background-color: rgb(136,241,108); }
div.DivClassName
{
background-color: #88F16C;
}
.BgClassName
{
background-color: #88F16C;
}
</style>
border-color css
<style>
span { border-color: #88F16C; }
span { border-color: rgb(136,241,108); }
td.TdClassName
{
border-color: #88F16C;
}
.TagClassName
{
border-color: #88F16C;
}
</style>