Shades of Atlantis #8DCE4D
Tints of Atlantis #8DCE4D
RGB
CMYK
RGB Variations
Color information
#8DCE4D (or 0x8DCE4D) is known color: Atlantis. HEX triplet: 8D, CE and 4D. RGB value is (141,206,77). Sum of RGB (Red+Green+Blue) = 141+206+77=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE4D is #7231B2. Grayscale: #ACACAC. Windows color (decimal): -7483827 or 5099149. OLE color: 5099149.
HSL color Cylindrical-coordinate representation of color #8DCE4D: hue angle of 90.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DCE4D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 77 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.19 |
| HSL | 90.23º | 0.57% | 0.55% | - |
| HSV(B) | 90.23º | 0.63% | 0.81% | - |
| XYZ | 34.4 | 50.34 | 14.93 | - |
| YUV | 171.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 77 | 0.32 | 0 | 0.63 | 0.19 | 90.23 | 0.57 | 0.55 |
| Hex | 8D | CE | 4D | 20 | 0 | 3F | 13 | 5A | 39 | 37 |
| Octal | 215 | 316 | 115 | 40 | 0 | 77 | 23 | 132 | 71 | 67 |
| Binary | 10001101 | 11001110 | 1001101 | 100000 | 0 | 111111 | 10011 | 1011010 | 111001 | 110111 |
Color Harmonies of #8DCE4D
Complementary color
Monochromatic Colors of #8DCE4D
Black with #8DCE4D
Text Example
Text Example
White with #8DCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE4D; }
p { color: rgb(141,206,77); }
H1.HeaderClassName
{
color: #8DCE4D;
}
.AnyTagClassName
{
color: #8DCE4D;
}
</style>
background-color css
<style>
a { background-color: #8DCE4D; }
a { background-color: rgb(141,206,77); }
div.DivClassName
{
background-color: #8DCE4D;
}
.BgClassName
{
background-color: #8DCE4D;
}
</style>
border-color css
<style>
span { border-color: #8DCE4D; }
span { border-color: rgb(141,206,77); }
td.TdClassName
{
border-color: #8DCE4D;
}
.TagClassName
{
border-color: #8DCE4D;
}
</style>