Shades of Atlantis #8DDD3D
Tints of Atlantis #8DDD3D
RGB
CMYK
RGB Variations
Color information
#8DDD3D (or 0x8DDD3D) is known color: Atlantis. HEX triplet: 8D, DD and 3D. RGB value is (141,221,61). Sum of RGB (Red+Green+Blue) = 141+221+61=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDD3D is #7222C2. Grayscale: #B3B3B3. Windows color (decimal): -7480003 or 4054413. OLE color: 4054413.
HSL color Cylindrical-coordinate representation of color #8DDD3D: hue angle of 90º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DDD3D is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 61 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.13 |
| HSL | 90º | 0.7% | 0.55% | - |
| HSV(B) | 90º | 0.72% | 0.87% | - |
| XYZ | 37.68 | 57.71 | 13.57 | - |
| YUV | 178.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 61 | 0.36 | 0 | 0.72 | 0.13 | 90 | 0.7 | 0.55 |
| Hex | 8D | DD | 3D | 24 | 0 | 48 | D | 5A | 46 | 37 |
| Octal | 215 | 335 | 75 | 44 | 0 | 110 | 15 | 132 | 106 | 67 |
| Binary | 10001101 | 11011101 | 111101 | 100100 | 0 | 1001000 | 1101 | 1011010 | 1000110 | 110111 |
Color Harmonies of #8DDD3D
Complementary color
Monochromatic Colors of #8DDD3D
Black with #8DDD3D
Text Example
Text Example
White with #8DDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD3D; }
p { color: rgb(141,221,61); }
H1.HeaderClassName
{
color: #8DDD3D;
}
.AnyTagClassName
{
color: #8DDD3D;
}
</style>
background-color css
<style>
a { background-color: #8DDD3D; }
a { background-color: rgb(141,221,61); }
div.DivClassName
{
background-color: #8DDD3D;
}
.BgClassName
{
background-color: #8DDD3D;
}
</style>
border-color css
<style>
span { border-color: #8DDD3D; }
span { border-color: rgb(141,221,61); }
td.TdClassName
{
border-color: #8DDD3D;
}
.TagClassName
{
border-color: #8DDD3D;
}
</style>