Shades of Atlantis #84C141
Tints of Atlantis #84C141
RGB
CMYK
RGB Variations
Color information
#84C141 (or 0x84C141) is known color: Atlantis. HEX triplet: 84, C1 and 41. RGB value is (132,193,65). Sum of RGB (Red+Green+Blue) = 132+193+65=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #84C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C141 is #7B3EBE. Grayscale: #A0A0A0. Windows color (decimal): -8076991 or 4309380. OLE color: 4309380.
HSL color Cylindrical-coordinate representation of color #84C141: hue angle of 88.59º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84C141 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 65 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.24 |
| HSL | 88.59º | 0.51% | 0.51% | - |
| HSV(B) | 88.59º | 0.66% | 0.76% | - |
| XYZ | 29.54 | 43.43 | 11.83 | - |
| YUV | 160.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 65 | 0.32 | 0 | 0.66 | 0.24 | 88.59 | 0.51 | 0.51 |
| Hex | 84 | C1 | 41 | 20 | 0 | 42 | 18 | 59 | 33 | 33 |
| Octal | 204 | 301 | 101 | 40 | 0 | 102 | 30 | 131 | 63 | 63 |
| Binary | 10000100 | 11000001 | 1000001 | 100000 | 0 | 1000010 | 11000 | 1011001 | 110011 | 110011 |
Color Harmonies of #84C141
Complementary color
Monochromatic Colors of #84C141
Black with #84C141
Text Example
Text Example
White with #84C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C141; }
p { color: rgb(132,193,65); }
H1.HeaderClassName
{
color: #84C141;
}
.AnyTagClassName
{
color: #84C141;
}
</style>
background-color css
<style>
a { background-color: #84C141; }
a { background-color: rgb(132,193,65); }
div.DivClassName
{
background-color: #84C141;
}
.BgClassName
{
background-color: #84C141;
}
</style>
border-color css
<style>
span { border-color: #84C141; }
span { border-color: rgb(132,193,65); }
td.TdClassName
{
border-color: #84C141;
}
.TagClassName
{
border-color: #84C141;
}
</style>