Shades of Atlantis #8BDA3E
Tints of Atlantis #8BDA3E
RGB
CMYK
RGB Variations
Color information
#8BDA3E (or 0x8BDA3E) is known color: Atlantis. HEX triplet: 8B, DA and 3E. RGB value is (139,218,62). Sum of RGB (Red+Green+Blue) = 139+218+62=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDA3E is #7425C1. Grayscale: #B1B1B1. Windows color (decimal): -7611842 or 4119179. OLE color: 4119179.
HSL color Cylindrical-coordinate representation of color #8BDA3E: hue angle of 90.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BDA3E is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 62 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.15 |
| HSL | 90.38º | 0.68% | 0.55% | - |
| HSV(B) | 90.38º | 0.72% | 0.85% | - |
| XYZ | 36.59 | 55.98 | 13.43 | - |
| YUV | 176.6 | 63.33 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 62 | 0.36 | 0 | 0.72 | 0.15 | 90.38 | 0.68 | 0.55 |
| Hex | 8B | DA | 3E | 24 | 0 | 48 | F | 5A | 44 | 37 |
| Octal | 213 | 332 | 76 | 44 | 0 | 110 | 17 | 132 | 104 | 67 |
| Binary | 10001011 | 11011010 | 111110 | 100100 | 0 | 1001000 | 1111 | 1011010 | 1000100 | 110111 |
Color Harmonies of #8BDA3E
Complementary color
Monochromatic Colors of #8BDA3E
Black with #8BDA3E
Text Example
Text Example
White with #8BDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDA3E; }
p { color: rgb(139,218,62); }
H1.HeaderClassName
{
color: #8BDA3E;
}
.AnyTagClassName
{
color: #8BDA3E;
}
</style>
background-color css
<style>
a { background-color: #8BDA3E; }
a { background-color: rgb(139,218,62); }
div.DivClassName
{
background-color: #8BDA3E;
}
.BgClassName
{
background-color: #8BDA3E;
}
</style>
border-color css
<style>
span { border-color: #8BDA3E; }
span { border-color: rgb(139,218,62); }
td.TdClassName
{
border-color: #8BDA3E;
}
.TagClassName
{
border-color: #8BDA3E;
}
</style>