Shades of Atlantis #84D73B
Tints of Atlantis #84D73B
RGB
CMYK
RGB Variations
Color information
#84D73B (or 0x84D73B) is known color: Atlantis. HEX triplet: 84, D7 and 3B. RGB value is (132,215,59). Sum of RGB (Red+Green+Blue) = 132+215+59=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #84D73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D73B is #7B28C4. Grayscale: #ACACAC. Windows color (decimal): -8071365 or 3921796. OLE color: 3921796.
HSL color Cylindrical-coordinate representation of color #84D73B: hue angle of 91.92º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84D73B is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 59 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.16 |
| HSL | 91.92º | 0.66% | 0.54% | - |
| HSV(B) | 91.92º | 0.73% | 0.84% | - |
| XYZ | 34.61 | 53.82 | 12.7 | - |
| YUV | 172.4 | 64 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 59 | 0.39 | 0 | 0.73 | 0.16 | 91.92 | 0.66 | 0.54 |
| Hex | 84 | D7 | 3B | 27 | 0 | 49 | 10 | 5C | 42 | 36 |
| Octal | 204 | 327 | 73 | 47 | 0 | 111 | 20 | 134 | 102 | 66 |
| Binary | 10000100 | 11010111 | 111011 | 100111 | 0 | 1001001 | 10000 | 1011100 | 1000010 | 110110 |
Color Harmonies of #84D73B
Complementary color
Monochromatic Colors of #84D73B
Black with #84D73B
Text Example
Text Example
White with #84D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D73B; }
p { color: rgb(132,215,59); }
H1.HeaderClassName
{
color: #84D73B;
}
.AnyTagClassName
{
color: #84D73B;
}
</style>
background-color css
<style>
a { background-color: #84D73B; }
a { background-color: rgb(132,215,59); }
div.DivClassName
{
background-color: #84D73B;
}
.BgClassName
{
background-color: #84D73B;
}
</style>
border-color css
<style>
span { border-color: #84D73B; }
span { border-color: rgb(132,215,59); }
td.TdClassName
{
border-color: #84D73B;
}
.TagClassName
{
border-color: #84D73B;
}
</style>