Shades of Atlantis #84D744
Tints of Atlantis #84D744
RGB
CMYK
RGB Variations
Color information
#84D744 (or 0x84D744) is known color: Atlantis. HEX triplet: 84, D7 and 44. RGB value is (132,215,68). Sum of RGB (Red+Green+Blue) = 132+215+68=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #84D744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D744 is #7B28BB. Grayscale: #ADADAD. Windows color (decimal): -8071356 or 4511620. OLE color: 4511620.
HSL color Cylindrical-coordinate representation of color #84D744: hue angle of 93.88º degrees, saturation: 0.65, 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 #84D744 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 68 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.16 |
| HSL | 93.88º | 0.65% | 0.55% | - |
| HSV(B) | 93.88º | 0.68% | 0.84% | - |
| XYZ | 34.86 | 53.92 | 14.04 | - |
| YUV | 173.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 68 | 0.39 | 0 | 0.68 | 0.16 | 93.88 | 0.65 | 0.55 |
| Hex | 84 | D7 | 44 | 27 | 0 | 44 | 10 | 5E | 41 | 37 |
| Octal | 204 | 327 | 104 | 47 | 0 | 104 | 20 | 136 | 101 | 67 |
| Binary | 10000100 | 11010111 | 1000100 | 100111 | 0 | 1000100 | 10000 | 1011110 | 1000001 | 110111 |
Color Harmonies of #84D744
Complementary color
Monochromatic Colors of #84D744
Black with #84D744
Text Example
Text Example
White with #84D744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D744; }
p { color: rgb(132,215,68); }
H1.HeaderClassName
{
color: #84D744;
}
.AnyTagClassName
{
color: #84D744;
}
</style>
background-color css
<style>
a { background-color: #84D744; }
a { background-color: rgb(132,215,68); }
div.DivClassName
{
background-color: #84D744;
}
.BgClassName
{
background-color: #84D744;
}
</style>
border-color css
<style>
span { border-color: #84D744; }
span { border-color: rgb(132,215,68); }
td.TdClassName
{
border-color: #84D744;
}
.TagClassName
{
border-color: #84D744;
}
</style>