Shades of Atlantis #8BC747
Tints of Atlantis #8BC747
RGB
CMYK
RGB Variations
Color information
#8BC747 (or 0x8BC747) is known color: Atlantis. HEX triplet: 8B, C7 and 47. RGB value is (139,199,71). Sum of RGB (Red+Green+Blue) = 139+199+71=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC747 is #7438B8. Grayscale: #A6A6A6. Windows color (decimal): -7616697 or 4704139. OLE color: 4704139.
HSL color Cylindrical-coordinate representation of color #8BC747: hue angle of 88.12º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BC747 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 71 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.22 |
| HSL | 88.13º | 0.53% | 0.53% | - |
| HSV(B) | 88.13º | 0.64% | 0.78% | - |
| XYZ | 32.21 | 46.79 | 13.3 | - |
| YUV | 166.47 | 74.12 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 71 | 0.30 | 0 | 0.64 | 0.22 | 88.13 | 0.53 | 0.53 |
| Hex | 8B | C7 | 47 | 1E | 0 | 40 | 16 | 58 | 35 | 35 |
| Octal | 213 | 307 | 107 | 36 | 0 | 100 | 26 | 130 | 65 | 65 |
| Binary | 10001011 | 11000111 | 1000111 | 11110 | 0 | 1000000 | 10110 | 1011000 | 110101 | 110101 |
Color Harmonies of #8BC747
Complementary color
Monochromatic Colors of #8BC747
Black with #8BC747
Text Example
Text Example
White with #8BC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC747; }
p { color: rgb(139,199,71); }
H1.HeaderClassName
{
color: #8BC747;
}
.AnyTagClassName
{
color: #8BC747;
}
</style>
background-color css
<style>
a { background-color: #8BC747; }
a { background-color: rgb(139,199,71); }
div.DivClassName
{
background-color: #8BC747;
}
.BgClassName
{
background-color: #8BC747;
}
</style>
border-color css
<style>
span { border-color: #8BC747; }
span { border-color: rgb(139,199,71); }
td.TdClassName
{
border-color: #8BC747;
}
.TagClassName
{
border-color: #8BC747;
}
</style>