Shades of Atlantis #84CB3F
Tints of Atlantis #84CB3F
RGB
CMYK
RGB Variations
Color information
#84CB3F (or 0x84CB3F) is known color: Atlantis. HEX triplet: 84, CB and 3F. RGB value is (132,203,63). Sum of RGB (Red+Green+Blue) = 132+203+63=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CB3F is #7B34C0. Grayscale: #A6A6A6. Windows color (decimal): -8074433 or 4180868. OLE color: 4180868.
HSL color Cylindrical-coordinate representation of color #84CB3F: hue angle of 90.43º degrees, saturation: 0.57, 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 #84CB3F is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 63 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.20 |
| HSL | 90.43º | 0.57% | 0.52% | - |
| HSV(B) | 90.43º | 0.69% | 0.8% | - |
| XYZ | 31.77 | 47.98 | 12.29 | - |
| YUV | 165.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 63 | 0.35 | 0 | 0.69 | 0.20 | 90.43 | 0.57 | 0.52 |
| Hex | 84 | CB | 3F | 23 | 0 | 45 | 14 | 5A | 39 | 34 |
| Octal | 204 | 313 | 77 | 43 | 0 | 105 | 24 | 132 | 71 | 64 |
| Binary | 10000100 | 11001011 | 111111 | 100011 | 0 | 1000101 | 10100 | 1011010 | 111001 | 110100 |
Color Harmonies of #84CB3F
Complementary color
Monochromatic Colors of #84CB3F
Black with #84CB3F
Text Example
Text Example
White with #84CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB3F; }
p { color: rgb(132,203,63); }
H1.HeaderClassName
{
color: #84CB3F;
}
.AnyTagClassName
{
color: #84CB3F;
}
</style>
background-color css
<style>
a { background-color: #84CB3F; }
a { background-color: rgb(132,203,63); }
div.DivClassName
{
background-color: #84CB3F;
}
.BgClassName
{
background-color: #84CB3F;
}
</style>
border-color css
<style>
span { border-color: #84CB3F; }
span { border-color: rgb(132,203,63); }
td.TdClassName
{
border-color: #84CB3F;
}
.TagClassName
{
border-color: #84CB3F;
}
</style>