Shades of Atlantis #89C33F
Tints of Atlantis #89C33F
RGB
CMYK
RGB Variations
Color information
#89C33F (or 0x89C33F) is known color: Atlantis. HEX triplet: 89, C3 and 3F. RGB value is (137,195,63). Sum of RGB (Red+Green+Blue) = 137+195+63=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #89C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C33F is #763CC0. Grayscale: #A3A3A3. Windows color (decimal): -7748801 or 4178825. OLE color: 4178825.
HSL color Cylindrical-coordinate representation of color #89C33F: hue angle of 86.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89C33F is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 63 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.24 |
| HSL | 86.36º | 0.52% | 0.51% | - |
| HSV(B) | 86.36º | 0.68% | 0.76% | - |
| XYZ | 30.73 | 44.71 | 11.71 | - |
| YUV | 162.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 63 | 0.30 | 0 | 0.68 | 0.24 | 86.36 | 0.52 | 0.51 |
| Hex | 89 | C3 | 3F | 1E | 0 | 44 | 18 | 56 | 34 | 33 |
| Octal | 211 | 303 | 77 | 36 | 0 | 104 | 30 | 126 | 64 | 63 |
| Binary | 10001001 | 11000011 | 111111 | 11110 | 0 | 1000100 | 11000 | 1010110 | 110100 | 110011 |
Color Harmonies of #89C33F
Complementary color
Monochromatic Colors of #89C33F
Black with #89C33F
Text Example
Text Example
White with #89C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C33F; }
p { color: rgb(137,195,63); }
H1.HeaderClassName
{
color: #89C33F;
}
.AnyTagClassName
{
color: #89C33F;
}
</style>
background-color css
<style>
a { background-color: #89C33F; }
a { background-color: rgb(137,195,63); }
div.DivClassName
{
background-color: #89C33F;
}
.BgClassName
{
background-color: #89C33F;
}
</style>
border-color css
<style>
span { border-color: #89C33F; }
span { border-color: rgb(137,195,63); }
td.TdClassName
{
border-color: #89C33F;
}
.TagClassName
{
border-color: #89C33F;
}
</style>