Shades of Atlantis #8DBD44
Tints of Atlantis #8DBD44
RGB
CMYK
RGB Variations
Color information
#8DBD44 (or 0x8DBD44) is known color: Atlantis. HEX triplet: 8D, BD and 44. RGB value is (141,189,68). Sum of RGB (Red+Green+Blue) = 141+189+68=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD44 is #7242BB. Grayscale: #A1A1A1. Windows color (decimal): -7488188 or 4504973. OLE color: 4504973.
HSL color Cylindrical-coordinate representation of color #8DBD44: hue angle of 83.8º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DBD44 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 68 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.26 |
| HSL | 83.8º | 0.48% | 0.5% | - |
| HSV(B) | 83.8º | 0.64% | 0.74% | - |
| XYZ | 30.23 | 42.48 | 12.07 | - |
| YUV | 160.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 68 | 0.25 | 0 | 0.64 | 0.26 | 83.8 | 0.48 | 0.5 |
| Hex | 8D | BD | 44 | 19 | 0 | 40 | 1A | 54 | 30 | 32 |
| Octal | 215 | 275 | 104 | 31 | 0 | 100 | 32 | 124 | 60 | 62 |
| Binary | 10001101 | 10111101 | 1000100 | 11001 | 0 | 1000000 | 11010 | 1010100 | 110000 | 110010 |
Color Harmonies of #8DBD44
Complementary color
Monochromatic Colors of #8DBD44
Black with #8DBD44
Text Example
Text Example
White with #8DBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD44; }
p { color: rgb(141,189,68); }
H1.HeaderClassName
{
color: #8DBD44;
}
.AnyTagClassName
{
color: #8DBD44;
}
</style>
background-color css
<style>
a { background-color: #8DBD44; }
a { background-color: rgb(141,189,68); }
div.DivClassName
{
background-color: #8DBD44;
}
.BgClassName
{
background-color: #8DBD44;
}
</style>
border-color css
<style>
span { border-color: #8DBD44; }
span { border-color: rgb(141,189,68); }
td.TdClassName
{
border-color: #8DBD44;
}
.TagClassName
{
border-color: #8DBD44;
}
</style>