Shades of Atlantis #8BD647
Tints of Atlantis #8BD647
RGB
CMYK
RGB Variations
Color information
#8BD647 (or 0x8BD647) is known color: Atlantis. HEX triplet: 8B, D6 and 47. RGB value is (139,214,71). Sum of RGB (Red+Green+Blue) = 139+214+71=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD647 is #7429B8. Grayscale: #AFAFAF. Windows color (decimal): -7612857 or 4707979. OLE color: 4707979.
HSL color Cylindrical-coordinate representation of color #8BD647: hue angle of 91.47º 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 #8BD647 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 71 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.16 |
| HSL | 91.47º | 0.64% | 0.56% | - |
| HSV(B) | 91.47º | 0.67% | 0.84% | - |
| XYZ | 35.83 | 54.04 | 14.5 | - |
| YUV | 175.27 | 69.15 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 71 | 0.35 | 0 | 0.67 | 0.16 | 91.47 | 0.64 | 0.56 |
| Hex | 8B | D6 | 47 | 23 | 0 | 43 | 10 | 5B | 40 | 38 |
| Octal | 213 | 326 | 107 | 43 | 0 | 103 | 20 | 133 | 100 | 70 |
| Binary | 10001011 | 11010110 | 1000111 | 100011 | 0 | 1000011 | 10000 | 1011011 | 1000000 | 111000 |
Color Harmonies of #8BD647
Complementary color
Monochromatic Colors of #8BD647
Black with #8BD647
Text Example
Text Example
White with #8BD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD647; }
p { color: rgb(139,214,71); }
H1.HeaderClassName
{
color: #8BD647;
}
.AnyTagClassName
{
color: #8BD647;
}
</style>
background-color css
<style>
a { background-color: #8BD647; }
a { background-color: rgb(139,214,71); }
div.DivClassName
{
background-color: #8BD647;
}
.BgClassName
{
background-color: #8BD647;
}
</style>
border-color css
<style>
span { border-color: #8BD647; }
span { border-color: rgb(139,214,71); }
td.TdClassName
{
border-color: #8BD647;
}
.TagClassName
{
border-color: #8BD647;
}
</style>