Shades of Atlantis #84E635
Tints of Atlantis #84E635
RGB
CMYK
RGB Variations
Color information
#84E635 (or 0x84E635) is known color: Atlantis. HEX triplet: 84, E6 and 35. RGB value is (132,230,53). Sum of RGB (Red+Green+Blue) = 132+230+53=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #84E635 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84E635 is #7B19CA. Grayscale: #B5B5B5. Windows color (decimal): -8067531 or 3532420. OLE color: 3532420.
HSL color Cylindrical-coordinate representation of color #84E635: hue angle of 93.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84E635 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 53 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.10 |
| HSL | 93.22º | 0.78% | 0.55% | - |
| HSV(B) | 93.22º | 0.77% | 0.9% | - |
| XYZ | 38.46 | 61.76 | 13.26 | - |
| YUV | 180.52 | 56.03 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 53 | 0.43 | 0 | 0.77 | 0.10 | 93.22 | 0.78 | 0.55 |
| Hex | 84 | E6 | 35 | 2B | 0 | 4D | A | 5D | 4E | 37 |
| Octal | 204 | 346 | 65 | 53 | 0 | 115 | 12 | 135 | 116 | 67 |
| Binary | 10000100 | 11100110 | 110101 | 101011 | 0 | 1001101 | 1010 | 1011101 | 1001110 | 110111 |
Color Harmonies of #84E635
Complementary color
Monochromatic Colors of #84E635
Black with #84E635
Text Example
Text Example
White with #84E635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E635; }
p { color: rgb(132,230,53); }
H1.HeaderClassName
{
color: #84E635;
}
.AnyTagClassName
{
color: #84E635;
}
</style>
background-color css
<style>
a { background-color: #84E635; }
a { background-color: rgb(132,230,53); }
div.DivClassName
{
background-color: #84E635;
}
.BgClassName
{
background-color: #84E635;
}
</style>
border-color css
<style>
span { border-color: #84E635; }
span { border-color: rgb(132,230,53); }
td.TdClassName
{
border-color: #84E635;
}
.TagClassName
{
border-color: #84E635;
}
</style>