#84BD40

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

Shades of Atlantis #84BD40

Tints of Atlantis #84BD40

Color information

#84BD40 (or 0x84BD40) is unknown color: approx Atlantis. HEX triplet: 84, BD and 40. RGB value is (132,189,64). Sum of RGB (Red+Green+Blue) = 132+189+64=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD40 is #7B42BF. Grayscale: #9E9E9E. Windows color (decimal): -8078016 or 4242820. OLE color: 4242820.

HSL color Cylindrical-coordinate representation of color #84BD40: hue angle of 87.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84BD40 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13218964-
CMYK0.3000.660.26
HSL87.36º49.41%49.61%-
HSV(B)87.36º66.14%74.12%-
XYZ28.6441.6711.38-
YUV157.7175.12109.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 189 (74.22% from 255) = 49.09%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=34.29%
G=49.09%
B=16.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132189640.3000.660.2687.3649.4149.61
Hex84BD401E0421A573132
Octal204275100360102321276162
Binary100001001011110110000001111001000010110101010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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