Shades of Atlantis #89D238
Tints of Atlantis #89D238
RGB
CMYK
RGB Variations
Color information
#89D238 (or 0x89D238) is known color: Atlantis. HEX triplet: 89, D2 and 38. RGB value is (137,210,56). Sum of RGB (Red+Green+Blue) = 137+210+56=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #89D238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D238 is #762DC7. Grayscale: #ABABAB. Windows color (decimal): -7744968 or 3723913. OLE color: 3723913.
HSL color Cylindrical-coordinate representation of color #89D238: hue angle of 88.44º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89D238 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 210 | 56 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.18 |
| HSL | 88.44º | 0.63% | 0.52% | - |
| HSV(B) | 88.44º | 0.73% | 0.82% | - |
| XYZ | 34.08 | 51.7 | 11.92 | - |
| YUV | 170.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 210 | 56 | 0.35 | 0 | 0.73 | 0.18 | 88.44 | 0.63 | 0.52 |
| Hex | 89 | D2 | 38 | 23 | 0 | 49 | 12 | 58 | 3F | 34 |
| Octal | 211 | 322 | 70 | 43 | 0 | 111 | 22 | 130 | 77 | 64 |
| Binary | 10001001 | 11010010 | 111000 | 100011 | 0 | 1001001 | 10010 | 1011000 | 111111 | 110100 |
Color Harmonies of #89D238
Complementary color
Monochromatic Colors of #89D238
Black with #89D238
Text Example
Text Example
White with #89D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D238; }
p { color: rgb(137,210,56); }
H1.HeaderClassName
{
color: #89D238;
}
.AnyTagClassName
{
color: #89D238;
}
</style>
background-color css
<style>
a { background-color: #89D238; }
a { background-color: rgb(137,210,56); }
div.DivClassName
{
background-color: #89D238;
}
.BgClassName
{
background-color: #89D238;
}
</style>
border-color css
<style>
span { border-color: #89D238; }
span { border-color: rgb(137,210,56); }
td.TdClassName
{
border-color: #89D238;
}
.TagClassName
{
border-color: #89D238;
}
</style>