Shades of Atlantis #8BDC47
Tints of Atlantis #8BDC47
RGB
CMYK
RGB Variations
Color information
#8BDC47 (or 0x8BDC47) is known color: Atlantis. HEX triplet: 8B, DC and 47. RGB value is (139,220,71). Sum of RGB (Red+Green+Blue) = 139+220+71=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDC47 is #7423B8. Grayscale: #B3B3B3. Windows color (decimal): -7611321 or 4709515. OLE color: 4709515.
HSL color Cylindrical-coordinate representation of color #8BDC47: hue angle of 92.62º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BDC47 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 71 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.14 |
| HSL | 92.62º | 0.68% | 0.57% | - |
| HSV(B) | 92.62º | 0.68% | 0.86% | - |
| XYZ | 37.38 | 57.13 | 15.02 | - |
| YUV | 178.8 | 67.16 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 71 | 0.37 | 0 | 0.68 | 0.14 | 92.62 | 0.68 | 0.57 |
| Hex | 8B | DC | 47 | 25 | 0 | 44 | E | 5D | 44 | 39 |
| Octal | 213 | 334 | 107 | 45 | 0 | 104 | 16 | 135 | 104 | 71 |
| Binary | 10001011 | 11011100 | 1000111 | 100101 | 0 | 1000100 | 1110 | 1011101 | 1000100 | 111001 |
Color Harmonies of #8BDC47
Complementary color
Monochromatic Colors of #8BDC47
Black with #8BDC47
Text Example
Text Example
White with #8BDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC47; }
p { color: rgb(139,220,71); }
H1.HeaderClassName
{
color: #8BDC47;
}
.AnyTagClassName
{
color: #8BDC47;
}
</style>
background-color css
<style>
a { background-color: #8BDC47; }
a { background-color: rgb(139,220,71); }
div.DivClassName
{
background-color: #8BDC47;
}
.BgClassName
{
background-color: #8BDC47;
}
</style>
border-color css
<style>
span { border-color: #8BDC47; }
span { border-color: rgb(139,220,71); }
td.TdClassName
{
border-color: #8BDC47;
}
.TagClassName
{
border-color: #8BDC47;
}
</style>