#84C540

Color #84C540 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #84C540

Tints of Atlantis #84C540

Color information

#84C540 (or 0x84C540) is unknown color: approx Atlantis. HEX triplet: 84, C5 and 40. RGB value is (132,197,64). Sum of RGB (Red+Green+Blue) = 132+197+64=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #84C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C540 is #7B3ABF. Grayscale: #A2A2A2. Windows color (decimal): -8075968 or 4244868. OLE color: 4244868.

HSL color Cylindrical-coordinate representation of color #84C540: hue angle of 89.32º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84C540 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB13219764-
CMYK0.3300.680.23
HSL89.32º53.41%51.18%-
HSV(B)89.32º67.51%77.25%-
XYZ30.4145.2111.97-
YUV162.472.47106.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=33.59%
G=50.13%
B=16.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal132197640.3300.680.2389.3253.4151.18
Hex84C5402104417593533
Octal204305100410104271316563
Binary1000010011000101100000010000101000100101111011001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C540; }

 p { color: rgb(132,197,64); }

 H1.HeaderClassName
 {
   color: #84C540;
 }
 .AnyTagClassName
 {
   color: #84C540;
 }
</style>
background-color css

<style>
 a { background-color: #84C540; }

 a { background-color: rgb(132,197,64); }

 div.DivClassName
 {
   background-color: #84C540;
 }
 .BgClassName
 {
   background-color: #84C540;
 }
</style>
border-color css

<style>
 span { border-color: #84C540; }

 span { border-color: rgb(132,197,64); }

 td.TdClassName
 {
   border-color: #84C540;
 }
 .TagClassName
 {
   border-color: #84C540;
 }
</style>