Shades of Green Yellow #88F948
Tints of Green Yellow #88F948
RGB
CMYK
RGB Variations
Color information
#88F948 (or 0x88F948) is known color: Green Yellow. HEX triplet: 88, F9 and 48. RGB value is (136,249,72). Sum of RGB (Red+Green+Blue) = 136+249+72=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #88F948 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F948 is #7706B7. Grayscale: #C3C3C3. Windows color (decimal): -7800504 or 4782472. OLE color: 4782472.
HSL color Cylindrical-coordinate representation of color #88F948: hue angle of 98.31º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88F948 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 249 | 72 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.02 |
| HSL | 98.31º | 0.94% | 0.63% | - |
| HSV(B) | 98.31º | 0.71% | 0.98% | - |
| XYZ | 45.2 | 73.45 | 17.93 | - |
| YUV | 195.04 | 58.56 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 249 | 72 | 0.45 | 0 | 0.71 | 0.02 | 98.31 | 0.94 | 0.63 |
| Hex | 88 | F9 | 48 | 2D | 0 | 47 | 2 | 62 | 5E | 3F |
| Octal | 210 | 371 | 110 | 55 | 0 | 107 | 2 | 142 | 136 | 77 |
| Binary | 10001000 | 11111001 | 1001000 | 101101 | 0 | 1000111 | 10 | 1100010 | 1011110 | 111111 |
Color Harmonies of #88F948
Complementary color
Monochromatic Colors of #88F948
Black with #88F948
Text Example
Text Example
White with #88F948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F948; }
p { color: rgb(136,249,72); }
H1.HeaderClassName
{
color: #88F948;
}
.AnyTagClassName
{
color: #88F948;
}
</style>
background-color css
<style>
a { background-color: #88F948; }
a { background-color: rgb(136,249,72); }
div.DivClassName
{
background-color: #88F948;
}
.BgClassName
{
background-color: #88F948;
}
</style>
border-color css
<style>
span { border-color: #88F948; }
span { border-color: rgb(136,249,72); }
td.TdClassName
{
border-color: #88F948;
}
.TagClassName
{
border-color: #88F948;
}
</style>