Shades of Atlantis #84DB44
Tints of Atlantis #84DB44
RGB
CMYK
RGB Variations
Color information
#84DB44 (or 0x84DB44) is known color: Atlantis. HEX triplet: 84, DB and 44. RGB value is (132,219,68). Sum of RGB (Red+Green+Blue) = 132+219+68=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DB44 is #7B24BB. Grayscale: #B0B0B0. Windows color (decimal): -8070332 or 4512644. OLE color: 4512644.
HSL color Cylindrical-coordinate representation of color #84DB44: hue angle of 94.57º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84DB44 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 68 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.14 |
| HSL | 94.57º | 0.68% | 0.56% | - |
| HSV(B) | 94.57º | 0.69% | 0.86% | - |
| XYZ | 35.89 | 55.99 | 14.38 | - |
| YUV | 175.77 | 67.18 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 68 | 0.40 | 0 | 0.69 | 0.14 | 94.57 | 0.68 | 0.56 |
| Hex | 84 | DB | 44 | 28 | 0 | 45 | E | 5F | 44 | 38 |
| Octal | 204 | 333 | 104 | 50 | 0 | 105 | 16 | 137 | 104 | 70 |
| Binary | 10000100 | 11011011 | 1000100 | 101000 | 0 | 1000101 | 1110 | 1011111 | 1000100 | 111000 |
Color Harmonies of #84DB44
Complementary color
Monochromatic Colors of #84DB44
Black with #84DB44
Text Example
Text Example
White with #84DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB44; }
p { color: rgb(132,219,68); }
H1.HeaderClassName
{
color: #84DB44;
}
.AnyTagClassName
{
color: #84DB44;
}
</style>
background-color css
<style>
a { background-color: #84DB44; }
a { background-color: rgb(132,219,68); }
div.DivClassName
{
background-color: #84DB44;
}
.BgClassName
{
background-color: #84DB44;
}
</style>
border-color css
<style>
span { border-color: #84DB44; }
span { border-color: rgb(132,219,68); }
td.TdClassName
{
border-color: #84DB44;
}
.TagClassName
{
border-color: #84DB44;
}
</style>