Shades of Atlantis #84C93C
Tints of Atlantis #84C93C
RGB
CMYK
RGB Variations
Color information
#84C93C (or 0x84C93C) is known color: Atlantis. HEX triplet: 84, C9 and 3C. RGB value is (132,201,60). Sum of RGB (Red+Green+Blue) = 132+201+60=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #84C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C93C is #7B36C3. Grayscale: #A4A4A4. Windows color (decimal): -8074948 or 3983748. OLE color: 3983748.
HSL color Cylindrical-coordinate representation of color #84C93C: hue angle of 89.36º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84C93C is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 60 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.21 |
| HSL | 89.36º | 0.57% | 0.51% | - |
| HSV(B) | 89.36º | 0.7% | 0.79% | - |
| XYZ | 31.22 | 47.01 | 11.7 | - |
| YUV | 164.3 | 69.14 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 60 | 0.34 | 0 | 0.70 | 0.21 | 89.36 | 0.57 | 0.51 |
| Hex | 84 | C9 | 3C | 22 | 0 | 46 | 15 | 59 | 39 | 33 |
| Octal | 204 | 311 | 74 | 42 | 0 | 106 | 25 | 131 | 71 | 63 |
| Binary | 10000100 | 11001001 | 111100 | 100010 | 0 | 1000110 | 10101 | 1011001 | 111001 | 110011 |
Color Harmonies of #84C93C
Complementary color
Monochromatic Colors of #84C93C
Black with #84C93C
Text Example
Text Example
White with #84C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C93C; }
p { color: rgb(132,201,60); }
H1.HeaderClassName
{
color: #84C93C;
}
.AnyTagClassName
{
color: #84C93C;
}
</style>
background-color css
<style>
a { background-color: #84C93C; }
a { background-color: rgb(132,201,60); }
div.DivClassName
{
background-color: #84C93C;
}
.BgClassName
{
background-color: #84C93C;
}
</style>
border-color css
<style>
span { border-color: #84C93C; }
span { border-color: rgb(132,201,60); }
td.TdClassName
{
border-color: #84C93C;
}
.TagClassName
{
border-color: #84C93C;
}
</style>