Shades of Atlantis #88EC45
Tints of Atlantis #88EC45
RGB
CMYK
RGB Variations
Color information
#88EC45 (or 0x88EC45) is known color: Atlantis. HEX triplet: 88, EC and 45. RGB value is (136,236,69). Sum of RGB (Red+Green+Blue) = 136+236+69=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #88EC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EC45 is #7713BA. Grayscale: #BBBBBB. Windows color (decimal): -7803835 or 4582536. OLE color: 4582536.
HSL color Cylindrical-coordinate representation of color #88EC45: hue angle of 95.93º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88EC45 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 69 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.07 |
| HSL | 95.93º | 0.81% | 0.6% | - |
| HSV(B) | 95.93º | 0.71% | 0.93% | - |
| XYZ | 41.22 | 65.65 | 16.13 | - |
| YUV | 187.06 | 61.37 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 69 | 0.42 | 0 | 0.71 | 0.07 | 95.93 | 0.81 | 0.6 |
| Hex | 88 | EC | 45 | 2A | 0 | 47 | 7 | 60 | 51 | 3C |
| Octal | 210 | 354 | 105 | 52 | 0 | 107 | 7 | 140 | 121 | 74 |
| Binary | 10001000 | 11101100 | 1000101 | 101010 | 0 | 1000111 | 111 | 1100000 | 1010001 | 111100 |
Color Harmonies of #88EC45
Complementary color
Monochromatic Colors of #88EC45
Black with #88EC45
Text Example
Text Example
White with #88EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EC45; }
p { color: rgb(136,236,69); }
H1.HeaderClassName
{
color: #88EC45;
}
.AnyTagClassName
{
color: #88EC45;
}
</style>
background-color css
<style>
a { background-color: #88EC45; }
a { background-color: rgb(136,236,69); }
div.DivClassName
{
background-color: #88EC45;
}
.BgClassName
{
background-color: #88EC45;
}
</style>
border-color css
<style>
span { border-color: #88EC45; }
span { border-color: rgb(136,236,69); }
td.TdClassName
{
border-color: #88EC45;
}
.TagClassName
{
border-color: #88EC45;
}
</style>