Shades of Atlantis #89F348
Tints of Atlantis #89F348
RGB
CMYK
RGB Variations
Color information
#89F348 (or 0x89F348) is known color: Atlantis. HEX triplet: 89, F3 and 48. RGB value is (137,243,72). Sum of RGB (Red+Green+Blue) = 137+243+72=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #89F348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89F348 is #760CB7. Grayscale: #C0C0C0. Windows color (decimal): -7736504 or 4780937. OLE color: 4780937.
HSL color Cylindrical-coordinate representation of color #89F348: hue angle of 97.19º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89F348 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 243 | 72 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.05 |
| HSL | 97.19º | 0.88% | 0.62% | - |
| HSV(B) | 97.19º | 0.7% | 0.95% | - |
| XYZ | 43.54 | 69.89 | 17.33 | - |
| YUV | 191.81 | 60.38 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 243 | 72 | 0.44 | 0 | 0.70 | 0.05 | 97.19 | 0.88 | 0.62 |
| Hex | 89 | F3 | 48 | 2C | 0 | 46 | 5 | 61 | 58 | 3E |
| Octal | 211 | 363 | 110 | 54 | 0 | 106 | 5 | 141 | 130 | 76 |
| Binary | 10001001 | 11110011 | 1001000 | 101100 | 0 | 1000110 | 101 | 1100001 | 1011000 | 111110 |
Color Harmonies of #89F348
Complementary color
Monochromatic Colors of #89F348
Black with #89F348
Text Example
Text Example
White with #89F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F348; }
p { color: rgb(137,243,72); }
H1.HeaderClassName
{
color: #89F348;
}
.AnyTagClassName
{
color: #89F348;
}
</style>
background-color css
<style>
a { background-color: #89F348; }
a { background-color: rgb(137,243,72); }
div.DivClassName
{
background-color: #89F348;
}
.BgClassName
{
background-color: #89F348;
}
</style>
border-color css
<style>
span { border-color: #89F348; }
span { border-color: rgb(137,243,72); }
td.TdClassName
{
border-color: #89F348;
}
.TagClassName
{
border-color: #89F348;
}
</style>