Shades of Atlantis #84EC37
Tints of Atlantis #84EC37
RGB
CMYK
RGB Variations
Color information
#84EC37 (or 0x84EC37) is known color: Atlantis. HEX triplet: 84, EC and 37. RGB value is (132,236,55). Sum of RGB (Red+Green+Blue) = 132+236+55=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EC37 is #7B13C8. Grayscale: #B8B8B8. Windows color (decimal): -8065993 or 3665028. OLE color: 3665028.
HSL color Cylindrical-coordinate representation of color #84EC37: hue angle of 94.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84EC37 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 55 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.07 |
| HSL | 94.48º | 0.83% | 0.57% | - |
| HSV(B) | 94.48º | 0.77% | 0.93% | - |
| XYZ | 40.2 | 65.17 | 14.08 | - |
| YUV | 184.27 | 55.04 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 55 | 0.44 | 0 | 0.77 | 0.07 | 94.48 | 0.83 | 0.57 |
| Hex | 84 | EC | 37 | 2C | 0 | 4D | 7 | 5E | 53 | 39 |
| Octal | 204 | 354 | 67 | 54 | 0 | 115 | 7 | 136 | 123 | 71 |
| Binary | 10000100 | 11101100 | 110111 | 101100 | 0 | 1001101 | 111 | 1011110 | 1010011 | 111001 |
Color Harmonies of #84EC37
Complementary color
Monochromatic Colors of #84EC37
Black with #84EC37
Text Example
Text Example
White with #84EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EC37; }
p { color: rgb(132,236,55); }
H1.HeaderClassName
{
color: #84EC37;
}
.AnyTagClassName
{
color: #84EC37;
}
</style>
background-color css
<style>
a { background-color: #84EC37; }
a { background-color: rgb(132,236,55); }
div.DivClassName
{
background-color: #84EC37;
}
.BgClassName
{
background-color: #84EC37;
}
</style>
border-color css
<style>
span { border-color: #84EC37; }
span { border-color: rgb(132,236,55); }
td.TdClassName
{
border-color: #84EC37;
}
.TagClassName
{
border-color: #84EC37;
}
</style>