Shades of Atlantis #88E93F
Tints of Atlantis #88E93F
RGB
CMYK
RGB Variations
Color information
#88E93F (or 0x88E93F) is known color: Atlantis. HEX triplet: 88, E9 and 3F. RGB value is (136,233,63). Sum of RGB (Red+Green+Blue) = 136+233+63=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 233 (91.41% from 255 or 53.94% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 233 - color contains mainly: green. Hex color #88E93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88E93F is #7716C0. Grayscale: #B9B9B9. Windows color (decimal): -7804609 or 4188552. OLE color: 4188552.
HSL color Cylindrical-coordinate representation of color #88E93F: hue angle of 94.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88E93F is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 233 | 63 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.09 |
| HSL | 94.24º | 0.79% | 0.58% | - |
| HSV(B) | 94.24º | 0.73% | 0.91% | - |
| XYZ | 40.19 | 63.87 | 14.91 | - |
| YUV | 184.62 | 59.36 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 233 | 63 | 0.42 | 0 | 0.73 | 0.09 | 94.24 | 0.79 | 0.58 |
| Hex | 88 | E9 | 3F | 2A | 0 | 49 | 9 | 5E | 4F | 3A |
| Octal | 210 | 351 | 77 | 52 | 0 | 111 | 11 | 136 | 117 | 72 |
| Binary | 10001000 | 11101001 | 111111 | 101010 | 0 | 1001001 | 1001 | 1011110 | 1001111 | 111010 |
Color Harmonies of #88E93F
Complementary color
Monochromatic Colors of #88E93F
Black with #88E93F
Text Example
Text Example
White with #88E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E93F; }
p { color: rgb(136,233,63); }
H1.HeaderClassName
{
color: #88E93F;
}
.AnyTagClassName
{
color: #88E93F;
}
</style>
background-color css
<style>
a { background-color: #88E93F; }
a { background-color: rgb(136,233,63); }
div.DivClassName
{
background-color: #88E93F;
}
.BgClassName
{
background-color: #88E93F;
}
</style>
border-color css
<style>
span { border-color: #88E93F; }
span { border-color: rgb(136,233,63); }
td.TdClassName
{
border-color: #88E93F;
}
.TagClassName
{
border-color: #88E93F;
}
</style>