Shades of Atlantis #84D841
Tints of Atlantis #84D841
RGB
CMYK
RGB Variations
Color information
#84D841 (or 0x84D841) is known color: Atlantis. HEX triplet: 84, D8 and 41. RGB value is (132,216,65). Sum of RGB (Red+Green+Blue) = 132+216+65=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #84D841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D841 is #7B27BE. Grayscale: #AEAEAE. Windows color (decimal): -8071103 or 4315268. OLE color: 4315268.
HSL color Cylindrical-coordinate representation of color #84D841: hue angle of 93.38º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84D841 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 65 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.15 |
| HSL | 93.38º | 0.66% | 0.55% | - |
| HSV(B) | 93.38º | 0.7% | 0.85% | - |
| XYZ | 35.03 | 54.4 | 13.66 | - |
| YUV | 173.67 | 66.67 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 65 | 0.39 | 0 | 0.70 | 0.15 | 93.38 | 0.66 | 0.55 |
| Hex | 84 | D8 | 41 | 27 | 0 | 46 | F | 5D | 42 | 37 |
| Octal | 204 | 330 | 101 | 47 | 0 | 106 | 17 | 135 | 102 | 67 |
| Binary | 10000100 | 11011000 | 1000001 | 100111 | 0 | 1000110 | 1111 | 1011101 | 1000010 | 110111 |
Color Harmonies of #84D841
Complementary color
Monochromatic Colors of #84D841
Black with #84D841
Text Example
Text Example
White with #84D841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D841; }
p { color: rgb(132,216,65); }
H1.HeaderClassName
{
color: #84D841;
}
.AnyTagClassName
{
color: #84D841;
}
</style>
background-color css
<style>
a { background-color: #84D841; }
a { background-color: rgb(132,216,65); }
div.DivClassName
{
background-color: #84D841;
}
.BgClassName
{
background-color: #84D841;
}
</style>
border-color css
<style>
span { border-color: #84D841; }
span { border-color: rgb(132,216,65); }
td.TdClassName
{
border-color: #84D841;
}
.TagClassName
{
border-color: #84D841;
}
</style>