Shades of Atlantis #8BDB38
Tints of Atlantis #8BDB38
RGB
CMYK
RGB Variations
Color information
#8BDB38 (or 0x8BDB38) is known color: Atlantis. HEX triplet: 8B, DB and 38. RGB value is (139,219,56). Sum of RGB (Red+Green+Blue) = 139+219+56=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDB38 is #7424C7. Grayscale: #B1B1B1. Windows color (decimal): -7611592 or 3726219. OLE color: 3726219.
HSL color Cylindrical-coordinate representation of color #8BDB38: hue angle of 89.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BDB38 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 56 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.14 |
| HSL | 89.45º | 0.69% | 0.54% | - |
| HSV(B) | 89.45º | 0.74% | 0.86% | - |
| XYZ | 36.69 | 56.44 | 12.7 | - |
| YUV | 176.5 | 60 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 56 | 0.37 | 0 | 0.74 | 0.14 | 89.45 | 0.69 | 0.54 |
| Hex | 8B | DB | 38 | 25 | 0 | 4A | E | 59 | 45 | 36 |
| Octal | 213 | 333 | 70 | 45 | 0 | 112 | 16 | 131 | 105 | 66 |
| Binary | 10001011 | 11011011 | 111000 | 100101 | 0 | 1001010 | 1110 | 1011001 | 1000101 | 110110 |
Color Harmonies of #8BDB38
Complementary color
Monochromatic Colors of #8BDB38
Black with #8BDB38
Text Example
Text Example
White with #8BDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB38; }
p { color: rgb(139,219,56); }
H1.HeaderClassName
{
color: #8BDB38;
}
.AnyTagClassName
{
color: #8BDB38;
}
</style>
background-color css
<style>
a { background-color: #8BDB38; }
a { background-color: rgb(139,219,56); }
div.DivClassName
{
background-color: #8BDB38;
}
.BgClassName
{
background-color: #8BDB38;
}
</style>
border-color css
<style>
span { border-color: #8BDB38; }
span { border-color: rgb(139,219,56); }
td.TdClassName
{
border-color: #8BDB38;
}
.TagClassName
{
border-color: #8BDB38;
}
</style>