Shades of Atlantis #8BD748
Tints of Atlantis #8BD748
RGB
CMYK
RGB Variations
Color information
#8BD748 (or 0x8BD748) is known color: Atlantis. HEX triplet: 8B, D7 and 48. RGB value is (139,215,72). Sum of RGB (Red+Green+Blue) = 139+215+72=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD748 is #7428B7. Grayscale: #B0B0B0. Windows color (decimal): -7612600 or 4773771. OLE color: 4773771.
HSL color Cylindrical-coordinate representation of color #8BD748: hue angle of 91.89º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BD748 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 72 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.16 |
| HSL | 91.89º | 0.64% | 0.56% | - |
| HSV(B) | 91.89º | 0.67% | 0.84% | - |
| XYZ | 36.12 | 54.56 | 14.76 | - |
| YUV | 175.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 72 | 0.35 | 0 | 0.67 | 0.16 | 91.89 | 0.64 | 0.56 |
| Hex | 8B | D7 | 48 | 23 | 0 | 43 | 10 | 5C | 40 | 38 |
| Octal | 213 | 327 | 110 | 43 | 0 | 103 | 20 | 134 | 100 | 70 |
| Binary | 10001011 | 11010111 | 1001000 | 100011 | 0 | 1000011 | 10000 | 1011100 | 1000000 | 111000 |
Color Harmonies of #8BD748
Complementary color
Monochromatic Colors of #8BD748
Black with #8BD748
Text Example
Text Example
White with #8BD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD748; }
p { color: rgb(139,215,72); }
H1.HeaderClassName
{
color: #8BD748;
}
.AnyTagClassName
{
color: #8BD748;
}
</style>
background-color css
<style>
a { background-color: #8BD748; }
a { background-color: rgb(139,215,72); }
div.DivClassName
{
background-color: #8BD748;
}
.BgClassName
{
background-color: #8BD748;
}
</style>
border-color css
<style>
span { border-color: #8BD748; }
span { border-color: rgb(139,215,72); }
td.TdClassName
{
border-color: #8BD748;
}
.TagClassName
{
border-color: #8BD748;
}
</style>