Shades of Atlantis #84EA49
Tints of Atlantis #84EA49
RGB
CMYK
RGB Variations
Color information
#84EA49 (or 0x84EA49) is known color: Atlantis. HEX triplet: 84, EA and 49. RGB value is (132,234,73). Sum of RGB (Red+Green+Blue) = 132+234+73=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EA49 is #7B15B6. Grayscale: #B9B9B9. Windows color (decimal): -8066487 or 4844164. OLE color: 4844164.
HSL color Cylindrical-coordinate representation of color #84EA49: hue angle of 98.01º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84EA49 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 73 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.08 |
| HSL | 98.01º | 0.79% | 0.6% | - |
| HSV(B) | 98.01º | 0.69% | 0.92% | - |
| XYZ | 40.14 | 64.23 | 16.59 | - |
| YUV | 185.15 | 64.71 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 73 | 0.44 | 0 | 0.69 | 0.08 | 98.01 | 0.79 | 0.6 |
| Hex | 84 | EA | 49 | 2C | 0 | 45 | 8 | 62 | 4F | 3C |
| Octal | 204 | 352 | 111 | 54 | 0 | 105 | 10 | 142 | 117 | 74 |
| Binary | 10000100 | 11101010 | 1001001 | 101100 | 0 | 1000101 | 1000 | 1100010 | 1001111 | 111100 |
Color Harmonies of #84EA49
Complementary color
Monochromatic Colors of #84EA49
Black with #84EA49
Text Example
Text Example
White with #84EA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA49; }
p { color: rgb(132,234,73); }
H1.HeaderClassName
{
color: #84EA49;
}
.AnyTagClassName
{
color: #84EA49;
}
</style>
background-color css
<style>
a { background-color: #84EA49; }
a { background-color: rgb(132,234,73); }
div.DivClassName
{
background-color: #84EA49;
}
.BgClassName
{
background-color: #84EA49;
}
</style>
border-color css
<style>
span { border-color: #84EA49; }
span { border-color: rgb(132,234,73); }
td.TdClassName
{
border-color: #84EA49;
}
.TagClassName
{
border-color: #84EA49;
}
</style>