Shades of Atlantis #8CDB43
Tints of Atlantis #8CDB43
RGB
CMYK
RGB Variations
Color information
#8CDB43 (or 0x8CDB43) is known color: Atlantis. HEX triplet: 8C, DB and 43. RGB value is (140,219,67). Sum of RGB (Red+Green+Blue) = 140+219+67=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB43 is #7324BC. Grayscale: #B2B2B2. Windows color (decimal): -7546045 or 4447116. OLE color: 4447116.
HSL color Cylindrical-coordinate representation of color #8CDB43: hue angle of 91.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CDB43 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 67 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.14 |
| HSL | 91.18º | 0.68% | 0.56% | - |
| HSV(B) | 91.18º | 0.69% | 0.86% | - |
| XYZ | 37.16 | 56.64 | 14.29 | - |
| YUV | 178.05 | 65.33 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 67 | 0.36 | 0 | 0.69 | 0.14 | 91.18 | 0.68 | 0.56 |
| Hex | 8C | DB | 43 | 24 | 0 | 45 | E | 5B | 44 | 38 |
| Octal | 214 | 333 | 103 | 44 | 0 | 105 | 16 | 133 | 104 | 70 |
| Binary | 10001100 | 11011011 | 1000011 | 100100 | 0 | 1000101 | 1110 | 1011011 | 1000100 | 111000 |
Color Harmonies of #8CDB43
Complementary color
Monochromatic Colors of #8CDB43
Black with #8CDB43
Text Example
Text Example
White with #8CDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB43; }
p { color: rgb(140,219,67); }
H1.HeaderClassName
{
color: #8CDB43;
}
.AnyTagClassName
{
color: #8CDB43;
}
</style>
background-color css
<style>
a { background-color: #8CDB43; }
a { background-color: rgb(140,219,67); }
div.DivClassName
{
background-color: #8CDB43;
}
.BgClassName
{
background-color: #8CDB43;
}
</style>
border-color css
<style>
span { border-color: #8CDB43; }
span { border-color: rgb(140,219,67); }
td.TdClassName
{
border-color: #8CDB43;
}
.TagClassName
{
border-color: #8CDB43;
}
</style>