Shades of Atlantis #8DBB40
Tints of Atlantis #8DBB40
RGB
CMYK
RGB Variations
Color information
#8DBB40 (or 0x8DBB40) is known color: Atlantis. HEX triplet: 8D, BB and 40. RGB value is (141,187,64). Sum of RGB (Red+Green+Blue) = 141+187+64=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB40 is #7244BF. Grayscale: #9F9F9F. Windows color (decimal): -7488704 or 4242317. OLE color: 4242317.
HSL color Cylindrical-coordinate representation of color #8DBB40: hue angle of 82.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DBB40 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 64 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.27 |
| HSL | 82.44º | 0.49% | 0.49% | - |
| HSV(B) | 82.44º | 0.66% | 0.73% | - |
| XYZ | 29.68 | 41.57 | 11.31 | - |
| YUV | 159.22 | 74.26 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 64 | 0.25 | 0 | 0.66 | 0.27 | 82.44 | 0.49 | 0.49 |
| Hex | 8D | BB | 40 | 19 | 0 | 42 | 1B | 52 | 31 | 31 |
| Octal | 215 | 273 | 100 | 31 | 0 | 102 | 33 | 122 | 61 | 61 |
| Binary | 10001101 | 10111011 | 1000000 | 11001 | 0 | 1000010 | 11011 | 1010010 | 110001 | 110001 |
Color Harmonies of #8DBB40
Complementary color
Monochromatic Colors of #8DBB40
Black with #8DBB40
Text Example
Text Example
White with #8DBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB40; }
p { color: rgb(141,187,64); }
H1.HeaderClassName
{
color: #8DBB40;
}
.AnyTagClassName
{
color: #8DBB40;
}
</style>
background-color css
<style>
a { background-color: #8DBB40; }
a { background-color: rgb(141,187,64); }
div.DivClassName
{
background-color: #8DBB40;
}
.BgClassName
{
background-color: #8DBB40;
}
</style>
border-color css
<style>
span { border-color: #8DBB40; }
span { border-color: rgb(141,187,64); }
td.TdClassName
{
border-color: #8DBB40;
}
.TagClassName
{
border-color: #8DBB40;
}
</style>