Shades of Atlantis #84E045
Tints of Atlantis #84E045
RGB
CMYK
RGB Variations
Color information
#84E045 (or 0x84E045) is known color: Atlantis. HEX triplet: 84, E0 and 45. RGB value is (132,224,69). Sum of RGB (Red+Green+Blue) = 132+224+69=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #84E045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E045 is #7B1FBA. Grayscale: #B3B3B3. Windows color (decimal): -8069051 or 4579460. OLE color: 4579460.
HSL color Cylindrical-coordinate representation of color #84E045: hue angle of 95.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84E045 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 69 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.12 |
| HSL | 95.61º | 0.71% | 0.57% | - |
| HSV(B) | 95.61º | 0.69% | 0.88% | - |
| XYZ | 37.25 | 58.65 | 14.99 | - |
| YUV | 178.82 | 66.02 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 69 | 0.41 | 0 | 0.69 | 0.12 | 95.61 | 0.71 | 0.57 |
| Hex | 84 | E0 | 45 | 29 | 0 | 45 | C | 60 | 47 | 39 |
| Octal | 204 | 340 | 105 | 51 | 0 | 105 | 14 | 140 | 107 | 71 |
| Binary | 10000100 | 11100000 | 1000101 | 101001 | 0 | 1000101 | 1100 | 1100000 | 1000111 | 111001 |
Color Harmonies of #84E045
Complementary color
Monochromatic Colors of #84E045
Black with #84E045
Text Example
Text Example
White with #84E045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E045; }
p { color: rgb(132,224,69); }
H1.HeaderClassName
{
color: #84E045;
}
.AnyTagClassName
{
color: #84E045;
}
</style>
background-color css
<style>
a { background-color: #84E045; }
a { background-color: rgb(132,224,69); }
div.DivClassName
{
background-color: #84E045;
}
.BgClassName
{
background-color: #84E045;
}
</style>
border-color css
<style>
span { border-color: #84E045; }
span { border-color: rgb(132,224,69); }
td.TdClassName
{
border-color: #84E045;
}
.TagClassName
{
border-color: #84E045;
}
</style>