Shades of Atlantis #8DD445
Tints of Atlantis #8DD445
RGB
CMYK
RGB Variations
Color information
#8DD445 (or 0x8DD445) is known color: Atlantis. HEX triplet: 8D, D4 and 45. RGB value is (141,212,69). Sum of RGB (Red+Green+Blue) = 141+212+69=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD445 is #722BBA. Grayscale: #AEAEAE. Windows color (decimal): -7482299 or 4576397. OLE color: 4576397.
HSL color Cylindrical-coordinate representation of color #8DD445: hue angle of 89.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DD445 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 212 | 69 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.17 |
| HSL | 89.79º | 0.62% | 0.55% | - |
| HSV(B) | 89.79º | 0.67% | 0.83% | - |
| XYZ | 35.6 | 53.18 | 14.02 | - |
| YUV | 174.47 | 68.48 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 69 | 0.33 | 0 | 0.67 | 0.17 | 89.79 | 0.62 | 0.55 |
| Hex | 8D | D4 | 45 | 21 | 0 | 43 | 11 | 5A | 3E | 37 |
| Octal | 215 | 324 | 105 | 41 | 0 | 103 | 21 | 132 | 76 | 67 |
| Binary | 10001101 | 11010100 | 1000101 | 100001 | 0 | 1000011 | 10001 | 1011010 | 111110 | 110111 |
Color Harmonies of #8DD445
Complementary color
Monochromatic Colors of #8DD445
Black with #8DD445
Text Example
Text Example
White with #8DD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD445; }
p { color: rgb(141,212,69); }
H1.HeaderClassName
{
color: #8DD445;
}
.AnyTagClassName
{
color: #8DD445;
}
</style>
background-color css
<style>
a { background-color: #8DD445; }
a { background-color: rgb(141,212,69); }
div.DivClassName
{
background-color: #8DD445;
}
.BgClassName
{
background-color: #8DD445;
}
</style>
border-color css
<style>
span { border-color: #8DD445; }
span { border-color: rgb(141,212,69); }
td.TdClassName
{
border-color: #8DD445;
}
.TagClassName
{
border-color: #8DD445;
}
</style>