Shades of Atlantis #84EF3D
Tints of Atlantis #84EF3D
RGB
CMYK
RGB Variations
Color information
#84EF3D (or 0x84EF3D) is known color: Atlantis. HEX triplet: 84, EF and 3D. RGB value is (132,239,61). Sum of RGB (Red+Green+Blue) = 132+239+61=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EF3D is #7B10C2. Grayscale: #BBBBBB. Windows color (decimal): -8065219 or 4059012. OLE color: 4059012.
HSL color Cylindrical-coordinate representation of color #84EF3D: hue angle of 96.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84EF3D is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 61 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.06 |
| HSL | 96.07º | 0.85% | 0.59% | - |
| HSV(B) | 96.07º | 0.74% | 0.94% | - |
| XYZ | 41.22 | 66.98 | 15.17 | - |
| YUV | 186.72 | 57.05 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 61 | 0.45 | 0 | 0.74 | 0.06 | 96.07 | 0.85 | 0.59 |
| Hex | 84 | EF | 3D | 2D | 0 | 4A | 6 | 60 | 55 | 3B |
| Octal | 204 | 357 | 75 | 55 | 0 | 112 | 6 | 140 | 125 | 73 |
| Binary | 10000100 | 11101111 | 111101 | 101101 | 0 | 1001010 | 110 | 1100000 | 1010101 | 111011 |
Color Harmonies of #84EF3D
Complementary color
Monochromatic Colors of #84EF3D
Black with #84EF3D
Text Example
Text Example
White with #84EF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EF3D; }
p { color: rgb(132,239,61); }
H1.HeaderClassName
{
color: #84EF3D;
}
.AnyTagClassName
{
color: #84EF3D;
}
</style>
background-color css
<style>
a { background-color: #84EF3D; }
a { background-color: rgb(132,239,61); }
div.DivClassName
{
background-color: #84EF3D;
}
.BgClassName
{
background-color: #84EF3D;
}
</style>
border-color css
<style>
span { border-color: #84EF3D; }
span { border-color: rgb(132,239,61); }
td.TdClassName
{
border-color: #84EF3D;
}
.TagClassName
{
border-color: #84EF3D;
}
</style>