Shades of Atlantis #84DF40
Tints of Atlantis #84DF40
RGB
CMYK
RGB Variations
Color information
#84DF40 (or 0x84DF40) is known color: Atlantis. HEX triplet: 84, DF and 40. RGB value is (132,223,64). Sum of RGB (Red+Green+Blue) = 132+223+64=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DF40 is #7B20BF. Grayscale: #B2B2B2. Windows color (decimal): -8069312 or 4251524. OLE color: 4251524.
HSL color Cylindrical-coordinate representation of color #84DF40: hue angle of 94.34º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84DF40 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 64 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.13 |
| HSL | 94.34º | 0.71% | 0.56% | - |
| HSV(B) | 94.34º | 0.71% | 0.87% | - |
| XYZ | 36.83 | 58.05 | 14.11 | - |
| YUV | 177.67 | 63.85 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 64 | 0.41 | 0 | 0.71 | 0.13 | 94.34 | 0.71 | 0.56 |
| Hex | 84 | DF | 40 | 29 | 0 | 47 | D | 5E | 47 | 38 |
| Octal | 204 | 337 | 100 | 51 | 0 | 107 | 15 | 136 | 107 | 70 |
| Binary | 10000100 | 11011111 | 1000000 | 101001 | 0 | 1000111 | 1101 | 1011110 | 1000111 | 111000 |
Color Harmonies of #84DF40
Complementary color
Monochromatic Colors of #84DF40
Black with #84DF40
Text Example
Text Example
White with #84DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF40; }
p { color: rgb(132,223,64); }
H1.HeaderClassName
{
color: #84DF40;
}
.AnyTagClassName
{
color: #84DF40;
}
</style>
background-color css
<style>
a { background-color: #84DF40; }
a { background-color: rgb(132,223,64); }
div.DivClassName
{
background-color: #84DF40;
}
.BgClassName
{
background-color: #84DF40;
}
</style>
border-color css
<style>
span { border-color: #84DF40; }
span { border-color: rgb(132,223,64); }
td.TdClassName
{
border-color: #84DF40;
}
.TagClassName
{
border-color: #84DF40;
}
</style>