Shades of Atlantis #8BDB48
Tints of Atlantis #8BDB48
RGB
CMYK
RGB Variations
Color information
#8BDB48 (or 0x8BDB48) is known color: Atlantis. HEX triplet: 8B, DB and 48. RGB value is (139,219,72). Sum of RGB (Red+Green+Blue) = 139+219+72=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDB48 is #7424B7. Grayscale: #B2B2B2. Windows color (decimal): -7611576 or 4774795. OLE color: 4774795.
HSL color Cylindrical-coordinate representation of color #8BDB48: hue angle of 92.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BDB48 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 72 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.14 |
| HSL | 92.65º | 0.67% | 0.57% | - |
| HSV(B) | 92.65º | 0.67% | 0.86% | - |
| XYZ | 37.15 | 56.62 | 15.1 | - |
| YUV | 178.32 | 68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 72 | 0.37 | 0 | 0.67 | 0.14 | 92.65 | 0.67 | 0.57 |
| Hex | 8B | DB | 48 | 25 | 0 | 43 | E | 5D | 43 | 39 |
| Octal | 213 | 333 | 110 | 45 | 0 | 103 | 16 | 135 | 103 | 71 |
| Binary | 10001011 | 11011011 | 1001000 | 100101 | 0 | 1000011 | 1110 | 1011101 | 1000011 | 111001 |
Color Harmonies of #8BDB48
Complementary color
Monochromatic Colors of #8BDB48
Black with #8BDB48
Text Example
Text Example
White with #8BDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB48; }
p { color: rgb(139,219,72); }
H1.HeaderClassName
{
color: #8BDB48;
}
.AnyTagClassName
{
color: #8BDB48;
}
</style>
background-color css
<style>
a { background-color: #8BDB48; }
a { background-color: rgb(139,219,72); }
div.DivClassName
{
background-color: #8BDB48;
}
.BgClassName
{
background-color: #8BDB48;
}
</style>
border-color css
<style>
span { border-color: #8BDB48; }
span { border-color: rgb(139,219,72); }
td.TdClassName
{
border-color: #8BDB48;
}
.TagClassName
{
border-color: #8BDB48;
}
</style>