Shades of Atlantis #88EC4D
Tints of Atlantis #88EC4D
RGB
CMYK
RGB Variations
Color information
#88EC4D (or 0x88EC4D) is known color: Atlantis. HEX triplet: 88, EC and 4D. RGB value is (136,236,77). Sum of RGB (Red+Green+Blue) = 136+236+77=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #88EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88EC4D is #7713B2. Grayscale: #BCBCBC. Windows color (decimal): -7803827 or 5106824. OLE color: 5106824.
HSL color Cylindrical-coordinate representation of color #88EC4D: hue angle of 97.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88EC4D is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 77 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.07 |
| HSL | 97.74º | 0.81% | 0.61% | - |
| HSV(B) | 97.74º | 0.67% | 0.93% | - |
| XYZ | 41.49 | 65.76 | 17.53 | - |
| YUV | 187.97 | 65.37 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 77 | 0.42 | 0 | 0.67 | 0.07 | 97.74 | 0.81 | 0.61 |
| Hex | 88 | EC | 4D | 2A | 0 | 43 | 7 | 62 | 51 | 3D |
| Octal | 210 | 354 | 115 | 52 | 0 | 103 | 7 | 142 | 121 | 75 |
| Binary | 10001000 | 11101100 | 1001101 | 101010 | 0 | 1000011 | 111 | 1100010 | 1010001 | 111101 |
Color Harmonies of #88EC4D
Complementary color
Monochromatic Colors of #88EC4D
Black with #88EC4D
Text Example
Text Example
White with #88EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EC4D; }
p { color: rgb(136,236,77); }
H1.HeaderClassName
{
color: #88EC4D;
}
.AnyTagClassName
{
color: #88EC4D;
}
</style>
background-color css
<style>
a { background-color: #88EC4D; }
a { background-color: rgb(136,236,77); }
div.DivClassName
{
background-color: #88EC4D;
}
.BgClassName
{
background-color: #88EC4D;
}
</style>
border-color css
<style>
span { border-color: #88EC4D; }
span { border-color: rgb(136,236,77); }
td.TdClassName
{
border-color: #88EC4D;
}
.TagClassName
{
border-color: #88EC4D;
}
</style>