Shades of Atlantis #8DCD49
Tints of Atlantis #8DCD49
RGB
CMYK
RGB Variations
Color information
#8DCD49 (or 0x8DCD49) is known color: Atlantis. HEX triplet: 8D, CD and 49. RGB value is (141,205,73). Sum of RGB (Red+Green+Blue) = 141+205+73=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD49 is #7232B6. Grayscale: #ABABAB. Windows color (decimal): -7484087 or 4836749. OLE color: 4836749.
HSL color Cylindrical-coordinate representation of color #8DCD49: hue angle of 89.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DCD49 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 73 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.20 |
| HSL | 89.09º | 0.57% | 0.55% | - |
| HSV(B) | 89.09º | 0.64% | 0.8% | - |
| XYZ | 34.02 | 49.81 | 14.12 | - |
| YUV | 170.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 73 | 0.31 | 0 | 0.64 | 0.20 | 89.09 | 0.57 | 0.55 |
| Hex | 8D | CD | 49 | 1F | 0 | 40 | 14 | 59 | 39 | 37 |
| Octal | 215 | 315 | 111 | 37 | 0 | 100 | 24 | 131 | 71 | 67 |
| Binary | 10001101 | 11001101 | 1001001 | 11111 | 0 | 1000000 | 10100 | 1011001 | 111001 | 110111 |
Color Harmonies of #8DCD49
Complementary color
Monochromatic Colors of #8DCD49
Black with #8DCD49
Text Example
Text Example
White with #8DCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD49; }
p { color: rgb(141,205,73); }
H1.HeaderClassName
{
color: #8DCD49;
}
.AnyTagClassName
{
color: #8DCD49;
}
</style>
background-color css
<style>
a { background-color: #8DCD49; }
a { background-color: rgb(141,205,73); }
div.DivClassName
{
background-color: #8DCD49;
}
.BgClassName
{
background-color: #8DCD49;
}
</style>
border-color css
<style>
span { border-color: #8DCD49; }
span { border-color: rgb(141,205,73); }
td.TdClassName
{
border-color: #8DCD49;
}
.TagClassName
{
border-color: #8DCD49;
}
</style>