Shades of Atlantis #84EE32
Tints of Atlantis #84EE32
RGB
CMYK
RGB Variations
Color information
#84EE32 (or 0x84EE32) is known color: Atlantis. HEX triplet: 84, EE and 32. RGB value is (132,238,50). Sum of RGB (Red+Green+Blue) = 132+238+50=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EE32 is #7B11CD. Grayscale: #B9B9B9. Windows color (decimal): -8065486 or 3337860. OLE color: 3337860.
HSL color Cylindrical-coordinate representation of color #84EE32: hue angle of 93.83º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84EE32 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 50 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.07 |
| HSL | 93.83º | 0.85% | 0.56% | - |
| HSV(B) | 93.83º | 0.79% | 0.93% | - |
| XYZ | 40.67 | 66.28 | 13.67 | - |
| YUV | 184.87 | 51.88 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 50 | 0.45 | 0 | 0.79 | 0.07 | 93.83 | 0.85 | 0.56 |
| Hex | 84 | EE | 32 | 2D | 0 | 4F | 7 | 5E | 55 | 38 |
| Octal | 204 | 356 | 62 | 55 | 0 | 117 | 7 | 136 | 125 | 70 |
| Binary | 10000100 | 11101110 | 110010 | 101101 | 0 | 1001111 | 111 | 1011110 | 1010101 | 111000 |
Color Harmonies of #84EE32
Complementary color
Monochromatic Colors of #84EE32
Black with #84EE32
Text Example
Text Example
White with #84EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EE32; }
p { color: rgb(132,238,50); }
H1.HeaderClassName
{
color: #84EE32;
}
.AnyTagClassName
{
color: #84EE32;
}
</style>
background-color css
<style>
a { background-color: #84EE32; }
a { background-color: rgb(132,238,50); }
div.DivClassName
{
background-color: #84EE32;
}
.BgClassName
{
background-color: #84EE32;
}
</style>
border-color css
<style>
span { border-color: #84EE32; }
span { border-color: rgb(132,238,50); }
td.TdClassName
{
border-color: #84EE32;
}
.TagClassName
{
border-color: #84EE32;
}
</style>