Shades of Atlantis #8BDF47
Tints of Atlantis #8BDF47
RGB
CMYK
RGB Variations
Color information
#8BDF47 (or 0x8BDF47) is known color: Atlantis. HEX triplet: 8B, DF and 47. RGB value is (139,223,71). Sum of RGB (Red+Green+Blue) = 139+223+71=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDF47 is #7420B8. Grayscale: #B5B5B5. Windows color (decimal): -7610553 or 4710283. OLE color: 4710283.
HSL color Cylindrical-coordinate representation of color #8BDF47: hue angle of 93.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BDF47 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 71 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.13 |
| HSL | 93.16º | 0.7% | 0.58% | - |
| HSV(B) | 93.16º | 0.68% | 0.87% | - |
| XYZ | 38.17 | 58.72 | 15.28 | - |
| YUV | 180.56 | 66.17 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 71 | 0.38 | 0 | 0.68 | 0.13 | 93.16 | 0.7 | 0.58 |
| Hex | 8B | DF | 47 | 26 | 0 | 44 | D | 5D | 46 | 3A |
| Octal | 213 | 337 | 107 | 46 | 0 | 104 | 15 | 135 | 106 | 72 |
| Binary | 10001011 | 11011111 | 1000111 | 100110 | 0 | 1000100 | 1101 | 1011101 | 1000110 | 111010 |
Color Harmonies of #8BDF47
Complementary color
Monochromatic Colors of #8BDF47
Black with #8BDF47
Text Example
Text Example
White with #8BDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF47; }
p { color: rgb(139,223,71); }
H1.HeaderClassName
{
color: #8BDF47;
}
.AnyTagClassName
{
color: #8BDF47;
}
</style>
background-color css
<style>
a { background-color: #8BDF47; }
a { background-color: rgb(139,223,71); }
div.DivClassName
{
background-color: #8BDF47;
}
.BgClassName
{
background-color: #8BDF47;
}
</style>
border-color css
<style>
span { border-color: #8BDF47; }
span { border-color: rgb(139,223,71); }
td.TdClassName
{
border-color: #8BDF47;
}
.TagClassName
{
border-color: #8BDF47;
}
</style>