Shades of Pastel Green #88F265
Tints of Pastel Green #88F265
RGB
CMYK
RGB Variations
Color information
#88F265 (or 0x88F265) is known color: Pastel Green. HEX triplet: 88, F2 and 65. RGB value is (136,242,101). Sum of RGB (Red+Green+Blue) = 136+242+101=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #88F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88F265 is #770D9A. Grayscale: #C2C2C2. Windows color (decimal): -7802267 or 6681224. OLE color: 6681224.
HSL color Cylindrical-coordinate representation of color #88F265: hue angle of 105.11º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88F265 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 242 | 101 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.05 |
| HSL | 105.11º | 0.84% | 0.67% | - |
| HSV(B) | 105.11º | 0.58% | 0.95% | - |
| XYZ | 44.25 | 69.68 | 23.43 | - |
| YUV | 194.23 | 75.38 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 101 | 0.44 | 0 | 0.58 | 0.05 | 105.11 | 0.84 | 0.67 |
| Hex | 88 | F2 | 65 | 2C | 0 | 3A | 5 | 69 | 54 | 43 |
| Octal | 210 | 362 | 145 | 54 | 0 | 72 | 5 | 151 | 124 | 103 |
| Binary | 10001000 | 11110010 | 1100101 | 101100 | 0 | 111010 | 101 | 1101001 | 1010100 | 1000011 |
Color Harmonies of #88F265
Complementary color
Monochromatic Colors of #88F265
Black with #88F265
Text Example
Text Example
White with #88F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F265; }
p { color: rgb(136,242,101); }
H1.HeaderClassName
{
color: #88F265;
}
.AnyTagClassName
{
color: #88F265;
}
</style>
background-color css
<style>
a { background-color: #88F265; }
a { background-color: rgb(136,242,101); }
div.DivClassName
{
background-color: #88F265;
}
.BgClassName
{
background-color: #88F265;
}
</style>
border-color css
<style>
span { border-color: #88F265; }
span { border-color: rgb(136,242,101); }
td.TdClassName
{
border-color: #88F265;
}
.TagClassName
{
border-color: #88F265;
}
</style>