Shades of Atlantis #84D338
Tints of Atlantis #84D338
RGB
CMYK
RGB Variations
Color information
#84D338 (or 0x84D338) is known color: Atlantis. HEX triplet: 84, D3 and 38. RGB value is (132,211,56). Sum of RGB (Red+Green+Blue) = 132+211+56=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #84D338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D338 is #7B2CC7. Grayscale: #AAAAAA. Windows color (decimal): -8072392 or 3724164. OLE color: 3724164.
HSL color Cylindrical-coordinate representation of color #84D338: hue angle of 90.58º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84D338 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 211 | 56 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.17 |
| HSL | 90.58º | 0.64% | 0.52% | - |
| HSV(B) | 90.58º | 0.73% | 0.83% | - |
| XYZ | 33.52 | 51.78 | 11.97 | - |
| YUV | 169.71 | 63.83 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 211 | 56 | 0.37 | 0 | 0.73 | 0.17 | 90.58 | 0.64 | 0.52 |
| Hex | 84 | D3 | 38 | 25 | 0 | 49 | 11 | 5B | 40 | 34 |
| Octal | 204 | 323 | 70 | 45 | 0 | 111 | 21 | 133 | 100 | 64 |
| Binary | 10000100 | 11010011 | 111000 | 100101 | 0 | 1001001 | 10001 | 1011011 | 1000000 | 110100 |
Color Harmonies of #84D338
Complementary color
Monochromatic Colors of #84D338
Black with #84D338
Text Example
Text Example
White with #84D338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D338; }
p { color: rgb(132,211,56); }
H1.HeaderClassName
{
color: #84D338;
}
.AnyTagClassName
{
color: #84D338;
}
</style>
background-color css
<style>
a { background-color: #84D338; }
a { background-color: rgb(132,211,56); }
div.DivClassName
{
background-color: #84D338;
}
.BgClassName
{
background-color: #84D338;
}
</style>
border-color css
<style>
span { border-color: #84D338; }
span { border-color: rgb(132,211,56); }
td.TdClassName
{
border-color: #84D338;
}
.TagClassName
{
border-color: #84D338;
}
</style>