Shades of Atlantis #88DC49
Tints of Atlantis #88DC49
RGB
CMYK
RGB Variations
Color information
#88DC49 (or 0x88DC49) is known color: Atlantis. HEX triplet: 88, DC and 49. RGB value is (136,220,73). Sum of RGB (Red+Green+Blue) = 136+220+73=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DC49 is #7723B6. Grayscale: #B2B2B2. Windows color (decimal): -7807927 or 4840584. OLE color: 4840584.
HSL color Cylindrical-coordinate representation of color #88DC49: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88DC49 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 73 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.14 |
| HSL | 94.29º | 0.68% | 0.57% | - |
| HSV(B) | 94.29º | 0.67% | 0.86% | - |
| XYZ | 36.95 | 56.9 | 15.34 | - |
| YUV | 178.13 | 68.67 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 73 | 0.38 | 0 | 0.67 | 0.14 | 94.29 | 0.68 | 0.57 |
| Hex | 88 | DC | 49 | 26 | 0 | 43 | E | 5E | 44 | 39 |
| Octal | 210 | 334 | 111 | 46 | 0 | 103 | 16 | 136 | 104 | 71 |
| Binary | 10001000 | 11011100 | 1001001 | 100110 | 0 | 1000011 | 1110 | 1011110 | 1000100 | 111001 |
Color Harmonies of #88DC49
Complementary color
Monochromatic Colors of #88DC49
Black with #88DC49
Text Example
Text Example
White with #88DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DC49; }
p { color: rgb(136,220,73); }
H1.HeaderClassName
{
color: #88DC49;
}
.AnyTagClassName
{
color: #88DC49;
}
</style>
background-color css
<style>
a { background-color: #88DC49; }
a { background-color: rgb(136,220,73); }
div.DivClassName
{
background-color: #88DC49;
}
.BgClassName
{
background-color: #88DC49;
}
</style>
border-color css
<style>
span { border-color: #88DC49; }
span { border-color: rgb(136,220,73); }
td.TdClassName
{
border-color: #88DC49;
}
.TagClassName
{
border-color: #88DC49;
}
</style>