Shades of Atlantis #88E448
Tints of Atlantis #88E448
RGB
CMYK
RGB Variations
Color information
#88E448 (or 0x88E448) is known color: Atlantis. HEX triplet: 88, E4 and 48. RGB value is (136,228,72). Sum of RGB (Red+Green+Blue) = 136+228+72=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #88E448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88E448 is #771BB7. Grayscale: #B7B7B7. Windows color (decimal): -7805880 or 4777096. OLE color: 4777096.
HSL color Cylindrical-coordinate representation of color #88E448: hue angle of 95.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88E448 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 228 | 72 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.11 |
| HSL | 95.38º | 0.74% | 0.59% | - |
| HSV(B) | 95.38º | 0.68% | 0.89% | - |
| XYZ | 39.07 | 61.19 | 15.88 | - |
| YUV | 182.71 | 65.52 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 228 | 72 | 0.40 | 0 | 0.68 | 0.11 | 95.38 | 0.74 | 0.59 |
| Hex | 88 | E4 | 48 | 28 | 0 | 44 | B | 5F | 4A | 3B |
| Octal | 210 | 344 | 110 | 50 | 0 | 104 | 13 | 137 | 112 | 73 |
| Binary | 10001000 | 11100100 | 1001000 | 101000 | 0 | 1000100 | 1011 | 1011111 | 1001010 | 111011 |
Color Harmonies of #88E448
Complementary color
Monochromatic Colors of #88E448
Black with #88E448
Text Example
Text Example
White with #88E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E448; }
p { color: rgb(136,228,72); }
H1.HeaderClassName
{
color: #88E448;
}
.AnyTagClassName
{
color: #88E448;
}
</style>
background-color css
<style>
a { background-color: #88E448; }
a { background-color: rgb(136,228,72); }
div.DivClassName
{
background-color: #88E448;
}
.BgClassName
{
background-color: #88E448;
}
</style>
border-color css
<style>
span { border-color: #88E448; }
span { border-color: rgb(136,228,72); }
td.TdClassName
{
border-color: #88E448;
}
.TagClassName
{
border-color: #88E448;
}
</style>