Shades of Atlantis #89EA4D
Tints of Atlantis #89EA4D
RGB
CMYK
RGB Variations
Color information
#89EA4D (or 0x89EA4D) is known color: Atlantis. HEX triplet: 89, EA and 4D. RGB value is (137,234,77). Sum of RGB (Red+Green+Blue) = 137+234+77=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #89EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #89EA4D is #7615B2. Grayscale: #BBBBBB. Windows color (decimal): -7738803 or 5106313. OLE color: 5106313.
HSL color Cylindrical-coordinate representation of color #89EA4D: hue angle of 97.07º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89EA4D is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 234 | 77 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.08 |
| HSL | 97.07º | 0.79% | 0.61% | - |
| HSV(B) | 97.07º | 0.67% | 0.92% | - |
| XYZ | 41.08 | 64.7 | 17.34 | - |
| YUV | 187.1 | 65.86 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 234 | 77 | 0.41 | 0 | 0.67 | 0.08 | 97.07 | 0.79 | 0.61 |
| Hex | 89 | EA | 4D | 29 | 0 | 43 | 8 | 61 | 4F | 3D |
| Octal | 211 | 352 | 115 | 51 | 0 | 103 | 10 | 141 | 117 | 75 |
| Binary | 10001001 | 11101010 | 1001101 | 101001 | 0 | 1000011 | 1000 | 1100001 | 1001111 | 111101 |
Color Harmonies of #89EA4D
Complementary color
Monochromatic Colors of #89EA4D
Black with #89EA4D
Text Example
Text Example
White with #89EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EA4D; }
p { color: rgb(137,234,77); }
H1.HeaderClassName
{
color: #89EA4D;
}
.AnyTagClassName
{
color: #89EA4D;
}
</style>
background-color css
<style>
a { background-color: #89EA4D; }
a { background-color: rgb(137,234,77); }
div.DivClassName
{
background-color: #89EA4D;
}
.BgClassName
{
background-color: #89EA4D;
}
</style>
border-color css
<style>
span { border-color: #89EA4D; }
span { border-color: rgb(137,234,77); }
td.TdClassName
{
border-color: #89EA4D;
}
.TagClassName
{
border-color: #89EA4D;
}
</style>