Shades of Atlantis #8BE032
Tints of Atlantis #8BE032
RGB
CMYK
RGB Variations
Color information
#8BE032 (or 0x8BE032) is known color: Atlantis. HEX triplet: 8B, E0 and 32. RGB value is (139,224,50). Sum of RGB (Red+Green+Blue) = 139+224+50=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE032 is #741FCD. Grayscale: #B3B3B3. Windows color (decimal): -7610318 or 3334283. OLE color: 3334283.
HSL color Cylindrical-coordinate representation of color #8BE032: hue angle of 89.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BE032 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 224 | 50 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.12 |
| HSL | 89.31º | 0.74% | 0.54% | - |
| HSV(B) | 89.31º | 0.78% | 0.88% | - |
| XYZ | 37.88 | 59.03 | 12.42 | - |
| YUV | 178.75 | 55.34 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 50 | 0.38 | 0 | 0.78 | 0.12 | 89.31 | 0.74 | 0.54 |
| Hex | 8B | E0 | 32 | 26 | 0 | 4E | C | 59 | 4A | 36 |
| Octal | 213 | 340 | 62 | 46 | 0 | 116 | 14 | 131 | 112 | 66 |
| Binary | 10001011 | 11100000 | 110010 | 100110 | 0 | 1001110 | 1100 | 1011001 | 1001010 | 110110 |
Color Harmonies of #8BE032
Complementary color
Monochromatic Colors of #8BE032
Black with #8BE032
Text Example
Text Example
White with #8BE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE032; }
p { color: rgb(139,224,50); }
H1.HeaderClassName
{
color: #8BE032;
}
.AnyTagClassName
{
color: #8BE032;
}
</style>
background-color css
<style>
a { background-color: #8BE032; }
a { background-color: rgb(139,224,50); }
div.DivClassName
{
background-color: #8BE032;
}
.BgClassName
{
background-color: #8BE032;
}
</style>
border-color css
<style>
span { border-color: #8BE032; }
span { border-color: rgb(139,224,50); }
td.TdClassName
{
border-color: #8BE032;
}
.TagClassName
{
border-color: #8BE032;
}
</style>