Shades of Atlantis #8BE830
Tints of Atlantis #8BE830
RGB
CMYK
RGB Variations
Color information
#8BE830 (or 0x8BE830) is known color: Atlantis. HEX triplet: 8B, E8 and 30. RGB value is (139,232,48). Sum of RGB (Red+Green+Blue) = 139+232+48=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE830 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BE830 is #7417CF. Grayscale: #B7B7B7. Windows color (decimal): -7608272 or 3205259. OLE color: 3205259.
HSL color Cylindrical-coordinate representation of color #8BE830: hue angle of 90.33º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8BE830 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 232 | 48 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.09 |
| HSL | 90.33º | 0.8% | 0.55% | - |
| HSV(B) | 90.33º | 0.79% | 0.91% | - |
| XYZ | 40.04 | 63.42 | 12.93 | - |
| YUV | 183.22 | 51.69 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 48 | 0.40 | 0 | 0.79 | 0.09 | 90.33 | 0.8 | 0.55 |
| Hex | 8B | E8 | 30 | 28 | 0 | 4F | 9 | 5A | 50 | 37 |
| Octal | 213 | 350 | 60 | 50 | 0 | 117 | 11 | 132 | 120 | 67 |
| Binary | 10001011 | 11101000 | 110000 | 101000 | 0 | 1001111 | 1001 | 1011010 | 1010000 | 110111 |
Color Harmonies of #8BE830
Complementary color
Monochromatic Colors of #8BE830
Black with #8BE830
Text Example
Text Example
White with #8BE830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE830; }
p { color: rgb(139,232,48); }
H1.HeaderClassName
{
color: #8BE830;
}
.AnyTagClassName
{
color: #8BE830;
}
</style>
background-color css
<style>
a { background-color: #8BE830; }
a { background-color: rgb(139,232,48); }
div.DivClassName
{
background-color: #8BE830;
}
.BgClassName
{
background-color: #8BE830;
}
</style>
border-color css
<style>
span { border-color: #8BE830; }
span { border-color: rgb(139,232,48); }
td.TdClassName
{
border-color: #8BE830;
}
.TagClassName
{
border-color: #8BE830;
}
</style>