Shades of Atlantis #8BE232
Tints of Atlantis #8BE232
RGB
CMYK
RGB Variations
Color information
#8BE232 (or 0x8BE232) is known color: Atlantis. HEX triplet: 8B, E2 and 32. RGB value is (139,226,50). Sum of RGB (Red+Green+Blue) = 139+226+50=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE232 is #741DCD. Grayscale: #B4B4B4. Windows color (decimal): -7609806 or 3334795. OLE color: 3334795.
HSL color Cylindrical-coordinate representation of color #8BE232: hue angle of 89.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BE232 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 226 | 50 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.11 |
| HSL | 89.66º | 0.75% | 0.54% | - |
| HSV(B) | 89.66º | 0.78% | 0.89% | - |
| XYZ | 38.42 | 60.11 | 12.6 | - |
| YUV | 179.92 | 54.68 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 50 | 0.38 | 0 | 0.78 | 0.11 | 89.66 | 0.75 | 0.54 |
| Hex | 8B | E2 | 32 | 26 | 0 | 4E | B | 5A | 4B | 36 |
| Octal | 213 | 342 | 62 | 46 | 0 | 116 | 13 | 132 | 113 | 66 |
| Binary | 10001011 | 11100010 | 110010 | 100110 | 0 | 1001110 | 1011 | 1011010 | 1001011 | 110110 |
Color Harmonies of #8BE232
Complementary color
Monochromatic Colors of #8BE232
Black with #8BE232
Text Example
Text Example
White with #8BE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE232; }
p { color: rgb(139,226,50); }
H1.HeaderClassName
{
color: #8BE232;
}
.AnyTagClassName
{
color: #8BE232;
}
</style>
background-color css
<style>
a { background-color: #8BE232; }
a { background-color: rgb(139,226,50); }
div.DivClassName
{
background-color: #8BE232;
}
.BgClassName
{
background-color: #8BE232;
}
</style>
border-color css
<style>
span { border-color: #8BE232; }
span { border-color: rgb(139,226,50); }
td.TdClassName
{
border-color: #8BE232;
}
.TagClassName
{
border-color: #8BE232;
}
</style>