Shades of Atlantis #84E340
Tints of Atlantis #84E340
RGB
CMYK
RGB Variations
Color information
#84E340 (or 0x84E340) is known color: Atlantis. HEX triplet: 84, E3 and 40. RGB value is (132,227,64). Sum of RGB (Red+Green+Blue) = 132+227+64=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #84E340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E340 is #7B1CBF. Grayscale: #B4B4B4. Windows color (decimal): -8068288 or 4252548. OLE color: 4252548.
HSL color Cylindrical-coordinate representation of color #84E340: hue angle of 94.97º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84E340 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 64 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.11 |
| HSL | 94.97º | 0.74% | 0.57% | - |
| HSV(B) | 94.97º | 0.72% | 0.89% | - |
| XYZ | 37.91 | 60.21 | 14.47 | - |
| YUV | 180.01 | 62.53 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 64 | 0.42 | 0 | 0.72 | 0.11 | 94.97 | 0.74 | 0.57 |
| Hex | 84 | E3 | 40 | 2A | 0 | 48 | B | 5F | 4A | 39 |
| Octal | 204 | 343 | 100 | 52 | 0 | 110 | 13 | 137 | 112 | 71 |
| Binary | 10000100 | 11100011 | 1000000 | 101010 | 0 | 1001000 | 1011 | 1011111 | 1001010 | 111001 |
Color Harmonies of #84E340
Complementary color
Monochromatic Colors of #84E340
Black with #84E340
Text Example
Text Example
White with #84E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E340; }
p { color: rgb(132,227,64); }
H1.HeaderClassName
{
color: #84E340;
}
.AnyTagClassName
{
color: #84E340;
}
</style>
background-color css
<style>
a { background-color: #84E340; }
a { background-color: rgb(132,227,64); }
div.DivClassName
{
background-color: #84E340;
}
.BgClassName
{
background-color: #84E340;
}
</style>
border-color css
<style>
span { border-color: #84E340; }
span { border-color: rgb(132,227,64); }
td.TdClassName
{
border-color: #84E340;
}
.TagClassName
{
border-color: #84E340;
}
</style>