Shades of Atlantis #84E448
Tints of Atlantis #84E448
RGB
CMYK
RGB Variations
Color information
#84E448 (or 0x84E448) is known color: Atlantis. HEX triplet: 84, E4 and 48. RGB value is (132,228,72). Sum of RGB (Red+Green+Blue) = 132+228+72=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #84E448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E448 is #7B1BB7. Grayscale: #B6B6B6. Windows color (decimal): -8068024 or 4777092. OLE color: 4777092.
HSL color Cylindrical-coordinate representation of color #84E448: hue angle of 96.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84E448 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 228 | 72 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.11 |
| HSL | 96.92º | 0.74% | 0.59% | - |
| HSV(B) | 96.92º | 0.68% | 0.89% | - |
| XYZ | 38.43 | 60.86 | 15.85 | - |
| YUV | 181.51 | 66.2 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 228 | 72 | 0.42 | 0 | 0.68 | 0.11 | 96.92 | 0.74 | 0.59 |
| Hex | 84 | E4 | 48 | 2A | 0 | 44 | B | 61 | 4A | 3B |
| Octal | 204 | 344 | 110 | 52 | 0 | 104 | 13 | 141 | 112 | 73 |
| Binary | 10000100 | 11100100 | 1001000 | 101010 | 0 | 1000100 | 1011 | 1100001 | 1001010 | 111011 |
Color Harmonies of #84E448
Complementary color
Monochromatic Colors of #84E448
Black with #84E448
Text Example
Text Example
White with #84E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E448; }
p { color: rgb(132,228,72); }
H1.HeaderClassName
{
color: #84E448;
}
.AnyTagClassName
{
color: #84E448;
}
</style>
background-color css
<style>
a { background-color: #84E448; }
a { background-color: rgb(132,228,72); }
div.DivClassName
{
background-color: #84E448;
}
.BgClassName
{
background-color: #84E448;
}
</style>
border-color css
<style>
span { border-color: #84E448; }
span { border-color: rgb(132,228,72); }
td.TdClassName
{
border-color: #84E448;
}
.TagClassName
{
border-color: #84E448;
}
</style>