Shades of Atlantis #8DDB4A
Tints of Atlantis #8DDB4A
RGB
CMYK
RGB Variations
Color information
#8DDB4A (or 0x8DDB4A) is known color: Atlantis. HEX triplet: 8D, DB and 4A. RGB value is (141,219,74). Sum of RGB (Red+Green+Blue) = 141+219+74=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDB4A is #7224B5. Grayscale: #B3B3B3. Windows color (decimal): -7480502 or 4905869. OLE color: 4905869.
HSL color Cylindrical-coordinate representation of color #8DDB4A: hue angle of 92.28º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DDB4A is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 74 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.14 |
| HSL | 92.28º | 0.67% | 0.57% | - |
| HSV(B) | 92.28º | 0.66% | 0.86% | - |
| XYZ | 37.55 | 56.82 | 15.47 | - |
| YUV | 179.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 74 | 0.36 | 0 | 0.66 | 0.14 | 92.28 | 0.67 | 0.57 |
| Hex | 8D | DB | 4A | 24 | 0 | 42 | E | 5C | 43 | 39 |
| Octal | 215 | 333 | 112 | 44 | 0 | 102 | 16 | 134 | 103 | 71 |
| Binary | 10001101 | 11011011 | 1001010 | 100100 | 0 | 1000010 | 1110 | 1011100 | 1000011 | 111001 |
Color Harmonies of #8DDB4A
Complementary color
Monochromatic Colors of #8DDB4A
Black with #8DDB4A
Text Example
Text Example
White with #8DDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB4A; }
p { color: rgb(141,219,74); }
H1.HeaderClassName
{
color: #8DDB4A;
}
.AnyTagClassName
{
color: #8DDB4A;
}
</style>
background-color css
<style>
a { background-color: #8DDB4A; }
a { background-color: rgb(141,219,74); }
div.DivClassName
{
background-color: #8DDB4A;
}
.BgClassName
{
background-color: #8DDB4A;
}
</style>
border-color css
<style>
span { border-color: #8DDB4A; }
span { border-color: rgb(141,219,74); }
td.TdClassName
{
border-color: #8DDB4A;
}
.TagClassName
{
border-color: #8DDB4A;
}
</style>