Shades of Atlantis #84D945
Tints of Atlantis #84D945
RGB
CMYK
RGB Variations
Color information
#84D945 (or 0x84D945) is known color: Atlantis. HEX triplet: 84, D9 and 45. RGB value is (132,217,69). Sum of RGB (Red+Green+Blue) = 132+217+69=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #84D945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D945 is #7B26BA. Grayscale: #AFAFAF. Windows color (decimal): -8070843 or 4577668. OLE color: 4577668.
HSL color Cylindrical-coordinate representation of color #84D945: hue angle of 94.46º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84D945 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 69 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.15 |
| HSL | 94.46º | 0.66% | 0.56% | - |
| HSV(B) | 94.46º | 0.68% | 0.85% | - |
| XYZ | 35.4 | 54.96 | 14.37 | - |
| YUV | 174.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 69 | 0.39 | 0 | 0.68 | 0.15 | 94.46 | 0.66 | 0.56 |
| Hex | 84 | D9 | 45 | 27 | 0 | 44 | F | 5E | 42 | 38 |
| Octal | 204 | 331 | 105 | 47 | 0 | 104 | 17 | 136 | 102 | 70 |
| Binary | 10000100 | 11011001 | 1000101 | 100111 | 0 | 1000100 | 1111 | 1011110 | 1000010 | 111000 |
Color Harmonies of #84D945
Complementary color
Monochromatic Colors of #84D945
Black with #84D945
Text Example
Text Example
White with #84D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D945; }
p { color: rgb(132,217,69); }
H1.HeaderClassName
{
color: #84D945;
}
.AnyTagClassName
{
color: #84D945;
}
</style>
background-color css
<style>
a { background-color: #84D945; }
a { background-color: rgb(132,217,69); }
div.DivClassName
{
background-color: #84D945;
}
.BgClassName
{
background-color: #84D945;
}
</style>
border-color css
<style>
span { border-color: #84D945; }
span { border-color: rgb(132,217,69); }
td.TdClassName
{
border-color: #84D945;
}
.TagClassName
{
border-color: #84D945;
}
</style>