Shades of Atlantis #84F031
Tints of Atlantis #84F031
RGB
CMYK
RGB Variations
Color information
#84F031 (or 0x84F031) is known color: Atlantis. HEX triplet: 84, F0 and 31. RGB value is (132,240,49). Sum of RGB (Red+Green+Blue) = 132+240+49=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #84F031 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F031 is #7B0FCE. Grayscale: #BABABA. Windows color (decimal): -8064975 or 3272836. OLE color: 3272836.
HSL color Cylindrical-coordinate representation of color #84F031: hue angle of 93.93º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84F031 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 49 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.06 |
| HSL | 93.93º | 0.86% | 0.57% | - |
| HSV(B) | 93.93º | 0.8% | 0.94% | - |
| XYZ | 41.23 | 67.45 | 13.75 | - |
| YUV | 185.93 | 50.72 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 49 | 0.45 | 0 | 0.80 | 0.06 | 93.93 | 0.86 | 0.57 |
| Hex | 84 | F0 | 31 | 2D | 0 | 50 | 6 | 5E | 56 | 39 |
| Octal | 204 | 360 | 61 | 55 | 0 | 120 | 6 | 136 | 126 | 71 |
| Binary | 10000100 | 11110000 | 110001 | 101101 | 0 | 1010000 | 110 | 1011110 | 1010110 | 111001 |
Color Harmonies of #84F031
Complementary color
Monochromatic Colors of #84F031
Black with #84F031
Text Example
Text Example
White with #84F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F031; }
p { color: rgb(132,240,49); }
H1.HeaderClassName
{
color: #84F031;
}
.AnyTagClassName
{
color: #84F031;
}
</style>
background-color css
<style>
a { background-color: #84F031; }
a { background-color: rgb(132,240,49); }
div.DivClassName
{
background-color: #84F031;
}
.BgClassName
{
background-color: #84F031;
}
</style>
border-color css
<style>
span { border-color: #84F031; }
span { border-color: rgb(132,240,49); }
td.TdClassName
{
border-color: #84F031;
}
.TagClassName
{
border-color: #84F031;
}
</style>