Shades of Atlantis #84E43E
Tints of Atlantis #84E43E
RGB
CMYK
RGB Variations
Color information
#84E43E (or 0x84E43E) is known color: Atlantis. HEX triplet: 84, E4 and 3E. RGB value is (132,228,62). Sum of RGB (Red+Green+Blue) = 132+228+62=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #84E43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E43E is #7B1BC1. Grayscale: #B4B4B4. Windows color (decimal): -8068034 or 4121732. OLE color: 4121732.
HSL color Cylindrical-coordinate representation of color #84E43E: hue angle of 94.7º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84E43E is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 228 | 62 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.11 |
| HSL | 94.7º | 0.75% | 0.57% | - |
| HSV(B) | 94.7º | 0.73% | 0.89% | - |
| XYZ | 38.13 | 60.74 | 14.27 | - |
| YUV | 180.37 | 61.2 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 228 | 62 | 0.42 | 0 | 0.73 | 0.11 | 94.7 | 0.75 | 0.57 |
| Hex | 84 | E4 | 3E | 2A | 0 | 49 | B | 5F | 4B | 39 |
| Octal | 204 | 344 | 76 | 52 | 0 | 111 | 13 | 137 | 113 | 71 |
| Binary | 10000100 | 11100100 | 111110 | 101010 | 0 | 1001001 | 1011 | 1011111 | 1001011 | 111001 |
Color Harmonies of #84E43E
Complementary color
Monochromatic Colors of #84E43E
Black with #84E43E
Text Example
Text Example
White with #84E43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E43E; }
p { color: rgb(132,228,62); }
H1.HeaderClassName
{
color: #84E43E;
}
.AnyTagClassName
{
color: #84E43E;
}
</style>
background-color css
<style>
a { background-color: #84E43E; }
a { background-color: rgb(132,228,62); }
div.DivClassName
{
background-color: #84E43E;
}
.BgClassName
{
background-color: #84E43E;
}
</style>
border-color css
<style>
span { border-color: #84E43E; }
span { border-color: rgb(132,228,62); }
td.TdClassName
{
border-color: #84E43E;
}
.TagClassName
{
border-color: #84E43E;
}
</style>