Shades of Atlantis #84E140
Tints of Atlantis #84E140
RGB
CMYK
RGB Variations
Color information
#84E140 (or 0x84E140) is known color: Atlantis. HEX triplet: 84, E1 and 40. RGB value is (132,225,64). Sum of RGB (Red+Green+Blue) = 132+225+64=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #84E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E140 is #7B1EBF. Grayscale: #B3B3B3. Windows color (decimal): -8068800 or 4252036. OLE color: 4252036.
HSL color Cylindrical-coordinate representation of color #84E140: hue angle of 94.66º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84E140 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 64 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.12 |
| HSL | 94.66º | 0.73% | 0.57% | - |
| HSV(B) | 94.66º | 0.72% | 0.88% | - |
| XYZ | 37.37 | 59.13 | 14.29 | - |
| YUV | 178.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 64 | 0.41 | 0 | 0.72 | 0.12 | 94.66 | 0.73 | 0.57 |
| Hex | 84 | E1 | 40 | 29 | 0 | 48 | C | 5F | 49 | 39 |
| Octal | 204 | 341 | 100 | 51 | 0 | 110 | 14 | 137 | 111 | 71 |
| Binary | 10000100 | 11100001 | 1000000 | 101001 | 0 | 1001000 | 1100 | 1011111 | 1001001 | 111001 |
Color Harmonies of #84E140
Complementary color
Monochromatic Colors of #84E140
Black with #84E140
Text Example
Text Example
White with #84E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E140; }
p { color: rgb(132,225,64); }
H1.HeaderClassName
{
color: #84E140;
}
.AnyTagClassName
{
color: #84E140;
}
</style>
background-color css
<style>
a { background-color: #84E140; }
a { background-color: rgb(132,225,64); }
div.DivClassName
{
background-color: #84E140;
}
.BgClassName
{
background-color: #84E140;
}
</style>
border-color css
<style>
span { border-color: #84E140; }
span { border-color: rgb(132,225,64); }
td.TdClassName
{
border-color: #84E140;
}
.TagClassName
{
border-color: #84E140;
}
</style>