Shades of Atlantis #84F036
Tints of Atlantis #84F036
RGB
CMYK
RGB Variations
Color information
#84F036 (or 0x84F036) is known color: Atlantis. HEX triplet: 84, F0 and 36. RGB value is (132,240,54). Sum of RGB (Red+Green+Blue) = 132+240+54=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #84F036 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F036 is #7B0FC9. Grayscale: #BBBBBB. Windows color (decimal): -8064970 or 3600516. OLE color: 3600516.
HSL color Cylindrical-coordinate representation of color #84F036: hue angle of 94.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84F036 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 54 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.06 |
| HSL | 94.84º | 0.86% | 0.58% | - |
| HSV(B) | 94.84º | 0.78% | 0.94% | - |
| XYZ | 41.34 | 67.49 | 14.34 | - |
| YUV | 186.5 | 53.22 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 54 | 0.45 | 0 | 0.78 | 0.06 | 94.84 | 0.86 | 0.58 |
| Hex | 84 | F0 | 36 | 2D | 0 | 4E | 6 | 5F | 56 | 3A |
| Octal | 204 | 360 | 66 | 55 | 0 | 116 | 6 | 137 | 126 | 72 |
| Binary | 10000100 | 11110000 | 110110 | 101101 | 0 | 1001110 | 110 | 1011111 | 1010110 | 111010 |
Color Harmonies of #84F036
Complementary color
Monochromatic Colors of #84F036
Black with #84F036
Text Example
Text Example
White with #84F036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F036; }
p { color: rgb(132,240,54); }
H1.HeaderClassName
{
color: #84F036;
}
.AnyTagClassName
{
color: #84F036;
}
</style>
background-color css
<style>
a { background-color: #84F036; }
a { background-color: rgb(132,240,54); }
div.DivClassName
{
background-color: #84F036;
}
.BgClassName
{
background-color: #84F036;
}
</style>
border-color css
<style>
span { border-color: #84F036; }
span { border-color: rgb(132,240,54); }
td.TdClassName
{
border-color: #84F036;
}
.TagClassName
{
border-color: #84F036;
}
</style>