Shades of Atlantis #8BDB36
Tints of Atlantis #8BDB36
RGB
CMYK
RGB Variations
Color information
#8BDB36 (or 0x8BDB36) is known color: Atlantis. HEX triplet: 8B, DB and 36. RGB value is (139,219,54). Sum of RGB (Red+Green+Blue) = 139+219+54=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDB36 is #7424C9. Grayscale: #B0B0B0. Windows color (decimal): -7611594 or 3595147. OLE color: 3595147.
HSL color Cylindrical-coordinate representation of color #8BDB36: hue angle of 89.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BDB36 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 54 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.14 |
| HSL | 89.09º | 0.7% | 0.54% | - |
| HSV(B) | 89.09º | 0.75% | 0.86% | - |
| XYZ | 36.64 | 56.42 | 12.45 | - |
| YUV | 176.27 | 59 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 54 | 0.37 | 0 | 0.75 | 0.14 | 89.09 | 0.7 | 0.54 |
| Hex | 8B | DB | 36 | 25 | 0 | 4B | E | 59 | 46 | 36 |
| Octal | 213 | 333 | 66 | 45 | 0 | 113 | 16 | 131 | 106 | 66 |
| Binary | 10001011 | 11011011 | 110110 | 100101 | 0 | 1001011 | 1110 | 1011001 | 1000110 | 110110 |
Color Harmonies of #8BDB36
Complementary color
Monochromatic Colors of #8BDB36
Black with #8BDB36
Text Example
Text Example
White with #8BDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB36; }
p { color: rgb(139,219,54); }
H1.HeaderClassName
{
color: #8BDB36;
}
.AnyTagClassName
{
color: #8BDB36;
}
</style>
background-color css
<style>
a { background-color: #8BDB36; }
a { background-color: rgb(139,219,54); }
div.DivClassName
{
background-color: #8BDB36;
}
.BgClassName
{
background-color: #8BDB36;
}
</style>
border-color css
<style>
span { border-color: #8BDB36; }
span { border-color: rgb(139,219,54); }
td.TdClassName
{
border-color: #8BDB36;
}
.TagClassName
{
border-color: #8BDB36;
}
</style>