Shades of Atlantis #84DC3F
Tints of Atlantis #84DC3F
RGB
CMYK
RGB Variations
Color information
#84DC3F (or 0x84DC3F) is known color: Atlantis. HEX triplet: 84, DC and 3F. RGB value is (132,220,63). Sum of RGB (Red+Green+Blue) = 132+220+63=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DC3F is #7B23C0. Grayscale: #B0B0B0. Windows color (decimal): -8070081 or 4185220. OLE color: 4185220.
HSL color Cylindrical-coordinate representation of color #84DC3F: hue angle of 93.63º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84DC3F is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 63 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.14 |
| HSL | 93.63º | 0.69% | 0.55% | - |
| HSV(B) | 93.63º | 0.71% | 0.86% | - |
| XYZ | 36.01 | 56.45 | 13.7 | - |
| YUV | 175.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 63 | 0.40 | 0 | 0.71 | 0.14 | 93.63 | 0.69 | 0.55 |
| Hex | 84 | DC | 3F | 28 | 0 | 47 | E | 5E | 45 | 37 |
| Octal | 204 | 334 | 77 | 50 | 0 | 107 | 16 | 136 | 105 | 67 |
| Binary | 10000100 | 11011100 | 111111 | 101000 | 0 | 1000111 | 1110 | 1011110 | 1000101 | 110111 |
Color Harmonies of #84DC3F
Complementary color
Monochromatic Colors of #84DC3F
Black with #84DC3F
Text Example
Text Example
White with #84DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC3F; }
p { color: rgb(132,220,63); }
H1.HeaderClassName
{
color: #84DC3F;
}
.AnyTagClassName
{
color: #84DC3F;
}
</style>
background-color css
<style>
a { background-color: #84DC3F; }
a { background-color: rgb(132,220,63); }
div.DivClassName
{
background-color: #84DC3F;
}
.BgClassName
{
background-color: #84DC3F;
}
</style>
border-color css
<style>
span { border-color: #84DC3F; }
span { border-color: rgb(132,220,63); }
td.TdClassName
{
border-color: #84DC3F;
}
.TagClassName
{
border-color: #84DC3F;
}
</style>