Shades of Atlantis #8BEE43
Tints of Atlantis #8BEE43
RGB
CMYK
RGB Variations
Color information
#8BEE43 (or 0x8BEE43) is known color: Atlantis. HEX triplet: 8B, EE and 43. RGB value is (139,238,67). Sum of RGB (Red+Green+Blue) = 139+238+67=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 238 (93.36% from 255 or 53.60% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEE43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEE43 is #7411BC. Grayscale: #BDBDBD. Windows color (decimal): -7606717 or 4451979. OLE color: 4451979.
HSL color Cylindrical-coordinate representation of color #8BEE43: hue angle of 94.74º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BEE43 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 67 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.07 |
| HSL | 94.74º | 0.83% | 0.6% | - |
| HSV(B) | 94.74º | 0.72% | 0.93% | - |
| XYZ | 42.24 | 67.04 | 16.02 | - |
| YUV | 188.91 | 59.2 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 67 | 0.42 | 0 | 0.72 | 0.07 | 94.74 | 0.83 | 0.6 |
| Hex | 8B | EE | 43 | 2A | 0 | 48 | 7 | 5F | 53 | 3C |
| Octal | 213 | 356 | 103 | 52 | 0 | 110 | 7 | 137 | 123 | 74 |
| Binary | 10001011 | 11101110 | 1000011 | 101010 | 0 | 1001000 | 111 | 1011111 | 1010011 | 111100 |
Color Harmonies of #8BEE43
Complementary color
Monochromatic Colors of #8BEE43
Black with #8BEE43
Text Example
Text Example
White with #8BEE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEE43; }
p { color: rgb(139,238,67); }
H1.HeaderClassName
{
color: #8BEE43;
}
.AnyTagClassName
{
color: #8BEE43;
}
</style>
background-color css
<style>
a { background-color: #8BEE43; }
a { background-color: rgb(139,238,67); }
div.DivClassName
{
background-color: #8BEE43;
}
.BgClassName
{
background-color: #8BEE43;
}
</style>
border-color css
<style>
span { border-color: #8BEE43; }
span { border-color: rgb(139,238,67); }
td.TdClassName
{
border-color: #8BEE43;
}
.TagClassName
{
border-color: #8BEE43;
}
</style>