Shades of Atlantis #8BE334
Tints of Atlantis #8BE334
RGB
CMYK
RGB Variations
Color information
#8BE334 (or 0x8BE334) is known color: Atlantis. HEX triplet: 8B, E3 and 34. RGB value is (139,227,52). Sum of RGB (Red+Green+Blue) = 139+227+52=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE334 is #741CCB. Grayscale: #B5B5B5. Windows color (decimal): -7609548 or 3466123. OLE color: 3466123.
HSL color Cylindrical-coordinate representation of color #8BE334: hue angle of 90.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BE334 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 52 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.11 |
| HSL | 90.17º | 0.76% | 0.55% | - |
| HSV(B) | 90.17º | 0.77% | 0.89% | - |
| XYZ | 38.74 | 60.68 | 12.92 | - |
| YUV | 180.74 | 55.35 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 52 | 0.39 | 0 | 0.77 | 0.11 | 90.17 | 0.76 | 0.55 |
| Hex | 8B | E3 | 34 | 27 | 0 | 4D | B | 5A | 4C | 37 |
| Octal | 213 | 343 | 64 | 47 | 0 | 115 | 13 | 132 | 114 | 67 |
| Binary | 10001011 | 11100011 | 110100 | 100111 | 0 | 1001101 | 1011 | 1011010 | 1001100 | 110111 |
Color Harmonies of #8BE334
Complementary color
Monochromatic Colors of #8BE334
Black with #8BE334
Text Example
Text Example
White with #8BE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE334; }
p { color: rgb(139,227,52); }
H1.HeaderClassName
{
color: #8BE334;
}
.AnyTagClassName
{
color: #8BE334;
}
</style>
background-color css
<style>
a { background-color: #8BE334; }
a { background-color: rgb(139,227,52); }
div.DivClassName
{
background-color: #8BE334;
}
.BgClassName
{
background-color: #8BE334;
}
</style>
border-color css
<style>
span { border-color: #8BE334; }
span { border-color: rgb(139,227,52); }
td.TdClassName
{
border-color: #8BE334;
}
.TagClassName
{
border-color: #8BE334;
}
</style>