Shades of Atlantis #8BE44D
Tints of Atlantis #8BE44D
RGB
CMYK
RGB Variations
Color information
#8BE44D (or 0x8BE44D) is known color: Atlantis. HEX triplet: 8B, E4 and 4D. RGB value is (139,228,77). Sum of RGB (Red+Green+Blue) = 139+228+77=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE44D is #741BB2. Grayscale: #B8B8B8. Windows color (decimal): -7609267 or 5104779. OLE color: 5104779.
HSL color Cylindrical-coordinate representation of color #8BE44D: hue angle of 95.36º degrees, saturation: 0.74, 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 #8BE44D is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 228 | 77 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.11 |
| HSL | 95.36º | 0.74% | 0.6% | - |
| HSV(B) | 95.36º | 0.66% | 0.89% | - |
| XYZ | 39.73 | 61.51 | 16.8 | - |
| YUV | 184.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 228 | 77 | 0.39 | 0 | 0.66 | 0.11 | 95.36 | 0.74 | 0.6 |
| Hex | 8B | E4 | 4D | 27 | 0 | 42 | B | 5F | 4A | 3C |
| Octal | 213 | 344 | 115 | 47 | 0 | 102 | 13 | 137 | 112 | 74 |
| Binary | 10001011 | 11100100 | 1001101 | 100111 | 0 | 1000010 | 1011 | 1011111 | 1001010 | 111100 |
Color Harmonies of #8BE44D
Complementary color
Monochromatic Colors of #8BE44D
Black with #8BE44D
Text Example
Text Example
White with #8BE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE44D; }
p { color: rgb(139,228,77); }
H1.HeaderClassName
{
color: #8BE44D;
}
.AnyTagClassName
{
color: #8BE44D;
}
</style>
background-color css
<style>
a { background-color: #8BE44D; }
a { background-color: rgb(139,228,77); }
div.DivClassName
{
background-color: #8BE44D;
}
.BgClassName
{
background-color: #8BE44D;
}
</style>
border-color css
<style>
span { border-color: #8BE44D; }
span { border-color: rgb(139,228,77); }
td.TdClassName
{
border-color: #8BE44D;
}
.TagClassName
{
border-color: #8BE44D;
}
</style>