Shades of Atlantis #8DDD3F
Tints of Atlantis #8DDD3F
RGB
CMYK
RGB Variations
Color information
#8DDD3F (or 0x8DDD3F) is known color: Atlantis. HEX triplet: 8D, DD and 3F. RGB value is (141,221,63). Sum of RGB (Red+Green+Blue) = 141+221+63=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDD3F is #7222C0. Grayscale: #B3B3B3. Windows color (decimal): -7480001 or 4185485. OLE color: 4185485.
HSL color Cylindrical-coordinate representation of color #8DDD3F: hue angle of 90.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DDD3F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 63 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.13 |
| HSL | 90.38º | 0.7% | 0.56% | - |
| HSV(B) | 90.38º | 0.71% | 0.87% | - |
| XYZ | 37.74 | 57.73 | 13.86 | - |
| YUV | 179.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 63 | 0.36 | 0 | 0.71 | 0.13 | 90.38 | 0.7 | 0.56 |
| Hex | 8D | DD | 3F | 24 | 0 | 47 | D | 5A | 46 | 38 |
| Octal | 215 | 335 | 77 | 44 | 0 | 107 | 15 | 132 | 106 | 70 |
| Binary | 10001101 | 11011101 | 111111 | 100100 | 0 | 1000111 | 1101 | 1011010 | 1000110 | 111000 |
Color Harmonies of #8DDD3F
Complementary color
Monochromatic Colors of #8DDD3F
Black with #8DDD3F
Text Example
Text Example
White with #8DDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD3F; }
p { color: rgb(141,221,63); }
H1.HeaderClassName
{
color: #8DDD3F;
}
.AnyTagClassName
{
color: #8DDD3F;
}
</style>
background-color css
<style>
a { background-color: #8DDD3F; }
a { background-color: rgb(141,221,63); }
div.DivClassName
{
background-color: #8DDD3F;
}
.BgClassName
{
background-color: #8DDD3F;
}
</style>
border-color css
<style>
span { border-color: #8DDD3F; }
span { border-color: rgb(141,221,63); }
td.TdClassName
{
border-color: #8DDD3F;
}
.TagClassName
{
border-color: #8DDD3F;
}
</style>