Shades of Atlantis #8CD543
Tints of Atlantis #8CD543
RGB
CMYK
RGB Variations
Color information
#8CD543 (or 0x8CD543) is known color: Atlantis. HEX triplet: 8C, D5 and 43. RGB value is (140,213,67). Sum of RGB (Red+Green+Blue) = 140+213+67=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD543 is #732ABC. Grayscale: #AFAFAF. Windows color (decimal): -7547581 or 4445580. OLE color: 4445580.
HSL color Cylindrical-coordinate representation of color #8CD543: hue angle of 90º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CD543 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 213 | 67 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.16 |
| HSL | 90º | 0.63% | 0.55% | - |
| HSV(B) | 90º | 0.69% | 0.84% | - |
| XYZ | 35.62 | 53.57 | 13.77 | - |
| YUV | 174.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 213 | 67 | 0.34 | 0 | 0.69 | 0.16 | 90 | 0.63 | 0.55 |
| Hex | 8C | D5 | 43 | 22 | 0 | 45 | 10 | 5A | 3F | 37 |
| Octal | 214 | 325 | 103 | 42 | 0 | 105 | 20 | 132 | 77 | 67 |
| Binary | 10001100 | 11010101 | 1000011 | 100010 | 0 | 1000101 | 10000 | 1011010 | 111111 | 110111 |
Color Harmonies of #8CD543
Complementary color
Monochromatic Colors of #8CD543
Black with #8CD543
Text Example
Text Example
White with #8CD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD543; }
p { color: rgb(140,213,67); }
H1.HeaderClassName
{
color: #8CD543;
}
.AnyTagClassName
{
color: #8CD543;
}
</style>
background-color css
<style>
a { background-color: #8CD543; }
a { background-color: rgb(140,213,67); }
div.DivClassName
{
background-color: #8CD543;
}
.BgClassName
{
background-color: #8CD543;
}
</style>
border-color css
<style>
span { border-color: #8CD543; }
span { border-color: rgb(140,213,67); }
td.TdClassName
{
border-color: #8CD543;
}
.TagClassName
{
border-color: #8CD543;
}
</style>