Shades of Atlantis #8BD347
Tints of Atlantis #8BD347
RGB
CMYK
RGB Variations
Color information
#8BD347 (or 0x8BD347) is known color: Atlantis. HEX triplet: 8B, D3 and 47. RGB value is (139,211,71). Sum of RGB (Red+Green+Blue) = 139+211+71=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD347 is #742CB8. Grayscale: #AEAEAE. Windows color (decimal): -7613625 or 4707211. OLE color: 4707211.
HSL color Cylindrical-coordinate representation of color #8BD347: hue angle of 90.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BD347 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 71 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.17 |
| HSL | 90.86º | 0.61% | 0.55% | - |
| HSV(B) | 90.86º | 0.66% | 0.83% | - |
| XYZ | 35.08 | 52.53 | 14.25 | - |
| YUV | 173.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 71 | 0.34 | 0 | 0.66 | 0.17 | 90.86 | 0.61 | 0.55 |
| Hex | 8B | D3 | 47 | 22 | 0 | 42 | 11 | 5B | 3D | 37 |
| Octal | 213 | 323 | 107 | 42 | 0 | 102 | 21 | 133 | 75 | 67 |
| Binary | 10001011 | 11010011 | 1000111 | 100010 | 0 | 1000010 | 10001 | 1011011 | 111101 | 110111 |
Color Harmonies of #8BD347
Complementary color
Monochromatic Colors of #8BD347
Black with #8BD347
Text Example
Text Example
White with #8BD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD347; }
p { color: rgb(139,211,71); }
H1.HeaderClassName
{
color: #8BD347;
}
.AnyTagClassName
{
color: #8BD347;
}
</style>
background-color css
<style>
a { background-color: #8BD347; }
a { background-color: rgb(139,211,71); }
div.DivClassName
{
background-color: #8BD347;
}
.BgClassName
{
background-color: #8BD347;
}
</style>
border-color css
<style>
span { border-color: #8BD347; }
span { border-color: rgb(139,211,71); }
td.TdClassName
{
border-color: #8BD347;
}
.TagClassName
{
border-color: #8BD347;
}
</style>