Shades of Atlantis #84C341
Tints of Atlantis #84C341
RGB
CMYK
RGB Variations
Color information
#84C341 (or 0x84C341) is known color: Atlantis. HEX triplet: 84, C3 and 41. RGB value is (132,195,65). Sum of RGB (Red+Green+Blue) = 132+195+65=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #84C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C341 is #7B3CBE. Grayscale: #A1A1A1. Windows color (decimal): -8076479 or 4309892. OLE color: 4309892.
HSL color Cylindrical-coordinate representation of color #84C341: hue angle of 89.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84C341 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 65 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.24 |
| HSL | 89.08º | 0.52% | 0.51% | - |
| HSV(B) | 89.08º | 0.67% | 0.76% | - |
| XYZ | 29.98 | 44.32 | 11.97 | - |
| YUV | 161.34 | 73.63 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 65 | 0.32 | 0 | 0.67 | 0.24 | 89.08 | 0.52 | 0.51 |
| Hex | 84 | C3 | 41 | 20 | 0 | 43 | 18 | 59 | 34 | 33 |
| Octal | 204 | 303 | 101 | 40 | 0 | 103 | 30 | 131 | 64 | 63 |
| Binary | 10000100 | 11000011 | 1000001 | 100000 | 0 | 1000011 | 11000 | 1011001 | 110100 | 110011 |
Color Harmonies of #84C341
Complementary color
Monochromatic Colors of #84C341
Black with #84C341
Text Example
Text Example
White with #84C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C341; }
p { color: rgb(132,195,65); }
H1.HeaderClassName
{
color: #84C341;
}
.AnyTagClassName
{
color: #84C341;
}
</style>
background-color css
<style>
a { background-color: #84C341; }
a { background-color: rgb(132,195,65); }
div.DivClassName
{
background-color: #84C341;
}
.BgClassName
{
background-color: #84C341;
}
</style>
border-color css
<style>
span { border-color: #84C341; }
span { border-color: rgb(132,195,65); }
td.TdClassName
{
border-color: #84C341;
}
.TagClassName
{
border-color: #84C341;
}
</style>