Shades of Pastel Green #88F262
Tints of Pastel Green #88F262
RGB
CMYK
RGB Variations
Color information
#88F262 (or 0x88F262) is known color: Pastel Green. HEX triplet: 88, F2 and 62. RGB value is (136,242,98). Sum of RGB (Red+Green+Blue) = 136+242+98=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #88F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88F262 is #770D9D. Grayscale: #C2C2C2. Windows color (decimal): -7802270 or 6484616. OLE color: 6484616.
HSL color Cylindrical-coordinate representation of color #88F262: hue angle of 104.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88F262 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 242 | 98 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.05 |
| HSL | 104.17º | 0.85% | 0.67% | - |
| HSV(B) | 104.17º | 0.6% | 0.95% | - |
| XYZ | 44.11 | 69.62 | 22.67 | - |
| YUV | 193.89 | 73.88 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 98 | 0.44 | 0 | 0.60 | 0.05 | 104.17 | 0.85 | 0.67 |
| Hex | 88 | F2 | 62 | 2C | 0 | 3C | 5 | 68 | 55 | 43 |
| Octal | 210 | 362 | 142 | 54 | 0 | 74 | 5 | 150 | 125 | 103 |
| Binary | 10001000 | 11110010 | 1100010 | 101100 | 0 | 111100 | 101 | 1101000 | 1010101 | 1000011 |
Color Harmonies of #88F262
Complementary color
Monochromatic Colors of #88F262
Black with #88F262
Text Example
Text Example
White with #88F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F262; }
p { color: rgb(136,242,98); }
H1.HeaderClassName
{
color: #88F262;
}
.AnyTagClassName
{
color: #88F262;
}
</style>
background-color css
<style>
a { background-color: #88F262; }
a { background-color: rgb(136,242,98); }
div.DivClassName
{
background-color: #88F262;
}
.BgClassName
{
background-color: #88F262;
}
</style>
border-color css
<style>
span { border-color: #88F262; }
span { border-color: rgb(136,242,98); }
td.TdClassName
{
border-color: #88F262;
}
.TagClassName
{
border-color: #88F262;
}
</style>