Shades of Atlantis #84D644
Tints of Atlantis #84D644
RGB
CMYK
RGB Variations
Color information
#84D644 (or 0x84D644) is known color: Atlantis. HEX triplet: 84, D6 and 44. RGB value is (132,214,68). Sum of RGB (Red+Green+Blue) = 132+214+68=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #84D644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D644 is #7B29BB. Grayscale: #ADADAD. Windows color (decimal): -8071612 or 4511364. OLE color: 4511364.
HSL color Cylindrical-coordinate representation of color #84D644: hue angle of 93.7º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84D644 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 68 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.16 |
| HSL | 93.7º | 0.64% | 0.55% | - |
| HSV(B) | 93.7º | 0.68% | 0.84% | - |
| XYZ | 34.61 | 53.42 | 13.96 | - |
| YUV | 172.84 | 68.83 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 68 | 0.38 | 0 | 0.68 | 0.16 | 93.7 | 0.64 | 0.55 |
| Hex | 84 | D6 | 44 | 26 | 0 | 44 | 10 | 5E | 40 | 37 |
| Octal | 204 | 326 | 104 | 46 | 0 | 104 | 20 | 136 | 100 | 67 |
| Binary | 10000100 | 11010110 | 1000100 | 100110 | 0 | 1000100 | 10000 | 1011110 | 1000000 | 110111 |
Color Harmonies of #84D644
Complementary color
Monochromatic Colors of #84D644
Black with #84D644
Text Example
Text Example
White with #84D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D644; }
p { color: rgb(132,214,68); }
H1.HeaderClassName
{
color: #84D644;
}
.AnyTagClassName
{
color: #84D644;
}
</style>
background-color css
<style>
a { background-color: #84D644; }
a { background-color: rgb(132,214,68); }
div.DivClassName
{
background-color: #84D644;
}
.BgClassName
{
background-color: #84D644;
}
</style>
border-color css
<style>
span { border-color: #84D644; }
span { border-color: rgb(132,214,68); }
td.TdClassName
{
border-color: #84D644;
}
.TagClassName
{
border-color: #84D644;
}
</style>