Shades of Atlantis #8BE04E
Tints of Atlantis #8BE04E
RGB
CMYK
RGB Variations
Color information
#8BE04E (or 0x8BE04E) is known color: Atlantis. HEX triplet: 8B, E0 and 4E. RGB value is (139,224,78). Sum of RGB (Red+Green+Blue) = 139+224+78=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE04E is #741FB1. Grayscale: #B6B6B6. Windows color (decimal): -7610290 or 5169291. OLE color: 5169291.
HSL color Cylindrical-coordinate representation of color #8BE04E: hue angle of 94.93º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BE04E is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 224 | 78 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.12 |
| HSL | 94.93º | 0.7% | 0.59% | - |
| HSV(B) | 94.93º | 0.65% | 0.88% | - |
| XYZ | 38.68 | 59.35 | 16.62 | - |
| YUV | 181.94 | 69.34 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 78 | 0.38 | 0 | 0.65 | 0.12 | 94.93 | 0.7 | 0.59 |
| Hex | 8B | E0 | 4E | 26 | 0 | 41 | C | 5F | 46 | 3B |
| Octal | 213 | 340 | 116 | 46 | 0 | 101 | 14 | 137 | 106 | 73 |
| Binary | 10001011 | 11100000 | 1001110 | 100110 | 0 | 1000001 | 1100 | 1011111 | 1000110 | 111011 |
Color Harmonies of #8BE04E
Complementary color
Monochromatic Colors of #8BE04E
Black with #8BE04E
Text Example
Text Example
White with #8BE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE04E; }
p { color: rgb(139,224,78); }
H1.HeaderClassName
{
color: #8BE04E;
}
.AnyTagClassName
{
color: #8BE04E;
}
</style>
background-color css
<style>
a { background-color: #8BE04E; }
a { background-color: rgb(139,224,78); }
div.DivClassName
{
background-color: #8BE04E;
}
.BgClassName
{
background-color: #8BE04E;
}
</style>
border-color css
<style>
span { border-color: #8BE04E; }
span { border-color: rgb(139,224,78); }
td.TdClassName
{
border-color: #8BE04E;
}
.TagClassName
{
border-color: #8BE04E;
}
</style>