Shades of Atlantis #84E842
Tints of Atlantis #84E842
RGB
CMYK
RGB Variations
Color information
#84E842 (or 0x84E842) is known color: Atlantis. HEX triplet: 84, E8 and 42. RGB value is (132,232,66). Sum of RGB (Red+Green+Blue) = 132+232+66=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #84E842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84E842 is #7B17BD. Grayscale: #B7B7B7. Windows color (decimal): -8067006 or 4384900. OLE color: 4384900.
HSL color Cylindrical-coordinate representation of color #84E842: hue angle of 96.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84E842 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 232 | 66 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.09 |
| HSL | 96.14º | 0.78% | 0.58% | - |
| HSV(B) | 96.14º | 0.72% | 0.91% | - |
| XYZ | 39.36 | 63.01 | 15.24 | - |
| YUV | 183.18 | 61.87 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 232 | 66 | 0.43 | 0 | 0.72 | 0.09 | 96.14 | 0.78 | 0.58 |
| Hex | 84 | E8 | 42 | 2B | 0 | 48 | 9 | 60 | 4E | 3A |
| Octal | 204 | 350 | 102 | 53 | 0 | 110 | 11 | 140 | 116 | 72 |
| Binary | 10000100 | 11101000 | 1000010 | 101011 | 0 | 1001000 | 1001 | 1100000 | 1001110 | 111010 |
Color Harmonies of #84E842
Complementary color
Monochromatic Colors of #84E842
Black with #84E842
Text Example
Text Example
White with #84E842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E842; }
p { color: rgb(132,232,66); }
H1.HeaderClassName
{
color: #84E842;
}
.AnyTagClassName
{
color: #84E842;
}
</style>
background-color css
<style>
a { background-color: #84E842; }
a { background-color: rgb(132,232,66); }
div.DivClassName
{
background-color: #84E842;
}
.BgClassName
{
background-color: #84E842;
}
</style>
border-color css
<style>
span { border-color: #84E842; }
span { border-color: rgb(132,232,66); }
td.TdClassName
{
border-color: #84E842;
}
.TagClassName
{
border-color: #84E842;
}
</style>