Shades of Atlantis #84EC33
Tints of Atlantis #84EC33
RGB
CMYK
RGB Variations
Color information
#84EC33 (or 0x84EC33) is known color: Atlantis. HEX triplet: 84, EC and 33. RGB value is (132,236,51). Sum of RGB (Red+Green+Blue) = 132+236+51=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EC33 is #7B13CC. Grayscale: #B8B8B8. Windows color (decimal): -8065997 or 3402884. OLE color: 3402884.
HSL color Cylindrical-coordinate representation of color #84EC33: hue angle of 93.73º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84EC33 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 51 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.07 |
| HSL | 93.73º | 0.83% | 0.56% | - |
| HSV(B) | 93.73º | 0.78% | 0.93% | - |
| XYZ | 40.11 | 65.14 | 13.59 | - |
| YUV | 183.81 | 53.04 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 51 | 0.44 | 0 | 0.78 | 0.07 | 93.73 | 0.83 | 0.56 |
| Hex | 84 | EC | 33 | 2C | 0 | 4E | 7 | 5E | 53 | 38 |
| Octal | 204 | 354 | 63 | 54 | 0 | 116 | 7 | 136 | 123 | 70 |
| Binary | 10000100 | 11101100 | 110011 | 101100 | 0 | 1001110 | 111 | 1011110 | 1010011 | 111000 |
Color Harmonies of #84EC33
Complementary color
Monochromatic Colors of #84EC33
Black with #84EC33
Text Example
Text Example
White with #84EC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EC33; }
p { color: rgb(132,236,51); }
H1.HeaderClassName
{
color: #84EC33;
}
.AnyTagClassName
{
color: #84EC33;
}
</style>
background-color css
<style>
a { background-color: #84EC33; }
a { background-color: rgb(132,236,51); }
div.DivClassName
{
background-color: #84EC33;
}
.BgClassName
{
background-color: #84EC33;
}
</style>
border-color css
<style>
span { border-color: #84EC33; }
span { border-color: rgb(132,236,51); }
td.TdClassName
{
border-color: #84EC33;
}
.TagClassName
{
border-color: #84EC33;
}
</style>