Shades of Atlantis #8DCD4C
Tints of Atlantis #8DCD4C
RGB
CMYK
RGB Variations
Color information
#8DCD4C (or 0x8DCD4C) is known color: Atlantis. HEX triplet: 8D, CD and 4C. RGB value is (141,205,76). Sum of RGB (Red+Green+Blue) = 141+205+76=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD4C is #7232B3. Grayscale: #ABABAB. Windows color (decimal): -7484084 or 5033357. OLE color: 5033357.
HSL color Cylindrical-coordinate representation of color #8DCD4C: hue angle of 89.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DCD4C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 76 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.20 |
| HSL | 89.77º | 0.56% | 0.55% | - |
| HSV(B) | 89.77º | 0.63% | 0.8% | - |
| XYZ | 34.12 | 49.85 | 14.66 | - |
| YUV | 171.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 76 | 0.31 | 0 | 0.63 | 0.20 | 89.77 | 0.56 | 0.55 |
| Hex | 8D | CD | 4C | 1F | 0 | 3F | 14 | 5A | 38 | 37 |
| Octal | 215 | 315 | 114 | 37 | 0 | 77 | 24 | 132 | 70 | 67 |
| Binary | 10001101 | 11001101 | 1001100 | 11111 | 0 | 111111 | 10100 | 1011010 | 111000 | 110111 |
Color Harmonies of #8DCD4C
Complementary color
Monochromatic Colors of #8DCD4C
Black with #8DCD4C
Text Example
Text Example
White with #8DCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD4C; }
p { color: rgb(141,205,76); }
H1.HeaderClassName
{
color: #8DCD4C;
}
.AnyTagClassName
{
color: #8DCD4C;
}
</style>
background-color css
<style>
a { background-color: #8DCD4C; }
a { background-color: rgb(141,205,76); }
div.DivClassName
{
background-color: #8DCD4C;
}
.BgClassName
{
background-color: #8DCD4C;
}
</style>
border-color css
<style>
span { border-color: #8DCD4C; }
span { border-color: rgb(141,205,76); }
td.TdClassName
{
border-color: #8DCD4C;
}
.TagClassName
{
border-color: #8DCD4C;
}
</style>