Shades of Atlantis #8CDD43
Tints of Atlantis #8CDD43
RGB
CMYK
RGB Variations
Color information
#8CDD43 (or 0x8CDD43) is known color: Atlantis. HEX triplet: 8C, DD and 43. RGB value is (140,221,67). Sum of RGB (Red+Green+Blue) = 140+221+67=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD43 is #7322BC. Grayscale: #B3B3B3. Windows color (decimal): -7545533 or 4447628. OLE color: 4447628.
HSL color Cylindrical-coordinate representation of color #8CDD43: hue angle of 91.56º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CDD43 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 67 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.13 |
| HSL | 91.56º | 0.69% | 0.56% | - |
| HSV(B) | 91.56º | 0.7% | 0.87% | - |
| XYZ | 37.68 | 57.69 | 14.46 | - |
| YUV | 179.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 67 | 0.37 | 0 | 0.70 | 0.13 | 91.56 | 0.69 | 0.56 |
| Hex | 8C | DD | 43 | 25 | 0 | 46 | D | 5C | 45 | 38 |
| Octal | 214 | 335 | 103 | 45 | 0 | 106 | 15 | 134 | 105 | 70 |
| Binary | 10001100 | 11011101 | 1000011 | 100101 | 0 | 1000110 | 1101 | 1011100 | 1000101 | 111000 |
Color Harmonies of #8CDD43
Complementary color
Monochromatic Colors of #8CDD43
Black with #8CDD43
Text Example
Text Example
White with #8CDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD43; }
p { color: rgb(140,221,67); }
H1.HeaderClassName
{
color: #8CDD43;
}
.AnyTagClassName
{
color: #8CDD43;
}
</style>
background-color css
<style>
a { background-color: #8CDD43; }
a { background-color: rgb(140,221,67); }
div.DivClassName
{
background-color: #8CDD43;
}
.BgClassName
{
background-color: #8CDD43;
}
</style>
border-color css
<style>
span { border-color: #8CDD43; }
span { border-color: rgb(140,221,67); }
td.TdClassName
{
border-color: #8CDD43;
}
.TagClassName
{
border-color: #8CDD43;
}
</style>