Shades of Atlantis #84D13F
Tints of Atlantis #84D13F
RGB
CMYK
RGB Variations
Color information
#84D13F (or 0x84D13F) is known color: Atlantis. HEX triplet: 84, D1 and 3F. RGB value is (132,209,63). Sum of RGB (Red+Green+Blue) = 132+209+63=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #84D13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D13F is #7B2EC0. Grayscale: #A9A9A9. Windows color (decimal): -8072897 or 4182404. OLE color: 4182404.
HSL color Cylindrical-coordinate representation of color #84D13F: hue angle of 91.64º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84D13F is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 209 | 63 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.18 |
| HSL | 91.64º | 0.61% | 0.53% | - |
| HSV(B) | 91.64º | 0.7% | 0.82% | - |
| XYZ | 33.21 | 50.87 | 12.77 | - |
| YUV | 169.33 | 67.99 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 63 | 0.37 | 0 | 0.70 | 0.18 | 91.64 | 0.61 | 0.53 |
| Hex | 84 | D1 | 3F | 25 | 0 | 46 | 12 | 5C | 3D | 35 |
| Octal | 204 | 321 | 77 | 45 | 0 | 106 | 22 | 134 | 75 | 65 |
| Binary | 10000100 | 11010001 | 111111 | 100101 | 0 | 1000110 | 10010 | 1011100 | 111101 | 110101 |
Color Harmonies of #84D13F
Complementary color
Monochromatic Colors of #84D13F
Black with #84D13F
Text Example
Text Example
White with #84D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D13F; }
p { color: rgb(132,209,63); }
H1.HeaderClassName
{
color: #84D13F;
}
.AnyTagClassName
{
color: #84D13F;
}
</style>
background-color css
<style>
a { background-color: #84D13F; }
a { background-color: rgb(132,209,63); }
div.DivClassName
{
background-color: #84D13F;
}
.BgClassName
{
background-color: #84D13F;
}
</style>
border-color css
<style>
span { border-color: #84D13F; }
span { border-color: rgb(132,209,63); }
td.TdClassName
{
border-color: #84D13F;
}
.TagClassName
{
border-color: #84D13F;
}
</style>