Shades of Atlantis #8BE84B
Tints of Atlantis #8BE84B
RGB
CMYK
RGB Variations
Color information
#8BE84B (or 0x8BE84B) is known color: Atlantis. HEX triplet: 8B, E8 and 4B. RGB value is (139,232,75). Sum of RGB (Red+Green+Blue) = 139+232+75=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BE84B is #7417B4. Grayscale: #BABABA. Windows color (decimal): -7608245 or 4974731. OLE color: 4974731.
HSL color Cylindrical-coordinate representation of color #8BE84B: hue angle of 95.54º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BE84B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 232 | 75 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.09 |
| HSL | 95.54º | 0.77% | 0.6% | - |
| HSV(B) | 95.54º | 0.68% | 0.91% | - |
| XYZ | 40.77 | 63.71 | 16.8 | - |
| YUV | 186.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 75 | 0.40 | 0 | 0.68 | 0.09 | 95.54 | 0.77 | 0.6 |
| Hex | 8B | E8 | 4B | 28 | 0 | 44 | 9 | 60 | 4D | 3C |
| Octal | 213 | 350 | 113 | 50 | 0 | 104 | 11 | 140 | 115 | 74 |
| Binary | 10001011 | 11101000 | 1001011 | 101000 | 0 | 1000100 | 1001 | 1100000 | 1001101 | 111100 |
Color Harmonies of #8BE84B
Complementary color
Monochromatic Colors of #8BE84B
Black with #8BE84B
Text Example
Text Example
White with #8BE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE84B; }
p { color: rgb(139,232,75); }
H1.HeaderClassName
{
color: #8BE84B;
}
.AnyTagClassName
{
color: #8BE84B;
}
</style>
background-color css
<style>
a { background-color: #8BE84B; }
a { background-color: rgb(139,232,75); }
div.DivClassName
{
background-color: #8BE84B;
}
.BgClassName
{
background-color: #8BE84B;
}
</style>
border-color css
<style>
span { border-color: #8BE84B; }
span { border-color: rgb(139,232,75); }
td.TdClassName
{
border-color: #8BE84B;
}
.TagClassName
{
border-color: #8BE84B;
}
</style>