Shades of Atlantis #8BE54B
Tints of Atlantis #8BE54B
RGB
CMYK
RGB Variations
Color information
#8BE54B (or 0x8BE54B) is known color: Atlantis. HEX triplet: 8B, E5 and 4B. RGB value is (139,229,75). Sum of RGB (Red+Green+Blue) = 139+229+75=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE54B is #741AB4. Grayscale: #B9B9B9. Windows color (decimal): -7609013 or 4973963. OLE color: 4973963.
HSL color Cylindrical-coordinate representation of color #8BE54B: hue angle of 95.06º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BE54B is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 229 | 75 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.10 |
| HSL | 95.06º | 0.75% | 0.6% | - |
| HSV(B) | 95.06º | 0.67% | 0.9% | - |
| XYZ | 39.94 | 62.04 | 16.53 | - |
| YUV | 184.53 | 66.18 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 75 | 0.39 | 0 | 0.67 | 0.10 | 95.06 | 0.75 | 0.6 |
| Hex | 8B | E5 | 4B | 27 | 0 | 43 | A | 5F | 4B | 3C |
| Octal | 213 | 345 | 113 | 47 | 0 | 103 | 12 | 137 | 113 | 74 |
| Binary | 10001011 | 11100101 | 1001011 | 100111 | 0 | 1000011 | 1010 | 1011111 | 1001011 | 111100 |
Color Harmonies of #8BE54B
Complementary color
Monochromatic Colors of #8BE54B
Black with #8BE54B
Text Example
Text Example
White with #8BE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE54B; }
p { color: rgb(139,229,75); }
H1.HeaderClassName
{
color: #8BE54B;
}
.AnyTagClassName
{
color: #8BE54B;
}
</style>
background-color css
<style>
a { background-color: #8BE54B; }
a { background-color: rgb(139,229,75); }
div.DivClassName
{
background-color: #8BE54B;
}
.BgClassName
{
background-color: #8BE54B;
}
</style>
border-color css
<style>
span { border-color: #8BE54B; }
span { border-color: rgb(139,229,75); }
td.TdClassName
{
border-color: #8BE54B;
}
.TagClassName
{
border-color: #8BE54B;
}
</style>