Shades of Atlantis #8FDC43
Tints of Atlantis #8FDC43
RGB
CMYK
RGB Variations
Color information
#8FDC43 (or 0x8FDC43) is known color: Atlantis. HEX triplet: 8F, DC and 43. RGB value is (143,220,67). Sum of RGB (Red+Green+Blue) = 143+220+67=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDC43 is #7023BC. Grayscale: #B4B4B4. Windows color (decimal): -7349181 or 4447375. OLE color: 4447375.
HSL color Cylindrical-coordinate representation of color #8FDC43: hue angle of 90.2º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FDC43 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 67 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.14 |
| HSL | 90.2º | 0.69% | 0.56% | - |
| HSV(B) | 90.2º | 0.7% | 0.86% | - |
| XYZ | 37.93 | 57.43 | 14.4 | - |
| YUV | 179.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 67 | 0.35 | 0 | 0.70 | 0.14 | 90.2 | 0.69 | 0.56 |
| Hex | 8F | DC | 43 | 23 | 0 | 46 | E | 5A | 45 | 38 |
| Octal | 217 | 334 | 103 | 43 | 0 | 106 | 16 | 132 | 105 | 70 |
| Binary | 10001111 | 11011100 | 1000011 | 100011 | 0 | 1000110 | 1110 | 1011010 | 1000101 | 111000 |
Color Harmonies of #8FDC43
Complementary color
Monochromatic Colors of #8FDC43
Black with #8FDC43
Text Example
Text Example
White with #8FDC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC43; }
p { color: rgb(143,220,67); }
H1.HeaderClassName
{
color: #8FDC43;
}
.AnyTagClassName
{
color: #8FDC43;
}
</style>
background-color css
<style>
a { background-color: #8FDC43; }
a { background-color: rgb(143,220,67); }
div.DivClassName
{
background-color: #8FDC43;
}
.BgClassName
{
background-color: #8FDC43;
}
</style>
border-color css
<style>
span { border-color: #8FDC43; }
span { border-color: rgb(143,220,67); }
td.TdClassName
{
border-color: #8FDC43;
}
.TagClassName
{
border-color: #8FDC43;
}
</style>