Shades of Atlantis #8BD048
Tints of Atlantis #8BD048
RGB
CMYK
RGB Variations
Color information
#8BD048 (or 0x8BD048) is known color: Atlantis. HEX triplet: 8B, D0 and 48. RGB value is (139,208,72). Sum of RGB (Red+Green+Blue) = 139+208+72=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD048 is #742FB7. Grayscale: #ACACAC. Windows color (decimal): -7614392 or 4771979. OLE color: 4771979.
HSL color Cylindrical-coordinate representation of color #8BD048: hue angle of 90.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BD048 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 72 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.18 |
| HSL | 90.44º | 0.59% | 0.55% | - |
| HSV(B) | 90.44º | 0.65% | 0.82% | - |
| XYZ | 34.37 | 51.07 | 14.18 | - |
| YUV | 171.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 72 | 0.33 | 0 | 0.65 | 0.18 | 90.44 | 0.59 | 0.55 |
| Hex | 8B | D0 | 48 | 21 | 0 | 41 | 12 | 5A | 3B | 37 |
| Octal | 213 | 320 | 110 | 41 | 0 | 101 | 22 | 132 | 73 | 67 |
| Binary | 10001011 | 11010000 | 1001000 | 100001 | 0 | 1000001 | 10010 | 1011010 | 111011 | 110111 |
Color Harmonies of #8BD048
Complementary color
Monochromatic Colors of #8BD048
Black with #8BD048
Text Example
Text Example
White with #8BD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD048; }
p { color: rgb(139,208,72); }
H1.HeaderClassName
{
color: #8BD048;
}
.AnyTagClassName
{
color: #8BD048;
}
</style>
background-color css
<style>
a { background-color: #8BD048; }
a { background-color: rgb(139,208,72); }
div.DivClassName
{
background-color: #8BD048;
}
.BgClassName
{
background-color: #8BD048;
}
</style>
border-color css
<style>
span { border-color: #8BD048; }
span { border-color: rgb(139,208,72); }
td.TdClassName
{
border-color: #8BD048;
}
.TagClassName
{
border-color: #8BD048;
}
</style>