Shades of Atlantis #8DCE43
Tints of Atlantis #8DCE43
RGB
CMYK
RGB Variations
Color information
#8DCE43 (or 0x8DCE43) is known color: Atlantis. HEX triplet: 8D, CE and 43. RGB value is (141,206,67). Sum of RGB (Red+Green+Blue) = 141+206+67=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCE43 is #7231BC. Grayscale: #ABABAB. Windows color (decimal): -7483837 or 4443789. OLE color: 4443789.
HSL color Cylindrical-coordinate representation of color #8DCE43: hue angle of 88.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DCE43 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 67 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.19 |
| HSL | 88.06º | 0.59% | 0.54% | - |
| HSV(B) | 88.06º | 0.67% | 0.81% | - |
| XYZ | 34.07 | 50.21 | 13.21 | - |
| YUV | 170.72 | 69.47 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 67 | 0.32 | 0 | 0.67 | 0.19 | 88.06 | 0.59 | 0.54 |
| Hex | 8D | CE | 43 | 20 | 0 | 43 | 13 | 58 | 3B | 36 |
| Octal | 215 | 316 | 103 | 40 | 0 | 103 | 23 | 130 | 73 | 66 |
| Binary | 10001101 | 11001110 | 1000011 | 100000 | 0 | 1000011 | 10011 | 1011000 | 111011 | 110110 |
Color Harmonies of #8DCE43
Complementary color
Monochromatic Colors of #8DCE43
Black with #8DCE43
Text Example
Text Example
White with #8DCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE43; }
p { color: rgb(141,206,67); }
H1.HeaderClassName
{
color: #8DCE43;
}
.AnyTagClassName
{
color: #8DCE43;
}
</style>
background-color css
<style>
a { background-color: #8DCE43; }
a { background-color: rgb(141,206,67); }
div.DivClassName
{
background-color: #8DCE43;
}
.BgClassName
{
background-color: #8DCE43;
}
</style>
border-color css
<style>
span { border-color: #8DCE43; }
span { border-color: rgb(141,206,67); }
td.TdClassName
{
border-color: #8DCE43;
}
.TagClassName
{
border-color: #8DCE43;
}
</style>