Shades of Atlantis #88C844
Tints of Atlantis #88C844
RGB
CMYK
RGB Variations
Color information
#88C844 (or 0x88C844) is known color: Atlantis. HEX triplet: 88, C8 and 44. RGB value is (136,200,68). Sum of RGB (Red+Green+Blue) = 136+200+68=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #88C844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C844 is #7737BB. Grayscale: #A6A6A6. Windows color (decimal): -7813052 or 4507784. OLE color: 4507784.
HSL color Cylindrical-coordinate representation of color #88C844: hue angle of 89.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88C844 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 68 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.22 |
| HSL | 89.09º | 0.55% | 0.53% | - |
| HSV(B) | 89.09º | 0.66% | 0.78% | - |
| XYZ | 31.85 | 46.96 | 12.85 | - |
| YUV | 165.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 68 | 0.32 | 0 | 0.66 | 0.22 | 89.09 | 0.55 | 0.53 |
| Hex | 88 | C8 | 44 | 20 | 0 | 42 | 16 | 59 | 37 | 35 |
| Octal | 210 | 310 | 104 | 40 | 0 | 102 | 26 | 131 | 67 | 65 |
| Binary | 10001000 | 11001000 | 1000100 | 100000 | 0 | 1000010 | 10110 | 1011001 | 110111 | 110101 |
Color Harmonies of #88C844
Complementary color
Monochromatic Colors of #88C844
Black with #88C844
Text Example
Text Example
White with #88C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C844; }
p { color: rgb(136,200,68); }
H1.HeaderClassName
{
color: #88C844;
}
.AnyTagClassName
{
color: #88C844;
}
</style>
background-color css
<style>
a { background-color: #88C844; }
a { background-color: rgb(136,200,68); }
div.DivClassName
{
background-color: #88C844;
}
.BgClassName
{
background-color: #88C844;
}
</style>
border-color css
<style>
span { border-color: #88C844; }
span { border-color: rgb(136,200,68); }
td.TdClassName
{
border-color: #88C844;
}
.TagClassName
{
border-color: #88C844;
}
</style>