Shades of Atlantis #84CB3E
Tints of Atlantis #84CB3E
RGB
CMYK
RGB Variations
Color information
#84CB3E (or 0x84CB3E) is known color: Atlantis. HEX triplet: 84, CB and 3E. RGB value is (132,203,62). Sum of RGB (Red+Green+Blue) = 132+203+62=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CB3E is #7B34C1. Grayscale: #A6A6A6. Windows color (decimal): -8074434 or 4115332. OLE color: 4115332.
HSL color Cylindrical-coordinate representation of color #84CB3E: hue angle of 90.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84CB3E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 62 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.20 |
| HSL | 90.21º | 0.58% | 0.52% | - |
| HSV(B) | 90.21º | 0.69% | 0.8% | - |
| XYZ | 31.74 | 47.97 | 12.14 | - |
| YUV | 165.7 | 69.48 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 62 | 0.35 | 0 | 0.69 | 0.20 | 90.21 | 0.58 | 0.52 |
| Hex | 84 | CB | 3E | 23 | 0 | 45 | 14 | 5A | 3A | 34 |
| Octal | 204 | 313 | 76 | 43 | 0 | 105 | 24 | 132 | 72 | 64 |
| Binary | 10000100 | 11001011 | 111110 | 100011 | 0 | 1000101 | 10100 | 1011010 | 111010 | 110100 |
Color Harmonies of #84CB3E
Complementary color
Monochromatic Colors of #84CB3E
Black with #84CB3E
Text Example
Text Example
White with #84CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB3E; }
p { color: rgb(132,203,62); }
H1.HeaderClassName
{
color: #84CB3E;
}
.AnyTagClassName
{
color: #84CB3E;
}
</style>
background-color css
<style>
a { background-color: #84CB3E; }
a { background-color: rgb(132,203,62); }
div.DivClassName
{
background-color: #84CB3E;
}
.BgClassName
{
background-color: #84CB3E;
}
</style>
border-color css
<style>
span { border-color: #84CB3E; }
span { border-color: rgb(132,203,62); }
td.TdClassName
{
border-color: #84CB3E;
}
.TagClassName
{
border-color: #84CB3E;
}
</style>