Shades of Atlantis #84D537
Tints of Atlantis #84D537
RGB
CMYK
RGB Variations
Color information
#84D537 (or 0x84D537) is known color: Atlantis. HEX triplet: 84, D5 and 37. RGB value is (132,213,55). Sum of RGB (Red+Green+Blue) = 132+213+55=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #84D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D537 is #7B2AC8. Grayscale: #ABABAB. Windows color (decimal): -8071881 or 3659140. OLE color: 3659140.
HSL color Cylindrical-coordinate representation of color #84D537: hue angle of 90.76º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84D537 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 55 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.16 |
| HSL | 90.76º | 0.65% | 0.53% | - |
| HSV(B) | 90.76º | 0.74% | 0.84% | - |
| XYZ | 34 | 52.77 | 12.01 | - |
| YUV | 170.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 55 | 0.38 | 0 | 0.74 | 0.16 | 90.76 | 0.65 | 0.53 |
| Hex | 84 | D5 | 37 | 26 | 0 | 4A | 10 | 5B | 41 | 35 |
| Octal | 204 | 325 | 67 | 46 | 0 | 112 | 20 | 133 | 101 | 65 |
| Binary | 10000100 | 11010101 | 110111 | 100110 | 0 | 1001010 | 10000 | 1011011 | 1000001 | 110101 |
Color Harmonies of #84D537
Complementary color
Monochromatic Colors of #84D537
Black with #84D537
Text Example
Text Example
White with #84D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D537; }
p { color: rgb(132,213,55); }
H1.HeaderClassName
{
color: #84D537;
}
.AnyTagClassName
{
color: #84D537;
}
</style>
background-color css
<style>
a { background-color: #84D537; }
a { background-color: rgb(132,213,55); }
div.DivClassName
{
background-color: #84D537;
}
.BgClassName
{
background-color: #84D537;
}
</style>
border-color css
<style>
span { border-color: #84D537; }
span { border-color: rgb(132,213,55); }
td.TdClassName
{
border-color: #84D537;
}
.TagClassName
{
border-color: #84D537;
}
</style>