Shades of Atlantis #8DDD4B
Tints of Atlantis #8DDD4B
RGB
CMYK
RGB Variations
Color information
#8DDD4B (or 0x8DDD4B) is known color: Atlantis. HEX triplet: 8D, DD and 4B. RGB value is (141,221,75). Sum of RGB (Red+Green+Blue) = 141+221+75=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDD4B is #7222B4. Grayscale: #B4B4B4. Windows color (decimal): -7479989 or 4971917. OLE color: 4971917.
HSL color Cylindrical-coordinate representation of color #8DDD4B: hue angle of 92.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DDD4B is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 75 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.13 |
| HSL | 92.88º | 0.68% | 0.58% | - |
| HSV(B) | 92.88º | 0.66% | 0.87% | - |
| XYZ | 38.11 | 57.88 | 15.82 | - |
| YUV | 180.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 75 | 0.36 | 0 | 0.66 | 0.13 | 92.88 | 0.68 | 0.58 |
| Hex | 8D | DD | 4B | 24 | 0 | 42 | D | 5D | 44 | 3A |
| Octal | 215 | 335 | 113 | 44 | 0 | 102 | 15 | 135 | 104 | 72 |
| Binary | 10001101 | 11011101 | 1001011 | 100100 | 0 | 1000010 | 1101 | 1011101 | 1000100 | 111010 |
Color Harmonies of #8DDD4B
Complementary color
Monochromatic Colors of #8DDD4B
Black with #8DDD4B
Text Example
Text Example
White with #8DDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD4B; }
p { color: rgb(141,221,75); }
H1.HeaderClassName
{
color: #8DDD4B;
}
.AnyTagClassName
{
color: #8DDD4B;
}
</style>
background-color css
<style>
a { background-color: #8DDD4B; }
a { background-color: rgb(141,221,75); }
div.DivClassName
{
background-color: #8DDD4B;
}
.BgClassName
{
background-color: #8DDD4B;
}
</style>
border-color css
<style>
span { border-color: #8DDD4B; }
span { border-color: rgb(141,221,75); }
td.TdClassName
{
border-color: #8DDD4B;
}
.TagClassName
{
border-color: #8DDD4B;
}
</style>