Shades of Atlantis #88EC4B
Tints of Atlantis #88EC4B
RGB
CMYK
RGB Variations
Color information
#88EC4B (or 0x88EC4B) is known color: Atlantis. HEX triplet: 88, EC and 4B. RGB value is (136,236,75). Sum of RGB (Red+Green+Blue) = 136+236+75=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #88EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EC4B is #7713B4. Grayscale: #BCBCBC. Windows color (decimal): -7803829 or 4975752. OLE color: 4975752.
HSL color Cylindrical-coordinate representation of color #88EC4B: hue angle of 97.27º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88EC4B is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 75 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.07 |
| HSL | 97.27º | 0.81% | 0.61% | - |
| HSV(B) | 97.27º | 0.68% | 0.93% | - |
| XYZ | 41.42 | 65.73 | 17.16 | - |
| YUV | 187.75 | 64.37 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 75 | 0.42 | 0 | 0.68 | 0.07 | 97.27 | 0.81 | 0.61 |
| Hex | 88 | EC | 4B | 2A | 0 | 44 | 7 | 61 | 51 | 3D |
| Octal | 210 | 354 | 113 | 52 | 0 | 104 | 7 | 141 | 121 | 75 |
| Binary | 10001000 | 11101100 | 1001011 | 101010 | 0 | 1000100 | 111 | 1100001 | 1010001 | 111101 |
Color Harmonies of #88EC4B
Complementary color
Monochromatic Colors of #88EC4B
Black with #88EC4B
Text Example
Text Example
White with #88EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EC4B; }
p { color: rgb(136,236,75); }
H1.HeaderClassName
{
color: #88EC4B;
}
.AnyTagClassName
{
color: #88EC4B;
}
</style>
background-color css
<style>
a { background-color: #88EC4B; }
a { background-color: rgb(136,236,75); }
div.DivClassName
{
background-color: #88EC4B;
}
.BgClassName
{
background-color: #88EC4B;
}
</style>
border-color css
<style>
span { border-color: #88EC4B; }
span { border-color: rgb(136,236,75); }
td.TdClassName
{
border-color: #88EC4B;
}
.TagClassName
{
border-color: #88EC4B;
}
</style>