Shades of Atlantis #8FDB49
Tints of Atlantis #8FDB49
RGB
CMYK
RGB Variations
Color information
#8FDB49 (or 0x8FDB49) is known color: Atlantis. HEX triplet: 8F, DB and 49. RGB value is (143,219,73). Sum of RGB (Red+Green+Blue) = 143+219+73=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDB49 is #7024B6. Grayscale: #B4B4B4. Windows color (decimal): -7349431 or 4840335. OLE color: 4840335.
HSL color Cylindrical-coordinate representation of color #8FDB49: hue angle of 91.23º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FDB49 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 73 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.14 |
| HSL | 91.23º | 0.67% | 0.57% | - |
| HSV(B) | 91.23º | 0.67% | 0.86% | - |
| XYZ | 37.86 | 56.98 | 15.31 | - |
| YUV | 179.63 | 67.82 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 73 | 0.35 | 0 | 0.67 | 0.14 | 91.23 | 0.67 | 0.57 |
| Hex | 8F | DB | 49 | 23 | 0 | 43 | E | 5B | 43 | 39 |
| Octal | 217 | 333 | 111 | 43 | 0 | 103 | 16 | 133 | 103 | 71 |
| Binary | 10001111 | 11011011 | 1001001 | 100011 | 0 | 1000011 | 1110 | 1011011 | 1000011 | 111001 |
Color Harmonies of #8FDB49
Complementary color
Monochromatic Colors of #8FDB49
Black with #8FDB49
Text Example
Text Example
White with #8FDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB49; }
p { color: rgb(143,219,73); }
H1.HeaderClassName
{
color: #8FDB49;
}
.AnyTagClassName
{
color: #8FDB49;
}
</style>
background-color css
<style>
a { background-color: #8FDB49; }
a { background-color: rgb(143,219,73); }
div.DivClassName
{
background-color: #8FDB49;
}
.BgClassName
{
background-color: #8FDB49;
}
</style>
border-color css
<style>
span { border-color: #8FDB49; }
span { border-color: rgb(143,219,73); }
td.TdClassName
{
border-color: #8FDB49;
}
.TagClassName
{
border-color: #8FDB49;
}
</style>