Shades of Atlantis #8DD644
Tints of Atlantis #8DD644
RGB
CMYK
RGB Variations
Color information
#8DD644 (or 0x8DD644) is known color: Atlantis. HEX triplet: 8D, D6 and 44. RGB value is (141,214,68). Sum of RGB (Red+Green+Blue) = 141+214+68=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD644 is #7229BB. Grayscale: #B0B0B0. Windows color (decimal): -7481788 or 4511373. OLE color: 4511373.
HSL color Cylindrical-coordinate representation of color #8DD644: hue angle of 90º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DD644 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 68 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.16 |
| HSL | 90º | 0.64% | 0.55% | - |
| HSV(B) | 90º | 0.68% | 0.84% | - |
| XYZ | 36.07 | 54.17 | 14.02 | - |
| YUV | 175.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 68 | 0.34 | 0 | 0.68 | 0.16 | 90 | 0.64 | 0.55 |
| Hex | 8D | D6 | 44 | 22 | 0 | 44 | 10 | 5A | 40 | 37 |
| Octal | 215 | 326 | 104 | 42 | 0 | 104 | 20 | 132 | 100 | 67 |
| Binary | 10001101 | 11010110 | 1000100 | 100010 | 0 | 1000100 | 10000 | 1011010 | 1000000 | 110111 |
Color Harmonies of #8DD644
Complementary color
Monochromatic Colors of #8DD644
Black with #8DD644
Text Example
Text Example
White with #8DD644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD644; }
p { color: rgb(141,214,68); }
H1.HeaderClassName
{
color: #8DD644;
}
.AnyTagClassName
{
color: #8DD644;
}
</style>
background-color css
<style>
a { background-color: #8DD644; }
a { background-color: rgb(141,214,68); }
div.DivClassName
{
background-color: #8DD644;
}
.BgClassName
{
background-color: #8DD644;
}
</style>
border-color css
<style>
span { border-color: #8DD644; }
span { border-color: rgb(141,214,68); }
td.TdClassName
{
border-color: #8DD644;
}
.TagClassName
{
border-color: #8DD644;
}
</style>