Shades of Atlantis #8DDE43
Tints of Atlantis #8DDE43
RGB
CMYK
RGB Variations
Color information
#8DDE43 (or 0x8DDE43) is known color: Atlantis. HEX triplet: 8D, DE and 43. RGB value is (141,222,67). Sum of RGB (Red+Green+Blue) = 141+222+67=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDE43 is #7221BC. Grayscale: #B4B4B4. Windows color (decimal): -7479741 or 4447885. OLE color: 4447885.
HSL color Cylindrical-coordinate representation of color #8DDE43: hue angle of 91.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DDE43 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 67 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.13 |
| HSL | 91.35º | 0.7% | 0.57% | - |
| HSV(B) | 91.35º | 0.7% | 0.87% | - |
| XYZ | 38.12 | 58.31 | 14.56 | - |
| YUV | 180.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 67 | 0.36 | 0 | 0.70 | 0.13 | 91.35 | 0.7 | 0.57 |
| Hex | 8D | DE | 43 | 24 | 0 | 46 | D | 5B | 46 | 39 |
| Octal | 215 | 336 | 103 | 44 | 0 | 106 | 15 | 133 | 106 | 71 |
| Binary | 10001101 | 11011110 | 1000011 | 100100 | 0 | 1000110 | 1101 | 1011011 | 1000110 | 111001 |
Color Harmonies of #8DDE43
Complementary color
Monochromatic Colors of #8DDE43
Black with #8DDE43
Text Example
Text Example
White with #8DDE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDE43; }
p { color: rgb(141,222,67); }
H1.HeaderClassName
{
color: #8DDE43;
}
.AnyTagClassName
{
color: #8DDE43;
}
</style>
background-color css
<style>
a { background-color: #8DDE43; }
a { background-color: rgb(141,222,67); }
div.DivClassName
{
background-color: #8DDE43;
}
.BgClassName
{
background-color: #8DDE43;
}
</style>
border-color css
<style>
span { border-color: #8DDE43; }
span { border-color: rgb(141,222,67); }
td.TdClassName
{
border-color: #8DDE43;
}
.TagClassName
{
border-color: #8DDE43;
}
</style>