Shades of Atlantis #84D63C
Tints of Atlantis #84D63C
RGB
CMYK
RGB Variations
Color information
#84D63C (or 0x84D63C) is known color: Atlantis. HEX triplet: 84, D6 and 3C. RGB value is (132,214,60). Sum of RGB (Red+Green+Blue) = 132+214+60=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #84D63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D63C is #7B29C3. Grayscale: #ACACAC. Windows color (decimal): -8071620 or 3987076. OLE color: 3987076.
HSL color Cylindrical-coordinate representation of color #84D63C: hue angle of 91.95º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84D63C is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 60 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.16 |
| HSL | 91.95º | 0.65% | 0.54% | - |
| HSV(B) | 91.95º | 0.72% | 0.84% | - |
| XYZ | 34.38 | 53.32 | 12.76 | - |
| YUV | 171.93 | 64.83 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 60 | 0.38 | 0 | 0.72 | 0.16 | 91.95 | 0.65 | 0.54 |
| Hex | 84 | D6 | 3C | 26 | 0 | 48 | 10 | 5C | 41 | 36 |
| Octal | 204 | 326 | 74 | 46 | 0 | 110 | 20 | 134 | 101 | 66 |
| Binary | 10000100 | 11010110 | 111100 | 100110 | 0 | 1001000 | 10000 | 1011100 | 1000001 | 110110 |
Color Harmonies of #84D63C
Complementary color
Monochromatic Colors of #84D63C
Black with #84D63C
Text Example
Text Example
White with #84D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D63C; }
p { color: rgb(132,214,60); }
H1.HeaderClassName
{
color: #84D63C;
}
.AnyTagClassName
{
color: #84D63C;
}
</style>
background-color css
<style>
a { background-color: #84D63C; }
a { background-color: rgb(132,214,60); }
div.DivClassName
{
background-color: #84D63C;
}
.BgClassName
{
background-color: #84D63C;
}
</style>
border-color css
<style>
span { border-color: #84D63C; }
span { border-color: rgb(132,214,60); }
td.TdClassName
{
border-color: #84D63C;
}
.TagClassName
{
border-color: #84D63C;
}
</style>