Shades of Atlantis #8BDB40
Tints of Atlantis #8BDB40
RGB
CMYK
RGB Variations
Color information
#8BDB40 (or 0x8BDB40) is known color: Atlantis. HEX triplet: 8B, DB and 40. RGB value is (139,219,64). Sum of RGB (Red+Green+Blue) = 139+219+64=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDB40 is #7424BF. Grayscale: #B1B1B1. Windows color (decimal): -7611584 or 4250507. OLE color: 4250507.
HSL color Cylindrical-coordinate representation of color #8BDB40: hue angle of 90.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BDB40 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 64 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.14 |
| HSL | 90.97º | 0.68% | 0.55% | - |
| HSV(B) | 90.97º | 0.71% | 0.86% | - |
| XYZ | 36.9 | 56.52 | 13.82 | - |
| YUV | 177.41 | 64 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 64 | 0.37 | 0 | 0.71 | 0.14 | 90.97 | 0.68 | 0.55 |
| Hex | 8B | DB | 40 | 25 | 0 | 47 | E | 5B | 44 | 37 |
| Octal | 213 | 333 | 100 | 45 | 0 | 107 | 16 | 133 | 104 | 67 |
| Binary | 10001011 | 11011011 | 1000000 | 100101 | 0 | 1000111 | 1110 | 1011011 | 1000100 | 110111 |
Color Harmonies of #8BDB40
Complementary color
Monochromatic Colors of #8BDB40
Black with #8BDB40
Text Example
Text Example
White with #8BDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB40; }
p { color: rgb(139,219,64); }
H1.HeaderClassName
{
color: #8BDB40;
}
.AnyTagClassName
{
color: #8BDB40;
}
</style>
background-color css
<style>
a { background-color: #8BDB40; }
a { background-color: rgb(139,219,64); }
div.DivClassName
{
background-color: #8BDB40;
}
.BgClassName
{
background-color: #8BDB40;
}
</style>
border-color css
<style>
span { border-color: #8BDB40; }
span { border-color: rgb(139,219,64); }
td.TdClassName
{
border-color: #8BDB40;
}
.TagClassName
{
border-color: #8BDB40;
}
</style>