Shades of Atlantis #8BD348
Tints of Atlantis #8BD348
RGB
CMYK
RGB Variations
Color information
#8BD348 (or 0x8BD348) is known color: Atlantis. HEX triplet: 8B, D3 and 48. RGB value is (139,211,72). Sum of RGB (Red+Green+Blue) = 139+211+72=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD348 is #742CB7. Grayscale: #AEAEAE. Windows color (decimal): -7613624 or 4772747. OLE color: 4772747.
HSL color Cylindrical-coordinate representation of color #8BD348: hue angle of 91.08º 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 #8BD348 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 72 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.17 |
| HSL | 91.08º | 0.61% | 0.55% | - |
| HSV(B) | 91.08º | 0.66% | 0.83% | - |
| XYZ | 35.11 | 52.55 | 14.42 | - |
| YUV | 173.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 72 | 0.34 | 0 | 0.66 | 0.17 | 91.08 | 0.61 | 0.55 |
| Hex | 8B | D3 | 48 | 22 | 0 | 42 | 11 | 5B | 3D | 37 |
| Octal | 213 | 323 | 110 | 42 | 0 | 102 | 21 | 133 | 75 | 67 |
| Binary | 10001011 | 11010011 | 1001000 | 100010 | 0 | 1000010 | 10001 | 1011011 | 111101 | 110111 |
Color Harmonies of #8BD348
Complementary color
Monochromatic Colors of #8BD348
Black with #8BD348
Text Example
Text Example
White with #8BD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD348; }
p { color: rgb(139,211,72); }
H1.HeaderClassName
{
color: #8BD348;
}
.AnyTagClassName
{
color: #8BD348;
}
</style>
background-color css
<style>
a { background-color: #8BD348; }
a { background-color: rgb(139,211,72); }
div.DivClassName
{
background-color: #8BD348;
}
.BgClassName
{
background-color: #8BD348;
}
</style>
border-color css
<style>
span { border-color: #8BD348; }
span { border-color: rgb(139,211,72); }
td.TdClassName
{
border-color: #8BD348;
}
.TagClassName
{
border-color: #8BD348;
}
</style>