Shades of Atlantis #8CDB49
Tints of Atlantis #8CDB49
RGB
CMYK
RGB Variations
Color information
#8CDB49 (or 0x8CDB49) is known color: Atlantis. HEX triplet: 8C, DB and 49. RGB value is (140,219,73). Sum of RGB (Red+Green+Blue) = 140+219+73=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB49 is #7324B6. Grayscale: #B3B3B3. Windows color (decimal): -7546039 or 4840332. OLE color: 4840332.
HSL color Cylindrical-coordinate representation of color #8CDB49: hue angle of 92.47º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CDB49 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 73 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.14 |
| HSL | 92.47º | 0.67% | 0.57% | - |
| HSV(B) | 92.47º | 0.67% | 0.86% | - |
| XYZ | 37.35 | 56.72 | 15.28 | - |
| YUV | 178.74 | 68.33 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 73 | 0.36 | 0 | 0.67 | 0.14 | 92.47 | 0.67 | 0.57 |
| Hex | 8C | DB | 49 | 24 | 0 | 43 | E | 5C | 43 | 39 |
| Octal | 214 | 333 | 111 | 44 | 0 | 103 | 16 | 134 | 103 | 71 |
| Binary | 10001100 | 11011011 | 1001001 | 100100 | 0 | 1000011 | 1110 | 1011100 | 1000011 | 111001 |
Color Harmonies of #8CDB49
Complementary color
Monochromatic Colors of #8CDB49
Black with #8CDB49
Text Example
Text Example
White with #8CDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB49; }
p { color: rgb(140,219,73); }
H1.HeaderClassName
{
color: #8CDB49;
}
.AnyTagClassName
{
color: #8CDB49;
}
</style>
background-color css
<style>
a { background-color: #8CDB49; }
a { background-color: rgb(140,219,73); }
div.DivClassName
{
background-color: #8CDB49;
}
.BgClassName
{
background-color: #8CDB49;
}
</style>
border-color css
<style>
span { border-color: #8CDB49; }
span { border-color: rgb(140,219,73); }
td.TdClassName
{
border-color: #8CDB49;
}
.TagClassName
{
border-color: #8CDB49;
}
</style>