Shades of Atlantis #89EE32
Tints of Atlantis #89EE32
RGB
CMYK
RGB Variations
Color information
#89EE32 (or 0x89EE32) is known color: Atlantis. HEX triplet: 89, EE and 32. RGB value is (137,238,50). Sum of RGB (Red+Green+Blue) = 137+238+50=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #89EE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EE32 is #7611CD. Grayscale: #BBBBBB. Windows color (decimal): -7737806 or 3337865. OLE color: 3337865.
HSL color Cylindrical-coordinate representation of color #89EE32: hue angle of 92.23º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #89EE32 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 50 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.07 |
| HSL | 92.23º | 0.85% | 0.56% | - |
| HSV(B) | 92.23º | 0.79% | 0.93% | - |
| XYZ | 41.47 | 66.7 | 13.71 | - |
| YUV | 186.37 | 51.04 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 50 | 0.42 | 0 | 0.79 | 0.07 | 92.23 | 0.85 | 0.56 |
| Hex | 89 | EE | 32 | 2A | 0 | 4F | 7 | 5C | 55 | 38 |
| Octal | 211 | 356 | 62 | 52 | 0 | 117 | 7 | 134 | 125 | 70 |
| Binary | 10001001 | 11101110 | 110010 | 101010 | 0 | 1001111 | 111 | 1011100 | 1010101 | 111000 |
Color Harmonies of #89EE32
Complementary color
Monochromatic Colors of #89EE32
Black with #89EE32
Text Example
Text Example
White with #89EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EE32; }
p { color: rgb(137,238,50); }
H1.HeaderClassName
{
color: #89EE32;
}
.AnyTagClassName
{
color: #89EE32;
}
</style>
background-color css
<style>
a { background-color: #89EE32; }
a { background-color: rgb(137,238,50); }
div.DivClassName
{
background-color: #89EE32;
}
.BgClassName
{
background-color: #89EE32;
}
</style>
border-color css
<style>
span { border-color: #89EE32; }
span { border-color: rgb(137,238,50); }
td.TdClassName
{
border-color: #89EE32;
}
.TagClassName
{
border-color: #89EE32;
}
</style>