Shades of Atlantis #84D745
Tints of Atlantis #84D745
RGB
CMYK
RGB Variations
Color information
#84D745 (or 0x84D745) is known color: Atlantis. HEX triplet: 84, D7 and 45. RGB value is (132,215,69). Sum of RGB (Red+Green+Blue) = 132+215+69=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #84D745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D745 is #7B28BA. Grayscale: #AEAEAE. Windows color (decimal): -8071355 or 4577156. OLE color: 4577156.
HSL color Cylindrical-coordinate representation of color #84D745: hue angle of 94.11º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84D745 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 69 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.16 |
| HSL | 94.11º | 0.65% | 0.56% | - |
| HSV(B) | 94.11º | 0.68% | 0.84% | - |
| XYZ | 34.89 | 53.94 | 14.2 | - |
| YUV | 173.54 | 69 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 69 | 0.39 | 0 | 0.68 | 0.16 | 94.11 | 0.65 | 0.56 |
| Hex | 84 | D7 | 45 | 27 | 0 | 44 | 10 | 5E | 41 | 38 |
| Octal | 204 | 327 | 105 | 47 | 0 | 104 | 20 | 136 | 101 | 70 |
| Binary | 10000100 | 11010111 | 1000101 | 100111 | 0 | 1000100 | 10000 | 1011110 | 1000001 | 111000 |
Color Harmonies of #84D745
Complementary color
Monochromatic Colors of #84D745
Black with #84D745
Text Example
Text Example
White with #84D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D745; }
p { color: rgb(132,215,69); }
H1.HeaderClassName
{
color: #84D745;
}
.AnyTagClassName
{
color: #84D745;
}
</style>
background-color css
<style>
a { background-color: #84D745; }
a { background-color: rgb(132,215,69); }
div.DivClassName
{
background-color: #84D745;
}
.BgClassName
{
background-color: #84D745;
}
</style>
border-color css
<style>
span { border-color: #84D745; }
span { border-color: rgb(132,215,69); }
td.TdClassName
{
border-color: #84D745;
}
.TagClassName
{
border-color: #84D745;
}
</style>