Shades of Atlantis #8BEF4E
Tints of Atlantis #8BEF4E
RGB
CMYK
RGB Variations
Color information
#8BEF4E (or 0x8BEF4E) is known color: Atlantis. HEX triplet: 8B, EF and 4E. RGB value is (139,239,78). Sum of RGB (Red+Green+Blue) = 139+239+78=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEF4E is #7410B1. Grayscale: #BFBFBF. Windows color (decimal): -7606450 or 5173131. OLE color: 5173131.
HSL color Cylindrical-coordinate representation of color #8BEF4E: hue angle of 97.27º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BEF4E is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 78 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.06 |
| HSL | 97.27º | 0.83% | 0.62% | - |
| HSV(B) | 97.27º | 0.67% | 0.94% | - |
| XYZ | 42.89 | 67.77 | 18.03 | - |
| YUV | 190.75 | 64.37 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 78 | 0.42 | 0 | 0.67 | 0.06 | 97.27 | 0.83 | 0.62 |
| Hex | 8B | EF | 4E | 2A | 0 | 43 | 6 | 61 | 53 | 3E |
| Octal | 213 | 357 | 116 | 52 | 0 | 103 | 6 | 141 | 123 | 76 |
| Binary | 10001011 | 11101111 | 1001110 | 101010 | 0 | 1000011 | 110 | 1100001 | 1010011 | 111110 |
Color Harmonies of #8BEF4E
Complementary color
Monochromatic Colors of #8BEF4E
Black with #8BEF4E
Text Example
Text Example
White with #8BEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEF4E; }
p { color: rgb(139,239,78); }
H1.HeaderClassName
{
color: #8BEF4E;
}
.AnyTagClassName
{
color: #8BEF4E;
}
</style>
background-color css
<style>
a { background-color: #8BEF4E; }
a { background-color: rgb(139,239,78); }
div.DivClassName
{
background-color: #8BEF4E;
}
.BgClassName
{
background-color: #8BEF4E;
}
</style>
border-color css
<style>
span { border-color: #8BEF4E; }
span { border-color: rgb(139,239,78); }
td.TdClassName
{
border-color: #8BEF4E;
}
.TagClassName
{
border-color: #8BEF4E;
}
</style>