Shades of Atlantis #84D241
Tints of Atlantis #84D241
RGB
CMYK
RGB Variations
Color information
#84D241 (or 0x84D241) is known color: Atlantis. HEX triplet: 84, D2 and 41. RGB value is (132,210,65). Sum of RGB (Red+Green+Blue) = 132+210+65=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #84D241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D241 is #7B2DBE. Grayscale: #AAAAAA. Windows color (decimal): -8072639 or 4313732. OLE color: 4313732.
HSL color Cylindrical-coordinate representation of color #84D241: hue angle of 92.28º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84D241 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 65 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.18 |
| HSL | 92.28º | 0.62% | 0.54% | - |
| HSV(B) | 92.28º | 0.69% | 0.82% | - |
| XYZ | 33.52 | 51.38 | 13.15 | - |
| YUV | 170.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 65 | 0.37 | 0 | 0.69 | 0.18 | 92.28 | 0.62 | 0.54 |
| Hex | 84 | D2 | 41 | 25 | 0 | 45 | 12 | 5C | 3E | 36 |
| Octal | 204 | 322 | 101 | 45 | 0 | 105 | 22 | 134 | 76 | 66 |
| Binary | 10000100 | 11010010 | 1000001 | 100101 | 0 | 1000101 | 10010 | 1011100 | 111110 | 110110 |
Color Harmonies of #84D241
Complementary color
Monochromatic Colors of #84D241
Black with #84D241
Text Example
Text Example
White with #84D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D241; }
p { color: rgb(132,210,65); }
H1.HeaderClassName
{
color: #84D241;
}
.AnyTagClassName
{
color: #84D241;
}
</style>
background-color css
<style>
a { background-color: #84D241; }
a { background-color: rgb(132,210,65); }
div.DivClassName
{
background-color: #84D241;
}
.BgClassName
{
background-color: #84D241;
}
</style>
border-color css
<style>
span { border-color: #84D241; }
span { border-color: rgb(132,210,65); }
td.TdClassName
{
border-color: #84D241;
}
.TagClassName
{
border-color: #84D241;
}
</style>