Shades of Atlantis #88C440
Tints of Atlantis #88C440
RGB
CMYK
RGB Variations
Color information
#88C440 (or 0x88C440) is known color: Atlantis. HEX triplet: 88, C4 and 40. RGB value is (136,196,64). Sum of RGB (Red+Green+Blue) = 136+196+64=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #88C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C440 is #773BBF. Grayscale: #A3A3A3. Windows color (decimal): -7814080 or 4244616. OLE color: 4244616.
HSL color Cylindrical-coordinate representation of color #88C440: hue angle of 87.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88C440 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 64 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.23 |
| HSL | 87.27º | 0.53% | 0.51% | - |
| HSV(B) | 87.27º | 0.67% | 0.77% | - |
| XYZ | 30.82 | 45.08 | 11.93 | - |
| YUV | 163.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 64 | 0.31 | 0 | 0.67 | 0.23 | 87.27 | 0.53 | 0.51 |
| Hex | 88 | C4 | 40 | 1F | 0 | 43 | 17 | 57 | 35 | 33 |
| Octal | 210 | 304 | 100 | 37 | 0 | 103 | 27 | 127 | 65 | 63 |
| Binary | 10001000 | 11000100 | 1000000 | 11111 | 0 | 1000011 | 10111 | 1010111 | 110101 | 110011 |
Color Harmonies of #88C440
Complementary color
Monochromatic Colors of #88C440
Black with #88C440
Text Example
Text Example
White with #88C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C440; }
p { color: rgb(136,196,64); }
H1.HeaderClassName
{
color: #88C440;
}
.AnyTagClassName
{
color: #88C440;
}
</style>
background-color css
<style>
a { background-color: #88C440; }
a { background-color: rgb(136,196,64); }
div.DivClassName
{
background-color: #88C440;
}
.BgClassName
{
background-color: #88C440;
}
</style>
border-color css
<style>
span { border-color: #88C440; }
span { border-color: rgb(136,196,64); }
td.TdClassName
{
border-color: #88C440;
}
.TagClassName
{
border-color: #88C440;
}
</style>