Shades of Atlantis #8BE448
Tints of Atlantis #8BE448
RGB
CMYK
RGB Variations
Color information
#8BE448 (or 0x8BE448) is known color: Atlantis. HEX triplet: 8B, E4 and 48. RGB value is (139,228,72). Sum of RGB (Red+Green+Blue) = 139+228+72=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE448 is #741BB7. Grayscale: #B8B8B8. Windows color (decimal): -7609272 or 4777099. OLE color: 4777099.
HSL color Cylindrical-coordinate representation of color #8BE448: hue angle of 94.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BE448 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 228 | 72 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.11 |
| HSL | 94.23º | 0.74% | 0.59% | - |
| HSV(B) | 94.23º | 0.68% | 0.89% | - |
| XYZ | 39.56 | 61.44 | 15.91 | - |
| YUV | 183.61 | 65.01 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 228 | 72 | 0.39 | 0 | 0.68 | 0.11 | 94.23 | 0.74 | 0.59 |
| Hex | 8B | E4 | 48 | 27 | 0 | 44 | B | 5E | 4A | 3B |
| Octal | 213 | 344 | 110 | 47 | 0 | 104 | 13 | 136 | 112 | 73 |
| Binary | 10001011 | 11100100 | 1001000 | 100111 | 0 | 1000100 | 1011 | 1011110 | 1001010 | 111011 |
Color Harmonies of #8BE448
Complementary color
Monochromatic Colors of #8BE448
Black with #8BE448
Text Example
Text Example
White with #8BE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE448; }
p { color: rgb(139,228,72); }
H1.HeaderClassName
{
color: #8BE448;
}
.AnyTagClassName
{
color: #8BE448;
}
</style>
background-color css
<style>
a { background-color: #8BE448; }
a { background-color: rgb(139,228,72); }
div.DivClassName
{
background-color: #8BE448;
}
.BgClassName
{
background-color: #8BE448;
}
</style>
border-color css
<style>
span { border-color: #8BE448; }
span { border-color: rgb(139,228,72); }
td.TdClassName
{
border-color: #8BE448;
}
.TagClassName
{
border-color: #8BE448;
}
</style>