Shades of Atlantis #8BEF36
Tints of Atlantis #8BEF36
RGB
CMYK
RGB Variations
Color information
#8BEF36 (or 0x8BEF36) is known color: Atlantis. HEX triplet: 8B, EF and 36. RGB value is (139,239,54). Sum of RGB (Red+Green+Blue) = 139+239+54=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEF36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEF36 is #7410C9. Grayscale: #BCBCBC. Windows color (decimal): -7606474 or 3600267. OLE color: 3600267.
HSL color Cylindrical-coordinate representation of color #8BEF36: hue angle of 92.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BEF36 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 54 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.06 |
| HSL | 92.43º | 0.85% | 0.57% | - |
| HSV(B) | 92.43º | 0.77% | 0.94% | - |
| XYZ | 42.18 | 67.49 | 14.29 | - |
| YUV | 188.01 | 52.37 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 54 | 0.42 | 0 | 0.77 | 0.06 | 92.43 | 0.85 | 0.57 |
| Hex | 8B | EF | 36 | 2A | 0 | 4D | 6 | 5C | 55 | 39 |
| Octal | 213 | 357 | 66 | 52 | 0 | 115 | 6 | 134 | 125 | 71 |
| Binary | 10001011 | 11101111 | 110110 | 101010 | 0 | 1001101 | 110 | 1011100 | 1010101 | 111001 |
Color Harmonies of #8BEF36
Complementary color
Monochromatic Colors of #8BEF36
Black with #8BEF36
Text Example
Text Example
White with #8BEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEF36; }
p { color: rgb(139,239,54); }
H1.HeaderClassName
{
color: #8BEF36;
}
.AnyTagClassName
{
color: #8BEF36;
}
</style>
background-color css
<style>
a { background-color: #8BEF36; }
a { background-color: rgb(139,239,54); }
div.DivClassName
{
background-color: #8BEF36;
}
.BgClassName
{
background-color: #8BEF36;
}
</style>
border-color css
<style>
span { border-color: #8BEF36; }
span { border-color: rgb(139,239,54); }
td.TdClassName
{
border-color: #8BEF36;
}
.TagClassName
{
border-color: #8BEF36;
}
</style>