Shades of Atlantis #8BCD47
Tints of Atlantis #8BCD47
RGB
CMYK
RGB Variations
Color information
#8BCD47 (or 0x8BCD47) is known color: Atlantis. HEX triplet: 8B, CD and 47. RGB value is (139,205,71). Sum of RGB (Red+Green+Blue) = 139+205+71=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCD47 is #7432B8. Grayscale: #AAAAAA. Windows color (decimal): -7615161 or 4705675. OLE color: 4705675.
HSL color Cylindrical-coordinate representation of color #8BCD47: hue angle of 89.55º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BCD47 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 71 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.20 |
| HSL | 89.55º | 0.57% | 0.54% | - |
| HSV(B) | 89.55º | 0.65% | 0.8% | - |
| XYZ | 33.62 | 49.61 | 13.76 | - |
| YUV | 169.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 71 | 0.32 | 0 | 0.65 | 0.20 | 89.55 | 0.57 | 0.54 |
| Hex | 8B | CD | 47 | 20 | 0 | 41 | 14 | 5A | 39 | 36 |
| Octal | 213 | 315 | 107 | 40 | 0 | 101 | 24 | 132 | 71 | 66 |
| Binary | 10001011 | 11001101 | 1000111 | 100000 | 0 | 1000001 | 10100 | 1011010 | 111001 | 110110 |
Color Harmonies of #8BCD47
Complementary color
Monochromatic Colors of #8BCD47
Black with #8BCD47
Text Example
Text Example
White with #8BCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD47; }
p { color: rgb(139,205,71); }
H1.HeaderClassName
{
color: #8BCD47;
}
.AnyTagClassName
{
color: #8BCD47;
}
</style>
background-color css
<style>
a { background-color: #8BCD47; }
a { background-color: rgb(139,205,71); }
div.DivClassName
{
background-color: #8BCD47;
}
.BgClassName
{
background-color: #8BCD47;
}
</style>
border-color css
<style>
span { border-color: #8BCD47; }
span { border-color: rgb(139,205,71); }
td.TdClassName
{
border-color: #8BCD47;
}
.TagClassName
{
border-color: #8BCD47;
}
</style>