Shades of Atlantis #89ED32
Tints of Atlantis #89ED32
RGB
CMYK
RGB Variations
Color information
#89ED32 (or 0x89ED32) is known color: Atlantis. HEX triplet: 89, ED and 32. RGB value is (137,237,50). Sum of RGB (Red+Green+Blue) = 137+237+50=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #89ED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89ED32 is #7612CD. Grayscale: #BABABA. Windows color (decimal): -7738062 or 3337609. OLE color: 3337609.
HSL color Cylindrical-coordinate representation of color #89ED32: hue angle of 92.09º degrees, saturation: 0.84, 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 #89ED32 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 50 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.07 |
| HSL | 92.09º | 0.84% | 0.56% | - |
| HSV(B) | 92.09º | 0.79% | 0.93% | - |
| XYZ | 41.18 | 66.12 | 13.61 | - |
| YUV | 185.78 | 51.37 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 50 | 0.42 | 0 | 0.79 | 0.07 | 92.09 | 0.84 | 0.56 |
| Hex | 89 | ED | 32 | 2A | 0 | 4F | 7 | 5C | 54 | 38 |
| Octal | 211 | 355 | 62 | 52 | 0 | 117 | 7 | 134 | 124 | 70 |
| Binary | 10001001 | 11101101 | 110010 | 101010 | 0 | 1001111 | 111 | 1011100 | 1010100 | 111000 |
Color Harmonies of #89ED32
Complementary color
Monochromatic Colors of #89ED32
Black with #89ED32
Text Example
Text Example
White with #89ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ED32; }
p { color: rgb(137,237,50); }
H1.HeaderClassName
{
color: #89ED32;
}
.AnyTagClassName
{
color: #89ED32;
}
</style>
background-color css
<style>
a { background-color: #89ED32; }
a { background-color: rgb(137,237,50); }
div.DivClassName
{
background-color: #89ED32;
}
.BgClassName
{
background-color: #89ED32;
}
</style>
border-color css
<style>
span { border-color: #89ED32; }
span { border-color: rgb(137,237,50); }
td.TdClassName
{
border-color: #89ED32;
}
.TagClassName
{
border-color: #89ED32;
}
</style>