Shades of Atlantis #88BC40
Tints of Atlantis #88BC40
RGB
CMYK
RGB Variations
Color information
#88BC40 (or 0x88BC40) is known color: Atlantis. HEX triplet: 88, BC and 40. RGB value is (136,188,64). Sum of RGB (Red+Green+Blue) = 136+188+64=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BC40 is #7743BF. Grayscale: #9E9E9E. Windows color (decimal): -7816128 or 4242568. OLE color: 4242568.
HSL color Cylindrical-coordinate representation of color #88BC40: hue angle of 85.16º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88BC40 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 64 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.26 |
| HSL | 85.16º | 0.49% | 0.49% | - |
| HSV(B) | 85.16º | 0.66% | 0.74% | - |
| XYZ | 29.06 | 41.57 | 11.34 | - |
| YUV | 158.32 | 74.77 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 64 | 0.28 | 0 | 0.66 | 0.26 | 85.16 | 0.49 | 0.49 |
| Hex | 88 | BC | 40 | 1C | 0 | 42 | 1A | 55 | 31 | 31 |
| Octal | 210 | 274 | 100 | 34 | 0 | 102 | 32 | 125 | 61 | 61 |
| Binary | 10001000 | 10111100 | 1000000 | 11100 | 0 | 1000010 | 11010 | 1010101 | 110001 | 110001 |
Color Harmonies of #88BC40
Complementary color
Monochromatic Colors of #88BC40
Black with #88BC40
Text Example
Text Example
White with #88BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC40; }
p { color: rgb(136,188,64); }
H1.HeaderClassName
{
color: #88BC40;
}
.AnyTagClassName
{
color: #88BC40;
}
</style>
background-color css
<style>
a { background-color: #88BC40; }
a { background-color: rgb(136,188,64); }
div.DivClassName
{
background-color: #88BC40;
}
.BgClassName
{
background-color: #88BC40;
}
</style>
border-color css
<style>
span { border-color: #88BC40; }
span { border-color: rgb(136,188,64); }
td.TdClassName
{
border-color: #88BC40;
}
.TagClassName
{
border-color: #88BC40;
}
</style>