Shades of Atlantis #8BE331
Tints of Atlantis #8BE331
RGB
CMYK
RGB Variations
Color information
#8BE331 (or 0x8BE331) is known color: Atlantis. HEX triplet: 8B, E3 and 31. RGB value is (139,227,49). Sum of RGB (Red+Green+Blue) = 139+227+49=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE331 is #741CCE. Grayscale: #B5B5B5. Windows color (decimal): -7609551 or 3269515. OLE color: 3269515.
HSL color Cylindrical-coordinate representation of color #8BE331: hue angle of 89.66º degrees, saturation: 0.76, 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 #8BE331 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 49 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.11 |
| HSL | 89.66º | 0.76% | 0.54% | - |
| HSV(B) | 89.66º | 0.78% | 0.89% | - |
| XYZ | 38.67 | 60.65 | 12.57 | - |
| YUV | 180.4 | 53.85 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 49 | 0.39 | 0 | 0.78 | 0.11 | 89.66 | 0.76 | 0.54 |
| Hex | 8B | E3 | 31 | 27 | 0 | 4E | B | 5A | 4C | 36 |
| Octal | 213 | 343 | 61 | 47 | 0 | 116 | 13 | 132 | 114 | 66 |
| Binary | 10001011 | 11100011 | 110001 | 100111 | 0 | 1001110 | 1011 | 1011010 | 1001100 | 110110 |
Color Harmonies of #8BE331
Complementary color
Monochromatic Colors of #8BE331
Black with #8BE331
Text Example
Text Example
White with #8BE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE331; }
p { color: rgb(139,227,49); }
H1.HeaderClassName
{
color: #8BE331;
}
.AnyTagClassName
{
color: #8BE331;
}
</style>
background-color css
<style>
a { background-color: #8BE331; }
a { background-color: rgb(139,227,49); }
div.DivClassName
{
background-color: #8BE331;
}
.BgClassName
{
background-color: #8BE331;
}
</style>
border-color css
<style>
span { border-color: #8BE331; }
span { border-color: rgb(139,227,49); }
td.TdClassName
{
border-color: #8BE331;
}
.TagClassName
{
border-color: #8BE331;
}
</style>