Shades of Atlantis #84EB32
Tints of Atlantis #84EB32
RGB
CMYK
RGB Variations
Color information
#84EB32 (or 0x84EB32) is known color: Atlantis. HEX triplet: 84, EB and 32. RGB value is (132,235,50). Sum of RGB (Red+Green+Blue) = 132+235+50=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 235 (92.19% from 255 or 56.35% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 235 - color contains mainly: green. Hex color #84EB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EB32 is #7B14CD. Grayscale: #B7B7B7. Windows color (decimal): -8066254 or 3337092. OLE color: 3337092.
HSL color Cylindrical-coordinate representation of color #84EB32: hue angle of 93.41º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84EB32 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 235 | 50 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.08 |
| HSL | 93.41º | 0.82% | 0.56% | - |
| HSV(B) | 93.41º | 0.79% | 0.92% | - |
| XYZ | 39.8 | 64.55 | 13.38 | - |
| YUV | 183.11 | 52.88 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 235 | 50 | 0.44 | 0 | 0.79 | 0.08 | 93.41 | 0.82 | 0.56 |
| Hex | 84 | EB | 32 | 2C | 0 | 4F | 8 | 5D | 52 | 38 |
| Octal | 204 | 353 | 62 | 54 | 0 | 117 | 10 | 135 | 122 | 70 |
| Binary | 10000100 | 11101011 | 110010 | 101100 | 0 | 1001111 | 1000 | 1011101 | 1010010 | 111000 |
Color Harmonies of #84EB32
Complementary color
Monochromatic Colors of #84EB32
Black with #84EB32
Text Example
Text Example
White with #84EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EB32; }
p { color: rgb(132,235,50); }
H1.HeaderClassName
{
color: #84EB32;
}
.AnyTagClassName
{
color: #84EB32;
}
</style>
background-color css
<style>
a { background-color: #84EB32; }
a { background-color: rgb(132,235,50); }
div.DivClassName
{
background-color: #84EB32;
}
.BgClassName
{
background-color: #84EB32;
}
</style>
border-color css
<style>
span { border-color: #84EB32; }
span { border-color: rgb(132,235,50); }
td.TdClassName
{
border-color: #84EB32;
}
.TagClassName
{
border-color: #84EB32;
}
</style>