Shades of Atlantis #88D736
Tints of Atlantis #88D736
RGB
CMYK
RGB Variations
Color information
#88D736 (or 0x88D736) is known color: Atlantis. HEX triplet: 88, D7 and 36. RGB value is (136,215,54). Sum of RGB (Red+Green+Blue) = 136+215+54=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #88D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D736 is #7728C9. Grayscale: #ADADAD. Windows color (decimal): -7809226 or 3594120. OLE color: 3594120.
HSL color Cylindrical-coordinate representation of color #88D736: hue angle of 89.44º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88D736 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 215 | 54 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.16 |
| HSL | 89.44º | 0.67% | 0.53% | - |
| HSV(B) | 89.44º | 0.75% | 0.84% | - |
| XYZ | 35.12 | 54.1 | 12.08 | - |
| YUV | 173.03 | 60.83 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 215 | 54 | 0.37 | 0 | 0.75 | 0.16 | 89.44 | 0.67 | 0.53 |
| Hex | 88 | D7 | 36 | 25 | 0 | 4B | 10 | 59 | 43 | 35 |
| Octal | 210 | 327 | 66 | 45 | 0 | 113 | 20 | 131 | 103 | 65 |
| Binary | 10001000 | 11010111 | 110110 | 100101 | 0 | 1001011 | 10000 | 1011001 | 1000011 | 110101 |
Color Harmonies of #88D736
Complementary color
Monochromatic Colors of #88D736
Black with #88D736
Text Example
Text Example
White with #88D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D736; }
p { color: rgb(136,215,54); }
H1.HeaderClassName
{
color: #88D736;
}
.AnyTagClassName
{
color: #88D736;
}
</style>
background-color css
<style>
a { background-color: #88D736; }
a { background-color: rgb(136,215,54); }
div.DivClassName
{
background-color: #88D736;
}
.BgClassName
{
background-color: #88D736;
}
</style>
border-color css
<style>
span { border-color: #88D736; }
span { border-color: rgb(136,215,54); }
td.TdClassName
{
border-color: #88D736;
}
.TagClassName
{
border-color: #88D736;
}
</style>