Shades of Atlantis #84EF34
Tints of Atlantis #84EF34
RGB
CMYK
RGB Variations
Color information
#84EF34 (or 0x84EF34) is known color: Atlantis. HEX triplet: 84, EF and 34. RGB value is (132,239,52). Sum of RGB (Red+Green+Blue) = 132+239+52=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EF34 is #7B10CB. Grayscale: #BABABA. Windows color (decimal): -8065228 or 3469188. OLE color: 3469188.
HSL color Cylindrical-coordinate representation of color #84EF34: hue angle of 94.33º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84EF34 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 52 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.06 |
| HSL | 94.33º | 0.85% | 0.57% | - |
| HSV(B) | 94.33º | 0.78% | 0.94% | - |
| XYZ | 41 | 66.89 | 14 | - |
| YUV | 185.69 | 52.55 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 52 | 0.45 | 0 | 0.78 | 0.06 | 94.33 | 0.85 | 0.57 |
| Hex | 84 | EF | 34 | 2D | 0 | 4E | 6 | 5E | 55 | 39 |
| Octal | 204 | 357 | 64 | 55 | 0 | 116 | 6 | 136 | 125 | 71 |
| Binary | 10000100 | 11101111 | 110100 | 101101 | 0 | 1001110 | 110 | 1011110 | 1010101 | 111001 |
Color Harmonies of #84EF34
Complementary color
Monochromatic Colors of #84EF34
Black with #84EF34
Text Example
Text Example
White with #84EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EF34; }
p { color: rgb(132,239,52); }
H1.HeaderClassName
{
color: #84EF34;
}
.AnyTagClassName
{
color: #84EF34;
}
</style>
background-color css
<style>
a { background-color: #84EF34; }
a { background-color: rgb(132,239,52); }
div.DivClassName
{
background-color: #84EF34;
}
.BgClassName
{
background-color: #84EF34;
}
</style>
border-color css
<style>
span { border-color: #84EF34; }
span { border-color: rgb(132,239,52); }
td.TdClassName
{
border-color: #84EF34;
}
.TagClassName
{
border-color: #84EF34;
}
</style>