#84BE40

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

Shades of Atlantis #84BE40

Tints of Atlantis #84BE40

Color information

#84BE40 (or 0x84BE40) is unknown color: approx Atlantis. HEX triplet: 84, BE and 40. RGB value is (132,190,64). Sum of RGB (Red+Green+Blue) = 132+190+64=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BE40 is #7B41BF. Grayscale: #9E9E9E. Windows color (decimal): -8077760 or 4243076. OLE color: 4243076.

HSL color Cylindrical-coordinate representation of color #84BE40: hue angle of 87.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84BE40 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB13219064-
CMYK0.3100.660.25
HSL87.62º49.61%49.8%-
HSV(B)87.62º66.32%74.51%-
XYZ28.8542.111.46-
YUV158.2974.78109.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 190 (74.61% from 255) = 49.22%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=34.20%
G=49.22%
B=16.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132190640.3100.660.2587.6249.6149.8
Hex84BE401F04219583232
Octal204276100370102311306262
Binary100001001011111010000001111101000010110011011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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