Shades of Atlantis #84E63C
Tints of Atlantis #84E63C
RGB
CMYK
RGB Variations
Color information
#84E63C (or 0x84E63C) is known color: Atlantis. HEX triplet: 84, E6 and 3C. RGB value is (132,230,60). Sum of RGB (Red+Green+Blue) = 132+230+60=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 230 (90.23% from 255 or 54.50% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 230 - color contains mainly: green. Hex color #84E63C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84E63C is #7B19C3. Grayscale: #B5B5B5. Windows color (decimal): -8067524 or 3991172. OLE color: 3991172.
HSL color Cylindrical-coordinate representation of color #84E63C: hue angle of 94.59º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84E63C is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 60 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.10 |
| HSL | 94.59º | 0.77% | 0.57% | - |
| HSV(B) | 94.59º | 0.74% | 0.9% | - |
| XYZ | 38.63 | 61.83 | 14.17 | - |
| YUV | 181.32 | 59.53 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 60 | 0.43 | 0 | 0.74 | 0.10 | 94.59 | 0.77 | 0.57 |
| Hex | 84 | E6 | 3C | 2B | 0 | 4A | A | 5F | 4D | 39 |
| Octal | 204 | 346 | 74 | 53 | 0 | 112 | 12 | 137 | 115 | 71 |
| Binary | 10000100 | 11100110 | 111100 | 101011 | 0 | 1001010 | 1010 | 1011111 | 1001101 | 111001 |
Color Harmonies of #84E63C
Complementary color
Monochromatic Colors of #84E63C
Black with #84E63C
Text Example
Text Example
White with #84E63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E63C; }
p { color: rgb(132,230,60); }
H1.HeaderClassName
{
color: #84E63C;
}
.AnyTagClassName
{
color: #84E63C;
}
</style>
background-color css
<style>
a { background-color: #84E63C; }
a { background-color: rgb(132,230,60); }
div.DivClassName
{
background-color: #84E63C;
}
.BgClassName
{
background-color: #84E63C;
}
</style>
border-color css
<style>
span { border-color: #84E63C; }
span { border-color: rgb(132,230,60); }
td.TdClassName
{
border-color: #84E63C;
}
.TagClassName
{
border-color: #84E63C;
}
</style>