Shades of Atlantis #89E432
Tints of Atlantis #89E432
RGB
CMYK
RGB Variations
Color information
#89E432 (or 0x89E432) is known color: Atlantis. HEX triplet: 89, E4 and 32. RGB value is (137,228,50). Sum of RGB (Red+Green+Blue) = 137+228+50=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #89E432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E432 is #761BCD. Grayscale: #B5B5B5. Windows color (decimal): -7740366 or 3335305. OLE color: 3335305.
HSL color Cylindrical-coordinate representation of color #89E432: hue angle of 90.67º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89E432 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 228 | 50 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.11 |
| HSL | 90.67º | 0.77% | 0.55% | - |
| HSV(B) | 90.67º | 0.78% | 0.89% | - |
| XYZ | 38.64 | 61.04 | 12.76 | - |
| YUV | 180.5 | 54.35 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 228 | 50 | 0.40 | 0 | 0.78 | 0.11 | 90.67 | 0.77 | 0.55 |
| Hex | 89 | E4 | 32 | 28 | 0 | 4E | B | 5B | 4D | 37 |
| Octal | 211 | 344 | 62 | 50 | 0 | 116 | 13 | 133 | 115 | 67 |
| Binary | 10001001 | 11100100 | 110010 | 101000 | 0 | 1001110 | 1011 | 1011011 | 1001101 | 110111 |
Color Harmonies of #89E432
Complementary color
Monochromatic Colors of #89E432
Black with #89E432
Text Example
Text Example
White with #89E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E432; }
p { color: rgb(137,228,50); }
H1.HeaderClassName
{
color: #89E432;
}
.AnyTagClassName
{
color: #89E432;
}
</style>
background-color css
<style>
a { background-color: #89E432; }
a { background-color: rgb(137,228,50); }
div.DivClassName
{
background-color: #89E432;
}
.BgClassName
{
background-color: #89E432;
}
</style>
border-color css
<style>
span { border-color: #89E432; }
span { border-color: rgb(137,228,50); }
td.TdClassName
{
border-color: #89E432;
}
.TagClassName
{
border-color: #89E432;
}
</style>