Shades of Atlantis #8BD739
Tints of Atlantis #8BD739
RGB
CMYK
RGB Variations
Color information
#8BD739 (or 0x8BD739) is known color: Atlantis. HEX triplet: 8B, D7 and 39. RGB value is (139,215,57). Sum of RGB (Red+Green+Blue) = 139+215+57=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD739 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD739 is #7428C6. Grayscale: #AEAEAE. Windows color (decimal): -7612615 or 3790731. OLE color: 3790731.
HSL color Cylindrical-coordinate representation of color #8BD739: hue angle of 88.86º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BD739 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 57 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.16 |
| HSL | 88.86º | 0.66% | 0.53% | - |
| HSV(B) | 88.86º | 0.73% | 0.84% | - |
| XYZ | 35.69 | 54.39 | 12.49 | - |
| YUV | 174.26 | 61.82 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 57 | 0.35 | 0 | 0.73 | 0.16 | 88.86 | 0.66 | 0.53 |
| Hex | 8B | D7 | 39 | 23 | 0 | 49 | 10 | 59 | 42 | 35 |
| Octal | 213 | 327 | 71 | 43 | 0 | 111 | 20 | 131 | 102 | 65 |
| Binary | 10001011 | 11010111 | 111001 | 100011 | 0 | 1001001 | 10000 | 1011001 | 1000010 | 110101 |
Color Harmonies of #8BD739
Complementary color
Monochromatic Colors of #8BD739
Black with #8BD739
Text Example
Text Example
White with #8BD739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD739; }
p { color: rgb(139,215,57); }
H1.HeaderClassName
{
color: #8BD739;
}
.AnyTagClassName
{
color: #8BD739;
}
</style>
background-color css
<style>
a { background-color: #8BD739; }
a { background-color: rgb(139,215,57); }
div.DivClassName
{
background-color: #8BD739;
}
.BgClassName
{
background-color: #8BD739;
}
</style>
border-color css
<style>
span { border-color: #8BD739; }
span { border-color: rgb(139,215,57); }
td.TdClassName
{
border-color: #8BD739;
}
.TagClassName
{
border-color: #8BD739;
}
</style>