Shades of Atlantis #8BEC41
Tints of Atlantis #8BEC41
RGB
CMYK
RGB Variations
Color information
#8BEC41 (or 0x8BEC41) is known color: Atlantis. HEX triplet: 8B, EC and 41. RGB value is (139,236,65). Sum of RGB (Red+Green+Blue) = 139+236+65=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #8BEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEC41 is #7413BE. Grayscale: #BCBCBC. Windows color (decimal): -7607231 or 4320395. OLE color: 4320395.
HSL color Cylindrical-coordinate representation of color #8BEC41: hue angle of 94.04º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BEC41 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 65 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.07 |
| HSL | 94.04º | 0.82% | 0.59% | - |
| HSV(B) | 94.04º | 0.72% | 0.93% | - |
| XYZ | 41.6 | 65.86 | 15.52 | - |
| YUV | 187.5 | 58.86 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 65 | 0.41 | 0 | 0.72 | 0.07 | 94.04 | 0.82 | 0.59 |
| Hex | 8B | EC | 41 | 29 | 0 | 48 | 7 | 5E | 52 | 3B |
| Octal | 213 | 354 | 101 | 51 | 0 | 110 | 7 | 136 | 122 | 73 |
| Binary | 10001011 | 11101100 | 1000001 | 101001 | 0 | 1001000 | 111 | 1011110 | 1010010 | 111011 |
Color Harmonies of #8BEC41
Complementary color
Monochromatic Colors of #8BEC41
Black with #8BEC41
Text Example
Text Example
White with #8BEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEC41; }
p { color: rgb(139,236,65); }
H1.HeaderClassName
{
color: #8BEC41;
}
.AnyTagClassName
{
color: #8BEC41;
}
</style>
background-color css
<style>
a { background-color: #8BEC41; }
a { background-color: rgb(139,236,65); }
div.DivClassName
{
background-color: #8BEC41;
}
.BgClassName
{
background-color: #8BEC41;
}
</style>
border-color css
<style>
span { border-color: #8BEC41; }
span { border-color: rgb(139,236,65); }
td.TdClassName
{
border-color: #8BEC41;
}
.TagClassName
{
border-color: #8BEC41;
}
</style>