Shades of Atlantis #8DD643
Tints of Atlantis #8DD643
RGB
CMYK
RGB Variations
Color information
#8DD643 (or 0x8DD643) is known color: Atlantis. HEX triplet: 8D, D6 and 43. RGB value is (141,214,67). Sum of RGB (Red+Green+Blue) = 141+214+67=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD643 is #7229BC. Grayscale: #AFAFAF. Windows color (decimal): -7481789 or 4445837. OLE color: 4445837.
HSL color Cylindrical-coordinate representation of color #8DD643: hue angle of 89.8º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DD643 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 67 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.16 |
| HSL | 89.8º | 0.64% | 0.55% | - |
| HSV(B) | 89.8º | 0.69% | 0.84% | - |
| XYZ | 36.04 | 54.16 | 13.86 | - |
| YUV | 175.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 67 | 0.34 | 0 | 0.69 | 0.16 | 89.8 | 0.64 | 0.55 |
| Hex | 8D | D6 | 43 | 22 | 0 | 45 | 10 | 5A | 40 | 37 |
| Octal | 215 | 326 | 103 | 42 | 0 | 105 | 20 | 132 | 100 | 67 |
| Binary | 10001101 | 11010110 | 1000011 | 100010 | 0 | 1000101 | 10000 | 1011010 | 1000000 | 110111 |
Color Harmonies of #8DD643
Complementary color
Monochromatic Colors of #8DD643
Black with #8DD643
Text Example
Text Example
White with #8DD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD643; }
p { color: rgb(141,214,67); }
H1.HeaderClassName
{
color: #8DD643;
}
.AnyTagClassName
{
color: #8DD643;
}
</style>
background-color css
<style>
a { background-color: #8DD643; }
a { background-color: rgb(141,214,67); }
div.DivClassName
{
background-color: #8DD643;
}
.BgClassName
{
background-color: #8DD643;
}
</style>
border-color css
<style>
span { border-color: #8DD643; }
span { border-color: rgb(141,214,67); }
td.TdClassName
{
border-color: #8DD643;
}
.TagClassName
{
border-color: #8DD643;
}
</style>