Shades of Atlantis #8BE34D
Tints of Atlantis #8BE34D
RGB
CMYK
RGB Variations
Color information
#8BE34D (or 0x8BE34D) is known color: Atlantis. HEX triplet: 8B, E3 and 4D. RGB value is (139,227,77). Sum of RGB (Red+Green+Blue) = 139+227+77=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE34D is #741CB2. Grayscale: #B8B8B8. Windows color (decimal): -7609523 or 5104523. OLE color: 5104523.
HSL color Cylindrical-coordinate representation of color #8BE34D: hue angle of 95.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BE34D is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 77 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.11 |
| HSL | 95.2º | 0.73% | 0.6% | - |
| HSV(B) | 95.2º | 0.66% | 0.89% | - |
| XYZ | 39.46 | 60.96 | 16.71 | - |
| YUV | 183.59 | 67.85 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 77 | 0.39 | 0 | 0.66 | 0.11 | 95.2 | 0.73 | 0.6 |
| Hex | 8B | E3 | 4D | 27 | 0 | 42 | B | 5F | 49 | 3C |
| Octal | 213 | 343 | 115 | 47 | 0 | 102 | 13 | 137 | 111 | 74 |
| Binary | 10001011 | 11100011 | 1001101 | 100111 | 0 | 1000010 | 1011 | 1011111 | 1001001 | 111100 |
Color Harmonies of #8BE34D
Complementary color
Monochromatic Colors of #8BE34D
Black with #8BE34D
Text Example
Text Example
White with #8BE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE34D; }
p { color: rgb(139,227,77); }
H1.HeaderClassName
{
color: #8BE34D;
}
.AnyTagClassName
{
color: #8BE34D;
}
</style>
background-color css
<style>
a { background-color: #8BE34D; }
a { background-color: rgb(139,227,77); }
div.DivClassName
{
background-color: #8BE34D;
}
.BgClassName
{
background-color: #8BE34D;
}
</style>
border-color css
<style>
span { border-color: #8BE34D; }
span { border-color: rgb(139,227,77); }
td.TdClassName
{
border-color: #8BE34D;
}
.TagClassName
{
border-color: #8BE34D;
}
</style>