Shades of Atlantis #89CC42
Tints of Atlantis #89CC42
RGB
CMYK
RGB Variations
Color information
#89CC42 (or 0x89CC42) is known color: Atlantis. HEX triplet: 89, CC and 42. RGB value is (137,204,66). Sum of RGB (Red+Green+Blue) = 137+204+66=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89CC42 is #7633BD. Grayscale: #A8A8A8. Windows color (decimal): -7746494 or 4377737. OLE color: 4377737.
HSL color Cylindrical-coordinate representation of color #89CC42: hue angle of 89.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89CC42 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 66 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.2 |
| HSL | 89.13º | 0.58% | 0.53% | - |
| HSV(B) | 89.13º | 0.68% | 0.8% | - |
| XYZ | 32.89 | 48.9 | 12.86 | - |
| YUV | 168.24 | 70.3 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 66 | 0.33 | 0 | 0.68 | 0.2 | 89.13 | 0.58 | 0.53 |
| Hex | 89 | CC | 42 | 21 | 0 | 44 | 14 | 59 | 3A | 35 |
| Octal | 211 | 314 | 102 | 41 | 0 | 104 | 24 | 131 | 72 | 65 |
| Binary | 10001001 | 11001100 | 1000010 | 100001 | 0 | 1000100 | 10100 | 1011001 | 111010 | 110101 |
Color Harmonies of #89CC42
Complementary color
Monochromatic Colors of #89CC42
Black with #89CC42
Text Example
Text Example
White with #89CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CC42; }
p { color: rgb(137,204,66); }
H1.HeaderClassName
{
color: #89CC42;
}
.AnyTagClassName
{
color: #89CC42;
}
</style>
background-color css
<style>
a { background-color: #89CC42; }
a { background-color: rgb(137,204,66); }
div.DivClassName
{
background-color: #89CC42;
}
.BgClassName
{
background-color: #89CC42;
}
</style>
border-color css
<style>
span { border-color: #89CC42; }
span { border-color: rgb(137,204,66); }
td.TdClassName
{
border-color: #89CC42;
}
.TagClassName
{
border-color: #89CC42;
}
</style>