Shades of Atlantis #88E732
Tints of Atlantis #88E732
RGB
CMYK
RGB Variations
Color information
#88E732 (or 0x88E732) is known color: Atlantis. HEX triplet: 88, E7 and 32. RGB value is (136,231,50). Sum of RGB (Red+Green+Blue) = 136+231+50=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #88E732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88E732 is #7718CD. Grayscale: #B6B6B6. Windows color (decimal): -7805134 or 3336072. OLE color: 3336072.
HSL color Cylindrical-coordinate representation of color #88E732: hue angle of 91.49º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88E732 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 231 | 50 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.09 |
| HSL | 91.49º | 0.79% | 0.55% | - |
| HSV(B) | 91.49º | 0.78% | 0.91% | - |
| XYZ | 39.3 | 62.62 | 13.03 | - |
| YUV | 181.96 | 53.53 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 231 | 50 | 0.41 | 0 | 0.78 | 0.09 | 91.49 | 0.79 | 0.55 |
| Hex | 88 | E7 | 32 | 29 | 0 | 4E | 9 | 5B | 4F | 37 |
| Octal | 210 | 347 | 62 | 51 | 0 | 116 | 11 | 133 | 117 | 67 |
| Binary | 10001000 | 11100111 | 110010 | 101001 | 0 | 1001110 | 1001 | 1011011 | 1001111 | 110111 |
Color Harmonies of #88E732
Complementary color
Monochromatic Colors of #88E732
Black with #88E732
Text Example
Text Example
White with #88E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E732; }
p { color: rgb(136,231,50); }
H1.HeaderClassName
{
color: #88E732;
}
.AnyTagClassName
{
color: #88E732;
}
</style>
background-color css
<style>
a { background-color: #88E732; }
a { background-color: rgb(136,231,50); }
div.DivClassName
{
background-color: #88E732;
}
.BgClassName
{
background-color: #88E732;
}
</style>
border-color css
<style>
span { border-color: #88E732; }
span { border-color: rgb(136,231,50); }
td.TdClassName
{
border-color: #88E732;
}
.TagClassName
{
border-color: #88E732;
}
</style>