Shades of Atlantis #8BE531
Tints of Atlantis #8BE531
RGB
CMYK
RGB Variations
Color information
#8BE531 (or 0x8BE531) is known color: Atlantis. HEX triplet: 8B, E5 and 31. RGB value is (139,229,49). Sum of RGB (Red+Green+Blue) = 139+229+49=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE531 is #741ACE. Grayscale: #B6B6B6. Windows color (decimal): -7609039 or 3270027. OLE color: 3270027.
HSL color Cylindrical-coordinate representation of color #8BE531: hue angle of 90º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8BE531 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 229 | 49 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.10 |
| HSL | 90º | 0.78% | 0.55% | - |
| HSV(B) | 90º | 0.79% | 0.9% | - |
| XYZ | 39.22 | 61.75 | 12.76 | - |
| YUV | 181.57 | 53.18 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 49 | 0.39 | 0 | 0.79 | 0.10 | 90 | 0.78 | 0.55 |
| Hex | 8B | E5 | 31 | 27 | 0 | 4F | A | 5A | 4E | 37 |
| Octal | 213 | 345 | 61 | 47 | 0 | 117 | 12 | 132 | 116 | 67 |
| Binary | 10001011 | 11100101 | 110001 | 100111 | 0 | 1001111 | 1010 | 1011010 | 1001110 | 110111 |
Color Harmonies of #8BE531
Complementary color
Monochromatic Colors of #8BE531
Black with #8BE531
Text Example
Text Example
White with #8BE531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE531; }
p { color: rgb(139,229,49); }
H1.HeaderClassName
{
color: #8BE531;
}
.AnyTagClassName
{
color: #8BE531;
}
</style>
background-color css
<style>
a { background-color: #8BE531; }
a { background-color: rgb(139,229,49); }
div.DivClassName
{
background-color: #8BE531;
}
.BgClassName
{
background-color: #8BE531;
}
</style>
border-color css
<style>
span { border-color: #8BE531; }
span { border-color: rgb(139,229,49); }
td.TdClassName
{
border-color: #8BE531;
}
.TagClassName
{
border-color: #8BE531;
}
</style>