Shades of Atlantis #8CDB3D
Tints of Atlantis #8CDB3D
RGB
CMYK
RGB Variations
Color information
#8CDB3D (or 0x8CDB3D) is known color: Atlantis. HEX triplet: 8C, DB and 3D. RGB value is (140,219,61). Sum of RGB (Red+Green+Blue) = 140+219+61=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB3D is #7324C2. Grayscale: #B1B1B1. Windows color (decimal): -7546051 or 4053900. OLE color: 4053900.
HSL color Cylindrical-coordinate representation of color #8CDB3D: hue angle of 90º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CDB3D is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 61 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.14 |
| HSL | 90º | 0.69% | 0.55% | - |
| HSV(B) | 90º | 0.72% | 0.86% | - |
| XYZ | 36.99 | 56.58 | 13.39 | - |
| YUV | 177.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 61 | 0.36 | 0 | 0.72 | 0.14 | 90 | 0.69 | 0.55 |
| Hex | 8C | DB | 3D | 24 | 0 | 48 | E | 5A | 45 | 37 |
| Octal | 214 | 333 | 75 | 44 | 0 | 110 | 16 | 132 | 105 | 67 |
| Binary | 10001100 | 11011011 | 111101 | 100100 | 0 | 1001000 | 1110 | 1011010 | 1000101 | 110111 |
Color Harmonies of #8CDB3D
Complementary color
Monochromatic Colors of #8CDB3D
Black with #8CDB3D
Text Example
Text Example
White with #8CDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB3D; }
p { color: rgb(140,219,61); }
H1.HeaderClassName
{
color: #8CDB3D;
}
.AnyTagClassName
{
color: #8CDB3D;
}
</style>
background-color css
<style>
a { background-color: #8CDB3D; }
a { background-color: rgb(140,219,61); }
div.DivClassName
{
background-color: #8CDB3D;
}
.BgClassName
{
background-color: #8CDB3D;
}
</style>
border-color css
<style>
span { border-color: #8CDB3D; }
span { border-color: rgb(140,219,61); }
td.TdClassName
{
border-color: #8CDB3D;
}
.TagClassName
{
border-color: #8CDB3D;
}
</style>