Shades of Atlantis #89ED45
Tints of Atlantis #89ED45
RGB
CMYK
RGB Variations
Color information
#89ED45 (or 0x89ED45) is known color: Atlantis. HEX triplet: 89, ED and 45. RGB value is (137,237,69). Sum of RGB (Red+Green+Blue) = 137+237+69=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #89ED45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89ED45 is #7612BA. Grayscale: #BCBCBC. Windows color (decimal): -7738043 or 4582793. OLE color: 4582793.
HSL color Cylindrical-coordinate representation of color #89ED45: hue angle of 95.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89ED45 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 69 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.07 |
| HSL | 95.71º | 0.82% | 0.6% | - |
| HSV(B) | 95.71º | 0.71% | 0.93% | - |
| XYZ | 41.67 | 66.32 | 16.23 | - |
| YUV | 187.95 | 60.87 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 69 | 0.42 | 0 | 0.71 | 0.07 | 95.71 | 0.82 | 0.6 |
| Hex | 89 | ED | 45 | 2A | 0 | 47 | 7 | 60 | 52 | 3C |
| Octal | 211 | 355 | 105 | 52 | 0 | 107 | 7 | 140 | 122 | 74 |
| Binary | 10001001 | 11101101 | 1000101 | 101010 | 0 | 1000111 | 111 | 1100000 | 1010010 | 111100 |
Color Harmonies of #89ED45
Complementary color
Monochromatic Colors of #89ED45
Black with #89ED45
Text Example
Text Example
White with #89ED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ED45; }
p { color: rgb(137,237,69); }
H1.HeaderClassName
{
color: #89ED45;
}
.AnyTagClassName
{
color: #89ED45;
}
</style>
background-color css
<style>
a { background-color: #89ED45; }
a { background-color: rgb(137,237,69); }
div.DivClassName
{
background-color: #89ED45;
}
.BgClassName
{
background-color: #89ED45;
}
</style>
border-color css
<style>
span { border-color: #89ED45; }
span { border-color: rgb(137,237,69); }
td.TdClassName
{
border-color: #89ED45;
}
.TagClassName
{
border-color: #89ED45;
}
</style>