Shades of Atlantis #84E346
Tints of Atlantis #84E346
RGB
CMYK
RGB Variations
Color information
#84E346 (or 0x84E346) is known color: Atlantis. HEX triplet: 84, E3 and 46. RGB value is (132,227,70). Sum of RGB (Red+Green+Blue) = 132+227+70=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #84E346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E346 is #7B1CB9. Grayscale: #B5B5B5. Windows color (decimal): -8068282 or 4645764. OLE color: 4645764.
HSL color Cylindrical-coordinate representation of color #84E346: hue angle of 96.31º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84E346 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 70 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.11 |
| HSL | 96.31º | 0.74% | 0.58% | - |
| HSV(B) | 96.31º | 0.69% | 0.89% | - |
| XYZ | 38.09 | 60.29 | 15.42 | - |
| YUV | 180.7 | 65.53 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 70 | 0.42 | 0 | 0.69 | 0.11 | 96.31 | 0.74 | 0.58 |
| Hex | 84 | E3 | 46 | 2A | 0 | 45 | B | 60 | 4A | 3A |
| Octal | 204 | 343 | 106 | 52 | 0 | 105 | 13 | 140 | 112 | 72 |
| Binary | 10000100 | 11100011 | 1000110 | 101010 | 0 | 1000101 | 1011 | 1100000 | 1001010 | 111010 |
Color Harmonies of #84E346
Complementary color
Monochromatic Colors of #84E346
Black with #84E346
Text Example
Text Example
White with #84E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E346; }
p { color: rgb(132,227,70); }
H1.HeaderClassName
{
color: #84E346;
}
.AnyTagClassName
{
color: #84E346;
}
</style>
background-color css
<style>
a { background-color: #84E346; }
a { background-color: rgb(132,227,70); }
div.DivClassName
{
background-color: #84E346;
}
.BgClassName
{
background-color: #84E346;
}
</style>
border-color css
<style>
span { border-color: #84E346; }
span { border-color: rgb(132,227,70); }
td.TdClassName
{
border-color: #84E346;
}
.TagClassName
{
border-color: #84E346;
}
</style>