Shades of Atlantis #8FDB45
Tints of Atlantis #8FDB45
RGB
CMYK
RGB Variations
Color information
#8FDB45 (or 0x8FDB45) is known color: Atlantis. HEX triplet: 8F, DB and 45. RGB value is (143,219,69). Sum of RGB (Red+Green+Blue) = 143+219+69=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDB45 is #7024BA. Grayscale: #B3B3B3. Windows color (decimal): -7349435 or 4578191. OLE color: 4578191.
HSL color Cylindrical-coordinate representation of color #8FDB45: hue angle of 90.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FDB45 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 69 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.14 |
| HSL | 90.4º | 0.68% | 0.56% | - |
| HSV(B) | 90.4º | 0.68% | 0.86% | - |
| XYZ | 37.73 | 56.93 | 14.63 | - |
| YUV | 179.18 | 65.82 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 69 | 0.35 | 0 | 0.68 | 0.14 | 90.4 | 0.68 | 0.56 |
| Hex | 8F | DB | 45 | 23 | 0 | 44 | E | 5A | 44 | 38 |
| Octal | 217 | 333 | 105 | 43 | 0 | 104 | 16 | 132 | 104 | 70 |
| Binary | 10001111 | 11011011 | 1000101 | 100011 | 0 | 1000100 | 1110 | 1011010 | 1000100 | 111000 |
Color Harmonies of #8FDB45
Complementary color
Monochromatic Colors of #8FDB45
Black with #8FDB45
Text Example
Text Example
White with #8FDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB45; }
p { color: rgb(143,219,69); }
H1.HeaderClassName
{
color: #8FDB45;
}
.AnyTagClassName
{
color: #8FDB45;
}
</style>
background-color css
<style>
a { background-color: #8FDB45; }
a { background-color: rgb(143,219,69); }
div.DivClassName
{
background-color: #8FDB45;
}
.BgClassName
{
background-color: #8FDB45;
}
</style>
border-color css
<style>
span { border-color: #8FDB45; }
span { border-color: rgb(143,219,69); }
td.TdClassName
{
border-color: #8FDB45;
}
.TagClassName
{
border-color: #8FDB45;
}
</style>