Shades of Atlantis #84EA40
Tints of Atlantis #84EA40
RGB
CMYK
RGB Variations
Color information
#84EA40 (or 0x84EA40) is known color: Atlantis. HEX triplet: 84, EA and 40. RGB value is (132,234,64). Sum of RGB (Red+Green+Blue) = 132+234+64=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EA40 is #7B15BF. Grayscale: #B8B8B8. Windows color (decimal): -8066496 or 4254340. OLE color: 4254340.
HSL color Cylindrical-coordinate representation of color #84EA40: hue angle of 96º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84EA40 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 64 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.08 |
| HSL | 96º | 0.8% | 0.58% | - |
| HSV(B) | 96º | 0.73% | 0.92% | - |
| XYZ | 39.86 | 64.12 | 15.13 | - |
| YUV | 184.12 | 60.21 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 64 | 0.44 | 0 | 0.73 | 0.08 | 96 | 0.8 | 0.58 |
| Hex | 84 | EA | 40 | 2C | 0 | 49 | 8 | 60 | 50 | 3A |
| Octal | 204 | 352 | 100 | 54 | 0 | 111 | 10 | 140 | 120 | 72 |
| Binary | 10000100 | 11101010 | 1000000 | 101100 | 0 | 1001001 | 1000 | 1100000 | 1010000 | 111010 |
Color Harmonies of #84EA40
Complementary color
Monochromatic Colors of #84EA40
Black with #84EA40
Text Example
Text Example
White with #84EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA40; }
p { color: rgb(132,234,64); }
H1.HeaderClassName
{
color: #84EA40;
}
.AnyTagClassName
{
color: #84EA40;
}
</style>
background-color css
<style>
a { background-color: #84EA40; }
a { background-color: rgb(132,234,64); }
div.DivClassName
{
background-color: #84EA40;
}
.BgClassName
{
background-color: #84EA40;
}
</style>
border-color css
<style>
span { border-color: #84EA40; }
span { border-color: rgb(132,234,64); }
td.TdClassName
{
border-color: #84EA40;
}
.TagClassName
{
border-color: #84EA40;
}
</style>