Shades of Atlantis #88EC48
Tints of Atlantis #88EC48
RGB
CMYK
RGB Variations
Color information
#88EC48 (or 0x88EC48) is known color: Atlantis. HEX triplet: 88, EC and 48. RGB value is (136,236,72). Sum of RGB (Red+Green+Blue) = 136+236+72=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #88EC48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EC48 is #7713B7. Grayscale: #BBBBBB. Windows color (decimal): -7803832 or 4779144. OLE color: 4779144.
HSL color Cylindrical-coordinate representation of color #88EC48: hue angle of 96.59º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88EC48 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 72 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.07 |
| HSL | 96.59º | 0.81% | 0.6% | - |
| HSV(B) | 96.59º | 0.69% | 0.93% | - |
| XYZ | 41.32 | 65.69 | 16.63 | - |
| YUV | 187.4 | 62.87 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 72 | 0.42 | 0 | 0.69 | 0.07 | 96.59 | 0.81 | 0.6 |
| Hex | 88 | EC | 48 | 2A | 0 | 45 | 7 | 61 | 51 | 3C |
| Octal | 210 | 354 | 110 | 52 | 0 | 105 | 7 | 141 | 121 | 74 |
| Binary | 10001000 | 11101100 | 1001000 | 101010 | 0 | 1000101 | 111 | 1100001 | 1010001 | 111100 |
Color Harmonies of #88EC48
Complementary color
Monochromatic Colors of #88EC48
Black with #88EC48
Text Example
Text Example
White with #88EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EC48; }
p { color: rgb(136,236,72); }
H1.HeaderClassName
{
color: #88EC48;
}
.AnyTagClassName
{
color: #88EC48;
}
</style>
background-color css
<style>
a { background-color: #88EC48; }
a { background-color: rgb(136,236,72); }
div.DivClassName
{
background-color: #88EC48;
}
.BgClassName
{
background-color: #88EC48;
}
</style>
border-color css
<style>
span { border-color: #88EC48; }
span { border-color: rgb(136,236,72); }
td.TdClassName
{
border-color: #88EC48;
}
.TagClassName
{
border-color: #88EC48;
}
</style>