Shades of Atlantis #84F444
Tints of Atlantis #84F444
RGB
CMYK
RGB Variations
Color information
#84F444 (or 0x84F444) is known color: Atlantis. HEX triplet: 84, F4 and 44. RGB value is (132,244,68). Sum of RGB (Red+Green+Blue) = 132+244+68=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #84F444 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F444 is #7B0BBB. Grayscale: #BFBFBF. Windows color (decimal): -8063932 or 4519044. OLE color: 4519044.
HSL color Cylindrical-coordinate representation of color #84F444: hue angle of 98.18º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84F444 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 68 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.04 |
| HSL | 98.18º | 0.89% | 0.61% | - |
| HSV(B) | 98.18º | 0.72% | 0.96% | - |
| XYZ | 42.91 | 70.02 | 16.72 | - |
| YUV | 190.45 | 58.89 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 68 | 0.46 | 0 | 0.72 | 0.04 | 98.18 | 0.89 | 0.61 |
| Hex | 84 | F4 | 44 | 2E | 0 | 48 | 4 | 62 | 59 | 3D |
| Octal | 204 | 364 | 104 | 56 | 0 | 110 | 4 | 142 | 131 | 75 |
| Binary | 10000100 | 11110100 | 1000100 | 101110 | 0 | 1001000 | 100 | 1100010 | 1011001 | 111101 |
Color Harmonies of #84F444
Complementary color
Monochromatic Colors of #84F444
Black with #84F444
Text Example
Text Example
White with #84F444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F444; }
p { color: rgb(132,244,68); }
H1.HeaderClassName
{
color: #84F444;
}
.AnyTagClassName
{
color: #84F444;
}
</style>
background-color css
<style>
a { background-color: #84F444; }
a { background-color: rgb(132,244,68); }
div.DivClassName
{
background-color: #84F444;
}
.BgClassName
{
background-color: #84F444;
}
</style>
border-color css
<style>
span { border-color: #84F444; }
span { border-color: rgb(132,244,68); }
td.TdClassName
{
border-color: #84F444;
}
.TagClassName
{
border-color: #84F444;
}
</style>