Shades of Atlantis #84C03F
Tints of Atlantis #84C03F
RGB
CMYK
RGB Variations
Color information
#84C03F (or 0x84C03F) is known color: Atlantis. HEX triplet: 84, C0 and 3F. RGB value is (132,192,63). Sum of RGB (Red+Green+Blue) = 132+192+63=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #84C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C03F is #7B3FC0. Grayscale: #9F9F9F. Windows color (decimal): -8077249 or 4178052. OLE color: 4178052.
HSL color Cylindrical-coordinate representation of color #84C03F: hue angle of 87.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84C03F is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 63 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.25 |
| HSL | 87.91º | 0.51% | 0.5% | - |
| HSV(B) | 87.91º | 0.67% | 0.75% | - |
| XYZ | 29.26 | 42.96 | 11.45 | - |
| YUV | 159.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 63 | 0.31 | 0 | 0.67 | 0.25 | 87.91 | 0.51 | 0.5 |
| Hex | 84 | C0 | 3F | 1F | 0 | 43 | 19 | 58 | 33 | 32 |
| Octal | 204 | 300 | 77 | 37 | 0 | 103 | 31 | 130 | 63 | 62 |
| Binary | 10000100 | 11000000 | 111111 | 11111 | 0 | 1000011 | 11001 | 1011000 | 110011 | 110010 |
Color Harmonies of #84C03F
Complementary color
Monochromatic Colors of #84C03F
Black with #84C03F
Text Example
Text Example
White with #84C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C03F; }
p { color: rgb(132,192,63); }
H1.HeaderClassName
{
color: #84C03F;
}
.AnyTagClassName
{
color: #84C03F;
}
</style>
background-color css
<style>
a { background-color: #84C03F; }
a { background-color: rgb(132,192,63); }
div.DivClassName
{
background-color: #84C03F;
}
.BgClassName
{
background-color: #84C03F;
}
</style>
border-color css
<style>
span { border-color: #84C03F; }
span { border-color: rgb(132,192,63); }
td.TdClassName
{
border-color: #84C03F;
}
.TagClassName
{
border-color: #84C03F;
}
</style>